You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Jürgen Schmidt <jo...@gmail.com> on 2014/06/11 11:14:57 UTC

[RELEASE]: AOO 4.1.1 code base and some additional proposed fixes

Hi,

a possible schedule for AOO 4.1.1 is not yet finally discussed and
defined but I would like to propose some further issues that are related
to make the code working on MacOS 10.9.3.

First I propose that we develop the AOO 4.1.1 on the existing branch
AOO410 because it should be a minor bugfix release with some translation
updates. But no bigger features.

And we still have no Mac build bot but I have updated my Mac where I
have built the release in the past. Means I have no 10.7 system in place
and have to build on MacOs 10.9.3. We made these changes already on
trunk and I propose the following issues for integration in AOO 4.1.1 to
make the build possible on MacOS 10.9.3. It will still work on 10.7.
Well I have already prepared a build and did a first basic test but it
will need some more testing of course.

The issues are:

124896 remove obsoleted module-internal custom allocator in SAL,
       https://issues.apache.org/ooo/show_bug.cgi?id=124896

124908 remove custom allocator support in stlport-replacement headers,
       https://issues.apache.org/ooo/show_bug.cgi?id=124908

124422 Build no more possible with Xcode 5.1
       https://issues.apache.org/ooo/show_bug.cgi?id=124422

124442 Mac and Java Oracle 1.7,
       https://issues.apache.org/ooo/show_bug.cgi?id=124442


More things later

Juergen

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: [RELEASE]: AOO 4.1.1 code base and some additional proposed fixes

Posted by Jürgen Schmidt <jo...@gmail.com>.
On 19/06/14 14:31, Andrea Pescetti wrote:
> On 11/06/2014 Jürgen Schmidt wrote:
>> a possible schedule for AOO 4.1.1 is not yet finally discussed and
>> defined but I would like to propose some further issues that are related
>> to make the code working on MacOS 10.9.3.
> 
> Similarly, there are two Linux-specific issues that I'd like to see
> addressed. We have introduced the 4.1.1-blocker flag in the meantime, so
> I can use that too if needed.
> 
> https://issues.apache.org/ooo/show_bug.cgi?id=121627
> Scrollbars invisible in Linux, experimental patch available and works
> for me, good to put it in dev builds early for wide testing.
> 
> https://issues.apache.org/ooo/show_bug.cgi?id=124712
> Build broken in Ubuntu 14.04. I never had time to investigate it
> properly, it may even depend on the system configuration and not be an
> OpenOffice code issue. Fact is, our usual build instructions applied to
> a default Ubuntu 14.04 result in a failure. This one obviously needs
> investigation before being considered for 4.1.1.

sure you can request it, but keep in mind that fixes are necessary and I
don't see for example anybody working on the build issue for ubuntu
14.04. It's no showstopper for me but we can take it if a working fix is
in place.

The mac build issue is more important because without I can't prepare
any builds ;-)


Juergen



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: [RELEASE]: AOO 4.1.1 code base and some additional proposed fixes

Posted by Andrea Pescetti <pe...@apache.org>.
On 11/06/2014 Jürgen Schmidt wrote:
> a possible schedule for AOO 4.1.1 is not yet finally discussed and
> defined but I would like to propose some further issues that are related
> to make the code working on MacOS 10.9.3.

Similarly, there are two Linux-specific issues that I'd like to see 
addressed. We have introduced the 4.1.1-blocker flag in the meantime, so 
I can use that too if needed.

https://issues.apache.org/ooo/show_bug.cgi?id=121627
Scrollbars invisible in Linux, experimental patch available and works 
for me, good to put it in dev builds early for wide testing.

https://issues.apache.org/ooo/show_bug.cgi?id=124712
Build broken in Ubuntu 14.04. I never had time to investigate it 
properly, it may even depend on the system configuration and not be an 
OpenOffice code issue. Fact is, our usual build instructions applied to 
a default Ubuntu 14.04 result in a failure. This one obviously needs 
investigation before being considered for 4.1.1.

Regards,
   Andrea.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: [RELEASE]: AOO 4.1.1 code base and some additional proposed fixes

