Re: [PROPOSAL] Managing branches for future releases

2017-10-25 Thread Pedro Lino
Hi Andrea, all On 24/10/2017 21:25, Andrea Pescetti wrote: This will ensure that we can shift the focus to trunk while still keeping a branch that remains ready for a quick release if needed. If we are never in this situation, the next release will be from the current trunk and AOO415 will

Differences between CWiki Announcement and Press Release

2017-10-25 Thread Andrea Pescetti
These two pages https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.4+Announcement (CWiki Announcement) and https://blogs.apache.org/foundation/entry/the-apache-software-foundation-announces19 (Press Release) have some minor differences in text. The former, probably an intermediate

Re: Differences between CWiki Announcement and Press Release

2017-10-25 Thread Marcus
Am 25.10.2017 um 23:48 schrieb Andrea Pescetti: These two pages https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.4+Announcement (CWiki Announcement) and https://blogs.apache.org/foundation/entry/the-apache-software-foundation-announces19 (Press Release) have some minor

Re: [PROPOSAL] Managing branches for future releases

2017-10-25 Thread Marcus
Am 24.10.2017 um 22:25 schrieb Andrea Pescetti: I'm starting a short series of occasional posts to capture the current collective state of mind on the next release. I'll float them here for refinement or lazy consensus, and then we may want to reuse this text in wiki or blog posts to avoid

Re: Issue for 4.1.4 and MacOS

2017-10-25 Thread Jim Jagielski
I did a quick rebuild but with the '--with-alloc=system' line removed. No change in behavior. Will try to track down the question Patricia raised in the Bugz report. > On Oct 24, 2017, at 11:36 AM, Jim Jagielski wrote: > > Will also follow up on the Bugz report, but one

Re: [Build] XCodeLegacy - Re: dmake and epm

2017-10-25 Thread Jim Jagielski
Actually, if you have Xcode7 or Xcode8, there is no need for Xcodelegacy at all. All Xcodelegacy does is obtain older macOS SDKs and installs them in Xcode. But we use the latest SDK available (via configure). So Xcodelegacy is not a requirement/dependency per se. It's just useful in case we get

Re: dmake and epm

2017-10-25 Thread Jim Jagielski
You can. I used the downloads mentioned in the macOS build script for AOO414. The version of dmake isn't important. The version of epm *is* (it must be 4.3 or later) because it allows for direct building of dmg's w/o requiring a long deprecated support application which is no longer available. >

Re: [Build] XCodeLegacy - Re: dmake and epm

2017-10-25 Thread Dave Fisher
Hi Jim, Thanks. I have Xcode 9 which has the following: $ xcodebuild -showsdks iOS SDKs: iOS 11.0-sdk iphoneos11.0 iOS Simulator SDKs: Simulator - iOS 11.0-sdk iphonesimulator11.0 macOS SDKs: macOS 10.13 -sdk

WiKi Account

2017-10-25 Thread Yemelyanenko Fyodor
Hello! During work on bug https://bugs.documentfoundation.org/show_bug.cgi?id=108124 (this is form LO) I used this documentation about SW internals https://wiki.openoffice.org/wiki/Writer/Core_And_Layout I found it helpful and I’d like to add and extend some parts of it (i.e. Undo/Redo part,

Re: [PROPOSAL] Managing branches for future releases

2017-10-25 Thread Marcus
Am 25.10.2017 um 01:00 schrieb Patricia Shanahan: On 10/24/2017 2:34 PM, Kay Schenk wrote: On 10/24/2017 01:25 PM, Andrea Pescetti wrote: I'm starting a short series of occasional posts to capture the current collective state of mind on the next release. I'll float them here for refinement

Re: Reporting broken download link

2017-10-25 Thread Marcus
Am 25.10.2017 um 20:08 schrieb David Szott: I copied and pasted the link below, which looks identical to the link on the http://www.openoffice.org/download/index.html page when I click on MD5 for Windows English US 4.1.4, and tried it again. When I go through our proxy server (here at work),

