Will there be a 1.35.1 release?

Hi, I've just fixed a bug in the boost 1.35.0 windows implementation of condition_variable::notify_one() (ticket #1803) from a bug report over on the boost users list. This is an important fix, and I would like to see it in an official release asap. There are also a few backwards-compatibility issues vs 1.34 that have come to light that I'd like to fix. Are there any plans for a 1.35.1 release? If so, how soon? Anthony -- Anthony Williams | Just Software Solutions Ltd Custom Software Development | http://www.justsoftwaresolutions.co.uk Registered in England, Company Number 5478976. Registered Office: 15 Carrallack Mews, St Just, Cornwall, TR19 7UL

Anthony Williams wrote:
Hi,
I've just fixed a bug in the boost 1.35.0 windows implementation of condition_variable::notify_one() (ticket #1803) from a bug report over on the boost users list. This is an important fix, and I would like to see it in an official release asap. There are also a few backwards-compatibility issues vs 1.34 that have come to light that I'd like to fix.
I'd like to put in that ticket 1773 (vc8 namespace bug) is rather serious too, and may prevent many from upgrading (since it's a mess to work around in your own code.) Cheers, /Marcus

On Tue, Apr 15, 2008 at 10:23 AM, Marcus Lindblom <macke@yar.nu> wrote:
Anthony Williams wrote:
Hi,
[snip]
I'd like to put in that ticket 1773 (vc8 namespace bug) is rather serious too, and may prevent many from upgrading
Why? The older releases are likely to suffer with this bug too.
(since it's a mess to work around in your own code.)
Cheers, /Marcus
Regards, -- Felipe Magno de Almeida

Felipe Magno de Almeida wrote:
I'd like to put in that ticket 1773 (vc8 namespace bug) is rather serious too, and may prevent many from upgrading
Why? The older releases are likely to suffer with this bug too.
Strangely this issue did not come up with 1.34.1 and earlier releases. -chris -- Christopher Lux

On Tue, Apr 15, 2008 at 3:46 PM, Christopher Lux <christopherlux@gmail.com> wrote:
Felipe Magno de Almeida wrote:
I'd like to put in that ticket 1773 (vc8 namespace bug) is rather serious too, and may prevent many from upgrading
Why? The older releases are likely to suffer with this bug too.
Strangely this issue did not come up with 1.34.1 and earlier releases.
That is strange. Or *extremely* lucky.
-chris -- Christopher Lux
Regards, -- Felipe Magno de Almeida

Subject: Re: [boost] Will there be a 1.35.1 release?
Felipe Magno de Almeida wrote:
I'd like to put in that ticket 1773 (vc8 namespace bug) is rather serious too, and may prevent many from upgrading
Why? The older releases are likely to suffer with this bug too.
Strangely this issue did not come up with 1.34.1 and earlier releases.
Of course it did (a couple of times). A ticket along with a very simple fix was submitted 7 months ago: http://svn.boost.org/trac/boost/ticket/1285 Regards, Sean
participants (5)
-
Anthony Williams
-
Christopher Lux
-
Felipe Magno de Almeida
-
Marcus Lindblom
-
Sean Huang