Posted by Yuzhen Fan <fa...@gmail.com>.
Hi, I have set flag 4.1.1_release_blocker? to bugs which we have proposed
to be 4.1.1 showstopper candidates, here is the list. They are either fixed
or under investigated by developers.

*Priority 1:*

Issue 124891 - CRASH when 'View - close sidebar' with Navigator active -
regression, since 4.1.0

Issue 125000 - CRASH when scroll through very large and complex .odt -
regression, since 4.1.0

Issue 125024 - Crash: after applying the comment arises the problem with
using table - regression, since 4.1.0

Issue 124717 - Embedded GDI Metafiles replaced by "Read Error" box after
File - Save - data loss, introduced in 4.1.0

Issue 124877 - reset formatting behind special formattings hangs AOO -
regression, hung, since 4.1.0



*Priority 2:*

Issue 124966 - Picture loss on save - data loss, since OOo 3.4 beta

Issue 124947 - Standard Filter in Fullscreen mode appears invisible, locks
Calc Window - lock, since OOo 3.3

Issue 114361 - "Read Error" with embedded images after saving in Writer -
data loss, since OOo 3.2

Issue 125030 - CRASH when open edit mode copy of older document.odt version
- regression



On Fri, Jun 13, 2014 at 2:14 AM, Marcus (OOo) <ma...@wtnet.de> wrote:

> Am 06/12/2014 09:01 AM, schrieb Jürgen Schmidt:
>
>  On 12/06/14 08:19, Jürgen Schmidt wrote:
>>
>>> On 11/06/14 19:51, Marcus (OOo) wrote:
>>>
>>>> Am 06/11/2014 11:14 AM, schrieb Jürgen Schmidt:
>>>>
>>>>> Hi,
>>>>>
>>>>> a possible schedule for AOO 4.1.1 is not yet finally discussed and
>>>>> defined but I would like to propose some further issues that are
>>>>> related
>>>>> to make the code working on MacOS 10.9.3.
>>>>>
>>>>> First I propose that we develop the AOO 4.1.1 on the existing branch
>>>>> AOO410 because it should be a minor bugfix release with some
>>>>> translation
>>>>> updates. But no bigger features.
>>>>>
>>>>
>>>> Don't we have created a branch for every new release even when it was a
>>>> micro release like 4.1.1? To keep a clean repository for those who want
>>>> to build a specific release from scratch?
>>>>
>>>> Or will you do some magic with SVN tags to reach this?
>>>>
>>>
>>> no magic, but the difference between a branch and a tag is minimal. I
>>> would create a new branch based on branch AOO410. The release version is
>>> tagged and we tag the 4.1.1 as well.
>>>
>>>
>>>>  And we still have no Mac build bot but I have updated my Mac where I
>>>>> have built the release in the past. Means I have no 10.7 system in
>>>>> place
>>>>> and have to build on MacOs 10.9.3. We made these changes already on
>>>>> trunk and I propose the following issues for integration in AOO 4.1.1
>>>>> to
>>>>> make the build possible on MacOS 10.9.3. It will still work on 10.7.
>>>>> Well I have already prepared a build and did a first basic test but it
>>>>> will need some more testing of course.
>>>>>
>>>>> The issues are:
>>>>>
>>>>> 124896 remove obsoleted module-internal custom allocator in SAL,
>>>>>          https://issues.apache.org/ooo/show_bug.cgi?id=124896
>>>>>
>>>>
>>>> Should be decided by code developers.
>>>>
>>>>  124908 remove custom allocator support in stlport-replacement headers,
>>>>>          https://issues.apache.org/ooo/show_bug.cgi?id=124908
>>>>>
>>>>
>>>> Should be decided by code developers.
>>>>
>>>>  124422 Build no more possible with Xcode 5.1
>>>>>          https://issues.apache.org/ooo/show_bug.cgi?id=124422
>>>>>
>>>>
>>>> OK, looks reasonable.
>>>>
>>>>  124442 Mac and Java Oracle 1.7,
>>>>>          https://issues.apache.org/ooo/show_bug.cgi?id=124442
>>>>>
>>>>
>>>> The last issue should be already fixed in AOO 4.1.0. Thats what I
>>>> understood from the issue text and target milestone. ;-)
>>>>
>>>
>>> I will check it, maybe I picked the wrong one.
>>>
>>
>> I had to make a further changes on trunk for building on Mavericks and
>> clean this up but without an issue :-( I will reuse this issue for
>> integrate the change.
>>
>> Juergen
>>
>>
>>
>>> But the message is that I plan to integrate some necessary changes to
>>> make the build possible ;-)
>>>
>>
> that's always one of the best reasons. When it is not buildable, the
> complete software is simply not ready to release. ;-)
>
> Marcus
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>
>