Reporting broken download link

2017-10-25 Thread David Szott
Hi, I'm on https://www.openoffice.org/download/ (tried IE 11 and Firefox) and downloaded the Windows English (US) 4.1.4 full installation executable, but cannot get to the MD5 page. I can pull up KEYS and ASC, but both MD5 and SHA256 links pull up a blank page that quickly closes. Thank you.

Re: dmake and epm

2017-10-25 Thread Dave Fisher
Hi - FYI - on https://sourceforge.net/projects/oooextras.mirror/files/ The epm version there is 3.7. It can be configured as: configure:1952: --disable-epm AOO includes self-packaging code, that requires configure:1953:

Re: Reporting broken download link

2017-10-25 Thread Marcus
Am 25.10.2017 um 19:13 schrieb David Szott: I'm on https://www.openoffice.org/download/ (tried IE 11 and Firefox) and downloaded the Windows English (US) 4.1.4 full installation executable, but cannot get to the MD5 page. I can pull up KEYS and ASC, but both MD5 and SHA256 links pull up a

Re: [PROPOSAL] Managing branches for future releases

2017-10-25 Thread Matthias Seidel
Am 25.10.2017 um 19:44 schrieb Marcus: > Am 25.10.2017 um 01:00 schrieb Patricia Shanahan: >> >> On 10/24/2017 2:34 PM, Kay Schenk wrote: >>> >>> On 10/24/2017 01:25 PM, Andrea Pescetti wrote: I'm starting a short series of occasional posts to capture the current collective state of mind

Re: [PROPOSAL] Managing branches for future releases

2017-10-25 Thread esh1907
We all wish for more frequent, more major releases. 4.1.x is just a number... No one will report you to the International Software Police if the next release will be 4.1.5 and have ten times more bug fixes and a dozen new features :) On Tue, Oct 24, 2017 at 11:25 PM, Andrea Pescetti

RE: Reporting broken download link

2017-10-25 Thread David Szott
Marcus, I copied and pasted the link below, which looks identical to the link on the http://www.openoffice.org/download/index.html page when I click on MD5 for Windows English US 4.1.4, and tried it again. When I go through our proxy server (here at work), it spins for a few minutes and then

Re: [PROPOSAL] Managing branches for future releases

2017-10-25 Thread Peter kovacs
Why do you want to branch all the time with names that can change? I think it is an expensive way of getting flexibility. I suggest a more abstract branches. Why not have 4 permanent branches that are dev/trunc , test, hotfix and Release? Dev/trunc would contain latest development. Test would

Re: [Build] XCodeLegacy - Re: dmake and epm

2017-10-25 Thread Jim Jagielski
With Xcode9, you do need to use Xcodelegacy. > On Oct 25, 2017, at 11:19 AM, Dave Fisher wrote: > > Hi Jim, > > Thanks. I have Xcode 9 which has the following: > > $ xcodebuild -showsdks > iOS SDKs: > iOS 11.0-sdk iphoneos11.0 > > iOS

RE: Reporting broken download link