-- 
Regards,
Yu Zhen

Re: [RELEASE]: AOO 4.1.1 code base and some additional proposed fixes

Posted by Yuzhen Fan <fa...@gmail.com>.
Hi, I have set flag 4.1.1_release_blocker? to bugs which we have proposed
to be 4.1.1 showstopper candidates, here is the list. They are either fixed
or under investigated by developers.

*Priority 1:*

Issue 124891 - CRASH when 'View - close sidebar' with Navigator active -
regression, since 4.1.0

Issue 125000 - CRASH when scroll through very large and complex .odt -
regression, since 4.1.0

Issue 125024 - Crash: after applying the comment arises the problem with
using table - regression, since 4.1.0

Issue 124717 - Embedded GDI Metafiles replaced by "Read Error" box after
File - Save - data loss, introduced in 4.1.0

Issue 124877 - reset formatting behind special formattings hangs AOO -
regression, hung, since 4.1.0



*Priority 2:*

Issue 124966 - Picture loss on save - data loss, since OOo 3.4 beta

Issue 124947 - Standard Filter in Fullscreen mode appears invisible, locks
Calc Window - lock, since OOo 3.3

Issue 114361 - "Read Error" with embedded images after saving in Writer -
data loss, since OOo 3.2

Issue 125030 - CRASH when open edit mode copy of older document.odt version
- regression



On Fri, Jun 13, 2014 at 2:14 AM, Marcus (OOo) <ma...@wtnet.de> wrote:

> Am 06/12/2014 09:01 AM, schrieb Jürgen Schmidt:
>
>  On 12/06/14 08:19, Jürgen Schmidt wrote:
>>
>>> On 11/06/14 19:51, Marcus (OOo) wrote:
>>>
>>>> Am 06/11/2014 11:14 AM, schrieb Jürgen Schmidt:
>>>>
>>>>> Hi,
>>>>>
>>>>> a possible schedule for AOO 4.1.1 is not yet finally discussed and
>>>>> defined but I would like to propose some further issues that are
>>>>> related
>>>>> to make the code working on MacOS 10.9.3.
>>>>>
>>>>> First I propose that we develop the AOO 4.1.1 on the existing branch
>>>>> AOO410 because it should be a minor bugfix release with some
>>>>> translation
>>>>> updates. But no bigger features.
>>>>>
>>>>
>>>> Don't we have created a branch for every new release even when it was a
>>>> micro release like 4.1.1? To keep a clean repository for those who want
>>>> to build a specific release from scratch?
>>>>
>>>> Or will you do some magic with SVN tags to reach this?
>>>>
>>>
>>> no magic, but the difference between a branch and a tag is minimal. I
>>> would create a new branch based on branch AOO410. The release version is
>>> tagged and we tag the 4.1.1 as well.
>>>
>>>
>>>>  And we still have no Mac build bot but I have updated my Mac where I
>>>>> have built the release in the past. Means I have no 10.7 system in
>>>>> place
>>>>> and have to build on MacOs 10.9.3. We made these changes already on
>>>>> trunk and I propose the following issues for integration in AOO 4.1.1
>>>>> to
>>>>> make the build possible on MacOS 10.9.3. It will still work on 10.7.
>>>>> Well I have already prepared a build and did a first basic test but it
>>>>> will need some more testing of course.
>>>>>
>>>>> The issues are:
>>>>>
>>>>> 124896 remove obsoleted module-internal custom allocator in SAL,
>>>>>          https://issues.apache.org/ooo/show_bug.cgi?id=124896
>>>>>
>>>>
>>>> Should be decided by code developers.
>>>>
>>>>  124908 remove custom allocator support in stlport-replacement headers,
>>>>>          https://issues.apache.org/ooo/show_bug.cgi?id=124908
>>>>>
>>>>
>>>> Should be decided by code developers.
>>>>
>>>>  124422 Build no more possible with Xcode 5.1
>>>>>          https://issues.apache.org/ooo/show_bug.cgi?id=124422
>>>>>
>>>>
>>>> OK, looks reasonable.
>>>>
>>>>  124442 Mac and Java Oracle 1.7,
>>>>>          https://issues.apache.org/ooo/show_bug.cgi?id=124442
>>>>>
>>>>
>>>> The last issue should be already fixed in AOO 4.1.0. Thats what I
>>>> understood from the issue text and target milestone. ;-)
>>>>
>>>
>>> I will check it, maybe I picked the wrong one.
>>>
>>
>> I had to make a further changes on trunk for building on Mavericks and
>> clean this up but without an issue :-( I will reuse this issue for
>> integrate the change.
>>
>> Juergen
>>
>>
>>
>>> But the message is that I plan to integrate some necessary changes to
>>> make the build possible ;-)
>>>
>>
> that's always one of the best reasons. When it is not buildable, the
> complete software is simply not ready to release. ;-)
>
> Marcus
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>
>


-- 
Regards,
Yu Zhen

Re: [RELEASE]: AOO 4.1.1 code base and some additional proposed fixes

Posted by "Marcus (OOo)" <ma...@wtnet.de>.
Am 06/12/2014 09:01 AM, schrieb Jürgen Schmidt:
> On 12/06/14 08:19, Jürgen Schmidt wrote:
>> On 11/06/14 19:51, Marcus (OOo) wrote:
>>> Am 06/11/2014 11:14 AM, schrieb Jürgen Schmidt:
>>>> Hi,
>>>>
>>>> a possible schedule for AOO 4.1.1 is not yet finally discussed and
>>>> defined but I would like to propose some further issues that are related
>>>> to make the code working on MacOS 10.9.3.
>>>>
>>>> First I propose that we develop the AOO 4.1.1 on the existing branch
>>>> AOO410 because it should be a minor bugfix release with some translation
>>>> updates. But no bigger features.
>>>
>>> Don't we have created a branch for every new release even when it was a
>>> micro release like 4.1.1? To keep a clean repository for those who want
>>> to build a specific release from scratch?
>>>
>>> Or will you do some magic with SVN tags to reach this?
>>
>> no magic, but the difference between a branch and a tag is minimal. I
>> would create a new branch based on branch AOO410. The release version is
>> tagged and we tag the 4.1.1 as well.
>>
>>>
>>>> And we still have no Mac build bot but I have updated my Mac where I
>>>> have built the release in the past. Means I have no 10.7 system in place
>>>> and have to build on MacOs 10.9.3. We made these changes already on
>>>> trunk and I propose the following issues for integration in AOO 4.1.1 to
>>>> make the build possible on MacOS 10.9.3. It will still work on 10.7.
>>>> Well I have already prepared a build and did a first basic test but it
>>>> will need some more testing of course.
>>>>
>>>> The issues are:
>>>>
>>>> 124896 remove obsoleted module-internal custom allocator in SAL,
>>>>          https://issues.apache.org/ooo/show_bug.cgi?id=124896
>>>
>>> Should be decided by code developers.
>>>
>>>> 124908 remove custom allocator support in stlport-replacement headers,
>>>>          https://issues.apache.org/ooo/show_bug.cgi?id=124908
>>>
>>> Should be decided by code developers.
>>>
>>>> 124422 Build no more possible with Xcode 5.1
>>>>          https://issues.apache.org/ooo/show_bug.cgi?id=124422
>>>
>>> OK, looks reasonable.
>>>
>>>> 124442 Mac and Java Oracle 1.7,
>>>>          https://issues.apache.org/ooo/show_bug.cgi?id=124442
>>>
>>> The last issue should be already fixed in AOO 4.1.0. Thats what I
>>> understood from the issue text and target milestone. ;-)
>>
>> I will check it, maybe I picked the wrong one.
>
> I had to make a further changes on trunk for building on Mavericks and
> clean this up but without an issue :-( I will reuse this issue for
> integrate the change.
>
> Juergen
>
>
>>
>> But the message is that I plan to integrate some necessary changes to
>> make the build possible ;-)