2017-10-25 Thread David Szott
Marcus, When I right-click on the link and select "save target as", the right-click menu just disappears in my IE 11 (patched up to date). Happens also for KEYS and ASC. However, I tried Firefox, and right-click save as does work in Firefox, so I was able to download it. (I thought I used

Re: [PROPOSAL] Managing branches for future releases

2017-10-25 Thread Marcus
Am 25.10.2017 um 20:50 schrieb Peter kovacs: Why do you want to branch all the time with names that can change? I think it is an expensive way of getting flexibility. I suggest a more abstract branches. Why not have 4 permanent branches that are dev/trunc , test, hotfix and Release? Dev/trunc

RE: Reporting broken download link

2017-10-25 Thread David Szott
Marcus, After I replied, I noticed IE came up with a dialog window to save the file. But when I clicked on it to save the file, I got: [cid:image003.jpg@01D34D91.531FDC70] It tells me it couldn't download it. As I mentioned, we have problems sometimes with IE 11, so I won't worry

Re: [PROPOSAL] Managing branches for future releases

2017-10-25 Thread Kay Schenk
On Tue, Oct 24, 2017 at 4:00 PM, Patricia Shanahan wrote: > > > On 10/24/2017 2:34 PM, Kay Schenk wrote: > >> >> On 10/24/2017 01:25 PM, Andrea Pescetti wrote: >> >>> I'm starting a short series of occasional posts to capture the current >>> collective state of mind on the next

[Research] [$20 Gift Card] Interviewing Open Source Software Developers for Research

2017-10-25 Thread Sangseok You
Dear Developers, I apologies first for the spam. My name is Sangseok You. I am a postdoctoral research fellow who studies how open source developers collaborate for their projects. Our research team is interested in what tools are used and how coordination is managed in open source developer

Re: [Build] XCode 8.3.3 - REedlan

2017-10-25 Thread Dave Fisher
Hi - I am now on Xcode 8.3.3. Cleaned up and reset. I now I’m on an issues with Redland: configure: error: Raptor is too old - see http://librdf.org/raptor/ to get a 2.0.7 or newer dmake: Error code 1, while making '../unxmaccx.pro/misc/build/so_configured_so_rasqal' 1 module(s):

Re: WiKi Account

2017-10-25 Thread Yakov Reztsov
Hello,  Fyodor. I created an account. The password and login have been sent to your e-mail. >Четверг, 26 октября 2017, 4:47 +03:00 от Yemelyanenko Fyodor >: > >Hello! > >During work on bug https://bugs.documentfoundation.org/show_bug.cgi?id=108124 >(this is form LO) I

Re[2]: WiKi Account

2017-10-25 Thread Yemelyanenko Fyodor
Thank you Yakov I've logged. -- Исходное сообщение -- От: "Yakov Reztsov" Кому: dev@openoffice.apache.org Отправлено: 26.10.2017 14:32:45 Тема: Re: WiKi Account >Hello, >Fyodor. >I created an account. >The password and login have been sent to your e-mail. > >

Re: [PROPOSAL] Managing branches for future releases

2017-10-25 Thread Peter kovacs
Am 25. Oktober 2017 21:25:42 MESZ schrieb Marcus : >Am 25.10.2017 um 20:50 schrieb Peter kovacs: >> Why do you want to branch all the time with names that can change? I >think it is an expensive way of getting flexibility. I suggest a more >abstract branches. >> >> Why not

Re: [PROPOSAL] Managing branches for future releases

2017-10-25 Thread Peter kovacs
Just to be clear. I follow by all passionate argumentation, my vote goes to whatever Jim and Matthias decide. They do releases, and they earned the most kudos on that. I am in whatever makes them happy! I like meritocracy! Even if that leaves me rather at the edge in a lot of topics. All the

Re: [PROPOSAL] Managing branches for future releases

2017-10-25 Thread Mechtilde
+1 so we can also show to be ready to fix important bugs in time. this is also a statement to the community Regards Mechtilde Am 25.10.2017 um 01:00 schrieb Patricia Shanahan: > > > On 10/24/2017 2:34 PM, Kay Schenk wrote: >> >> On 10/24/2017 01:25 PM, Andrea Pescetti wrote: >>> I'm

Re: Release 4.1.4

2017-10-25 Thread Josef Latt
Am 24.10.2017 um 21:11 schrieb Matthias Seidel: Ja, die Standard-Icons... Mein Bug dazu ist noch auf. Arbeitest du in 17.04 mit der Wayland-Sitzung? OpenOffice läuft auch da ohne murren bei mir. 17.10 (Gnome) Aber mit der Gnome-Oberfläche werde ich nicht warm, ich wandere wohl zu xubuntu