that's always one of the best reasons. When it is not buildable, the 
complete software is simply not ready to release. ;-)

Marcus


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: [RELEASE]: AOO 4.1.1 code base and some additional proposed fixes

Posted by Jürgen Schmidt <jo...@gmail.com>.
On 12/06/14 08:19, Jürgen Schmidt wrote:
> On 11/06/14 19:51, Marcus (OOo) wrote:
>> Am 06/11/2014 11:14 AM, schrieb Jürgen Schmidt:
>>> Hi,
>>>
>>> a possible schedule for AOO 4.1.1 is not yet finally discussed and
>>> defined but I would like to propose some further issues that are related
>>> to make the code working on MacOS 10.9.3.
>>>
>>> First I propose that we develop the AOO 4.1.1 on the existing branch
>>> AOO410 because it should be a minor bugfix release with some translation
>>> updates. But no bigger features.
>>
>> Don't we have created a branch for every new release even when it was a
>> micro release like 4.1.1? To keep a clean repository for those who want
>> to build a specific release from scratch?
>>
>> Or will you do some magic with SVN tags to reach this?
> 
> no magic, but the difference between a branch and a tag is minimal. I
> would create a new branch based on branch AOO410. The release version is
> tagged and we tag the 4.1.1 as well.
> 
>>
>>> And we still have no Mac build bot but I have updated my Mac where I
>>> have built the release in the past. Means I have no 10.7 system in place
>>> and have to build on MacOs 10.9.3. We made these changes already on
>>> trunk and I propose the following issues for integration in AOO 4.1.1 to
>>> make the build possible on MacOS 10.9.3. It will still work on 10.7.
>>> Well I have already prepared a build and did a first basic test but it
>>> will need some more testing of course.
>>>
>>> The issues are:
>>>
>>> 124896 remove obsoleted module-internal custom allocator in SAL,
>>>         https://issues.apache.org/ooo/show_bug.cgi?id=124896
>>
>> Should be decided by code developers.
>>
>>> 124908 remove custom allocator support in stlport-replacement headers,
>>>         https://issues.apache.org/ooo/show_bug.cgi?id=124908
>>
>> Should be decided by code developers.
>>
>>> 124422 Build no more possible with Xcode 5.1
>>>         https://issues.apache.org/ooo/show_bug.cgi?id=124422
>>
>> OK, looks reasonable.
>>
>>> 124442 Mac and Java Oracle 1.7,
>>>         https://issues.apache.org/ooo/show_bug.cgi?id=124442
>>
>> The last issue should be already fixed in AOO 4.1.0. Thats what I
>> understood from the issue text and target milestone. ;-)
> 
> I will check it, maybe I picked the wrong one.

I had to make a further changes on trunk for building on Mavericks and
clean this up but without an issue :-( I will reuse this issue for
integrate the change.

Juergen


> 
> But the message is that I plan to integrate some necessary changes to
> make the build possible ;-)
> 
> Juergen
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: [RELEASE]: AOO 4.1.1 code base and some additional proposed fixes

Posted by Jürgen Schmidt <jo...@gmail.com>.
On 11/06/14 19:51, Marcus (OOo) wrote:
> Am 06/11/2014 11:14 AM, schrieb Jürgen Schmidt:
>> Hi,
>>
>> a possible schedule for AOO 4.1.1 is not yet finally discussed and
>> defined but I would like to propose some further issues that are related
>> to make the code working on MacOS 10.9.3.
>>
>> First I propose that we develop the AOO 4.1.1 on the existing branch
>> AOO410 because it should be a minor bugfix release with some translation
>> updates. But no bigger features.
> 
> Don't we have created a branch for every new release even when it was a
> micro release like 4.1.1? To keep a clean repository for those who want
> to build a specific release from scratch?
> 
> Or will you do some magic with SVN tags to reach this?

no magic, but the difference between a branch and a tag is minimal. I
would create a new branch based on branch AOO410. The release version is
tagged and we tag the 4.1.1 as well.

> 
>> And we still have no Mac build bot but I have updated my Mac where I
>> have built the release in the past. Means I have no 10.7 system in place
>> and have to build on MacOs 10.9.3. We made these changes already on
>> trunk and I propose the following issues for integration in AOO 4.1.1 to
>> make the build possible on MacOS 10.9.3. It will still work on 10.7.
>> Well I have already prepared a build and did a first basic test but it
>> will need some more testing of course.
>>
>> The issues are:
>>
>> 124896 remove obsoleted module-internal custom allocator in SAL,
>>         https://issues.apache.org/ooo/show_bug.cgi?id=124896
> 
> Should be decided by code developers.
> 
>> 124908 remove custom allocator support in stlport-replacement headers,
>>         https://issues.apache.org/ooo/show_bug.cgi?id=124908
> 
> Should be decided by code developers.
> 
>> 124422 Build no more possible with Xcode 5.1
>>         https://issues.apache.org/ooo/show_bug.cgi?id=124422
> 
> OK, looks reasonable.
> 
>> 124442 Mac and Java Oracle 1.7,
>>         https://issues.apache.org/ooo/show_bug.cgi?id=124442
> 
> The last issue should be already fixed in AOO 4.1.0. Thats what I
> understood from the issue text and target milestone. ;-)

I will check it, maybe I picked the wrong one.

But the message is that I plan to integrate some necessary changes to
make the build possible ;-)

Juergen



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: [RELEASE]: AOO 4.1.1 code base and some additional proposed fixes

Posted by "Marcus (OOo)" <ma...@wtnet.de>.
Am 06/11/2014 11:14 AM, schrieb Jürgen Schmidt:
> Hi,
>
> a possible schedule for AOO 4.1.1 is not yet finally discussed and
> defined but I would like to propose some further issues that are related
> to make the code working on MacOS 10.9.3.
>
> First I propose that we develop the AOO 4.1.1 on the existing branch
> AOO410 because it should be a minor bugfix release with some translation
> updates. But no bigger features.

Don't we have created a branch for every new release even when it was a 
micro release like 4.1.1? To keep a clean repository for those who want 
to build a specific release from scratch?

Or will you do some magic with SVN tags to reach this?

> And we still have no Mac build bot but I have updated my Mac where I
> have built the release in the past. Means I have no 10.7 system in place
> and have to build on MacOs 10.9.3. We made these changes already on
> trunk and I propose the following issues for integration in AOO 4.1.1 to
> make the build possible on MacOS 10.9.3. It will still work on 10.7.
> Well I have already prepared a build and did a first basic test but it
> will need some more testing of course.
>
> The issues are:
>
> 124896 remove obsoleted module-internal custom allocator in SAL,
>         https://issues.apache.org/ooo/show_bug.cgi?id=124896

Should be decided by code developers.

> 124908 remove custom allocator support in stlport-replacement headers,
>         https://issues.apache.org/ooo/show_bug.cgi?id=124908

Should be decided by code developers.

> 124422 Build no more possible with Xcode 5.1
>         https://issues.apache.org/ooo/show_bug.cgi?id=124422

OK, looks reasonable.

> 124442 Mac and Java Oracle 1.7,
>         https://issues.apache.org/ooo/show_bug.cgi?id=124442

The last issue should be already fixed in AOO 4.1.0. Thats what I 
understood from the issue text and target milestone. ;-)

Maybe an issue ID mix-up?

Marcus


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: [RELEASE]: AOO 4.1.1 code base and some additional proposed fixes

Posted by Shenfeng Liu <li...@gmail.com>.
2014-06-12 21:59 GMT+08:00 Jürgen Schmidt <jo...@gmail.com>:

> On 12/06/14 15:45, Shenfeng Liu wrote:
> > 2014-06-11 17:14 GMT+08:00 Jürgen Schmidt <jo...@gmail.com>:
> >
> >> Hi,
> >>
> >> a possible schedule for AOO 4.1.1 is not yet finally discussed and
> >> defined but I would like to propose some further issues that are related
> >> to make the code working on MacOS 10.9.3.
> >>
> >> First I propose that we develop the AOO 4.1.1 on the existing branch
> >> AOO410 because it should be a minor bugfix release with some translation
> >> updates. But no bigger features.
> >>
> >> And we still have no Mac build bot but I have updated my Mac where I
> >> have built the release in the past. Means I have no 10.7 system in place
> >> and have to build on MacOs 10.9.3. We made these changes already on
> >> trunk and I propose the following issues for integration in AOO 4.1.1 to
> >> make the build possible on MacOS 10.9.3. It will still work on 10.7.
> >> Well I have already prepared a build and did a first basic test but it
> >> will need some more testing of course.
> >>
> >> The issues are:
> >>
> >> 124896 remove obsoleted module-internal custom allocator in SAL,
> >>        https://issues.apache.org/ooo/show_bug.cgi?id=124896
> >>
> >> 124908 remove custom allocator support in stlport-replacement headers,
> >>        https://issues.apache.org/ooo/show_bug.cgi?id=124908
> >>
> >> 124422 Build no more possible with Xcode 5.1
> >>        https://issues.apache.org/ooo/show_bug.cgi?id=124422
> >>
> >> 124442 Mac and Java Oracle 1.7,
> >>        https://issues.apache.org/ooo/show_bug.cgi?id=124442
> >>
> >>
> >> More things later
> >>
> >
> > Juergen,
> >   Thanks for leading the 4.1.1 release!
> >   I just created several defect queries to help tracing the status:
> >
> > 4.1.1_release_blocker+?           -
> >
> https://issues.apache.org/ooo/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=4.1.1_release_blocker%2B%3F&sharer_id=249089
> > 4.1.1_release_blocker+            -
> >
> https://issues.apache.org/ooo/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=4.1.1_release_blocker%2B&sharer_id=249089
> > 4.1.1_release_blocker?            -
> >
> https://issues.apache.org/ooo/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=4.1.1_release_blocker%3F&sharer_id=249089
> > 4.1.1_release_blocker+, Resolved  -
> >
> https://issues.apache.org/ooo/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=4.1.1_release_blocker%2B%2C%20Resolved&sharer_id=249089
> >
> >   One question: how will we use the Target Milestone field? Will it be
> used
> > only for resolved defect in 4.1.1?
>
> I think we can set the target field to 4.1.1 when the showstopper flag
> is granted. The showstoppers have to be fixed anyway and it should be in
> sync.
>

Juergen,
  Thanks for the clarification!
  I updated the 4.1.1 planning wiki
<https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.1> with the
shared queries.

- Shenfeng (Simon)



>
> Juergen
>
> >
> > - Shenfeng (Simon)
> >
> >
> >
> >>
> >> Juergen
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> >> For additional commands, e-mail: dev-help@openoffice.apache.org
> >>
> >>
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>
>

Re: [RELEASE]: AOO 4.1.1 code base and some additional proposed fixes

Posted by Jürgen Schmidt <jo...@gmail.com>.
On 12/06/14 15:45, Shenfeng Liu wrote:
> 2014-06-11 17:14 GMT+08:00 Jürgen Schmidt <jo...@gmail.com>:
> 
>> Hi,
>>
>> a possible schedule for AOO 4.1.1 is not yet finally discussed and
>> defined but I would like to propose some further issues that are related
>> to make the code working on MacOS 10.9.3.
>>
>> First I propose that we develop the AOO 4.1.1 on the existing branch
>> AOO410 because it should be a minor bugfix release with some translation
>> updates. But no bigger features.
>>
>> And we still have no Mac build bot but I have updated my Mac where I
>> have built the release in the past. Means I have no 10.7 system in place
>> and have to build on MacOs 10.9.3. We made these changes already on
>> trunk and I propose the following issues for integration in AOO 4.1.1 to
>> make the build possible on MacOS 10.9.3. It will still work on 10.7.
>> Well I have already prepared a build and did a first basic test but it
>> will need some more testing of course.
>>
>> The issues are:
>>
>> 124896 remove obsoleted module-internal custom allocator in SAL,
>>        https://issues.apache.org/ooo/show_bug.cgi?id=124896
>>
>> 124908 remove custom allocator support in stlport-replacement headers,
>>        https://issues.apache.org/ooo/show_bug.cgi?id=124908
>>
>> 124422 Build no more possible with Xcode 5.1
>>        https://issues.apache.org/ooo/show_bug.cgi?id=124422
>>
>> 124442 Mac and Java Oracle 1.7,
>>        https://issues.apache.org/ooo/show_bug.cgi?id=124442
>>
>>
>> More things later
>>
> 
> Juergen,
>   Thanks for leading the 4.1.1 release!
>   I just created several defect queries to help tracing the status:
> 
> 4.1.1_release_blocker+?           -
> https://issues.apache.org/ooo/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=4.1.1_release_blocker%2B%3F&sharer_id=249089
> 4.1.1_release_blocker+            -
> https://issues.apache.org/ooo/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=4.1.1_release_blocker%2B&sharer_id=249089
> 4.1.1_release_blocker?            -
> https://issues.apache.org/ooo/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=4.1.1_release_blocker%3F&sharer_id=249089
> 4.1.1_release_blocker+, Resolved  -
> https://issues.apache.org/ooo/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=4.1.1_release_blocker%2B%2C%20Resolved&sharer_id=249089
> 
>   One question: how will we use the Target Milestone field? Will it be used
> only for resolved defect in 4.1.1?

I think we can set the target field to 4.1.1 when the showstopper flag
is granted. The showstoppers have to be fixed anyway and it should be in
sync.

Juergen

> 
> - Shenfeng (Simon)
> 
> 
> 
>>
>> Juergen
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>
>>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: [RELEASE]: AOO 4.1.1 code base and some additional proposed fixes

Posted by Shenfeng Liu <li...@gmail.com>.
2014-06-11 17:14 GMT+08:00 Jürgen Schmidt <jo...@gmail.com>:

> Hi,
>
> a possible schedule for AOO 4.1.1 is not yet finally discussed and
> defined but I would like to propose some further issues that are related
> to make the code working on MacOS 10.9.3.
>
> First I propose that we develop the AOO 4.1.1 on the existing branch
> AOO410 because it should be a minor bugfix release with some translation
> updates. But no bigger features.
>
> And we still have no Mac build bot but I have updated my Mac where I
> have built the release in the past. Means I have no 10.7 system in place
> and have to build on MacOs 10.9.3. We made these changes already on
> trunk and I propose the following issues for integration in AOO 4.1.1 to
> make the build possible on MacOS 10.9.3. It will still work on 10.7.
> Well I have already prepared a build and did a first basic test but it
> will need some more testing of course.
>
> The issues are:
>
> 124896 remove obsoleted module-internal custom allocator in SAL,
>        https://issues.apache.org/ooo/show_bug.cgi?id=124896
>
> 124908 remove custom allocator support in stlport-replacement headers,
>        https://issues.apache.org/ooo/show_bug.cgi?id=124908
>
> 124422 Build no more possible with Xcode 5.1
>        https://issues.apache.org/ooo/show_bug.cgi?id=124422
>
> 124442 Mac and Java Oracle 1.7,
>        https://issues.apache.org/ooo/show_bug.cgi?id=124442
>
>
> More things later
>

Juergen,
  Thanks for leading the 4.1.1 release!
  I just created several defect queries to help tracing the status:

4.1.1_release_blocker+?           -
https://issues.apache.org/ooo/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=4.1.1_release_blocker%2B%3F&sharer_id=249089
4.1.1_release_blocker+            -
https://issues.apache.org/ooo/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=4.1.1_release_blocker%2B&sharer_id=249089
4.1.1_release_blocker?            -
https://issues.apache.org/ooo/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=4.1.1_release_blocker%3F&sharer_id=249089
4.1.1_release_blocker+, Resolved  -
https://issues.apache.org/ooo/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=4.1.1_release_blocker%2B%2C%20Resolved&sharer_id=249089

  One question: how will we use the Target Milestone field? Will it be used
only for resolved defect in 4.1.1?

- Shenfeng (Simon)



>
> Juergen
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>
>