[1.41.0] Release candidate 2

1.41.0 release candidate 2 packages are available. The only change from RC1 is the fix for the serialization snafu. http://boost.cowic.de/rc/boost_1_41_0.tar.bz2 - Unix line endings http://boost.cowic.de/rc/boost_1_41_0.tar.gz<http://boost.cowic.de/rc/boost_1_41_1_beta1.tar.gz>- Unix line endings http://boost.cowic.de/rc/boost_1_41_0.7z<http://boost.cowic.de/rc/boost_1_41_1_beta1.7z>- Windows line endings http://boost.cowic.de/rc/boost_1_41_0.zip<http://boost.cowic.de/rc/boost_1_41_1_beta1.zip>- Windows line endings Before pushing the release out to SourceForge, I'd appreciate it if several people would try the release candidate and report success, failure, or any problems encountered. Thanks, --Beman

On Tue, Nov 17, 2009 at 10:30 AM, Beman Dawes <bdawes@acm.org> wrote:
1.41.0 release candidate 2 packages are available. The only change from RC1 is the fix for the serialization snafu.
http://boost.cowic.de/rc/boost_1_41_0.tar.bz2 - Unix line endings http://boost.cowic.de/rc/boost_1_41_0.tar.gz<http://boost.cowic.de/rc/boost_1_41_1_beta1.tar.gz>- Unix line endings http://boost.cowic.de/rc/boost_1_41_0.7z<http://boost.cowic.de/rc/boost_1_41_1_beta1.7z>- Windows line endings http://boost.cowic.de/rc/boost_1_41_0.zip<http://boost.cowic.de/rc/boost_1_41_1_beta1.zip>- Windows line endings
Now wait a minute. I know I didn't make cut-and-paste errors this time. What seems to be happening is that cut-and-paste from Firefox to Gmail is messing up. Let's try again, with hand-typed URL's: http://boost.cowic.de/rc/boost_1.41_0.tar.bz3 - Unix line endings http://boost.cowic.de/rc/boost_1.41_0.tar.gz - Unix line endings http://boost.cowic.de/rc/boost_1.41_0.7z - Windows line endings http://boost.cowic.de/rc/boost_1.41_0.zip - Windows line endings Sorry for the confusion, --Beman

Let's try again, with CORRECT hand-typed URL's: http://boost.cowic.de/rc/boost_1_41_0.tar.bz3 - Unix line endings http://boost.cowic.de/rc/boost_1_41_0.tar.gz - Unix line endings http://boost.cowic.de/rc/boost_1_41_0.7z - Windows line endings http://boost.cowic.de/rc/boost_1_41_0.zip - Windows line endings --Beman

Beman Dawes wrote:
Let's try again, with CORRECT hand-typed URL's:
http://boost.cowic.de/rc/boost_1_41_0.tar.bz3 - Unix line endings wow, great! .bz3 ! ;-)
(Sorry, could not help it.)

On Tue, Nov 17, 2009 at 11:47 AM, Beman Dawes <bdawes@acm.org> wrote:
Let's try again, with CORRECT hand-typed URL's:
http://boost.cowic.de/rc/boost_1_41_0.tar.bz3 - Unix line endings http://boost.cowic.de/rc/boost_1_41_0.tar.gz - Unix line endings http://boost.cowic.de/rc/boost_1_41_0.7z - Windows line endings http://boost.cowic.de/rc/boost_1_41_0.zip - Windows line endings
I'm getting Boost.Serialization compiler ICE's. VC++ 9 Express. xml_grammar.cpp xml_wgrammar.cpp --Beman

Beman Dawes wrote:
I'm getting Boost.Serialization compiler ICE's. VC++ 9 Express.
xml_grammar.cpp xml_wgrammar.cpp
That's the breakage we had the other day. Looks like the boost\archive\iterators\xml_unescape.hpp in <http://boost.cowic.de/rc/boost_1_41_0.7z> is still the broken version? -- View this message in context: http://old.nabble.com/-1.41.0--Release-candidate-2-tp26391895p26394400.html Sent from the Boost - Dev mailing list archive at Nabble.com.

On Tue, Nov 17, 2009 at 12:47 PM, Richard Webb <richard.webb@boldonjames.com
wrote:
Beman Dawes wrote:
I'm getting Boost.Serialization compiler ICE's. VC++ 9 Express.
xml_grammar.cpp xml_wgrammar.cpp
That's the breakage we had the other day.
Looks like the boost\archive\iterators\xml_unescape.hpp in <http://boost.cowic.de/rc/boost_1_41_0.7z> is still the broken version?
It looks to me like Robert did revert that particular file to the pre-snafu version. I've just done a branches/release checkout at revision 57638, which was the last revision before the snafu. Building now... Built all targets with no ICE's or other failures. Will search for difference, and try to resolve. Thanks, --Beman

On Tue, Nov 17, 2009 at 1:23 PM, Beman Dawes <bdawes@acm.org> wrote:
On Tue, Nov 17, 2009 at 12:47 PM, Richard Webb < richard.webb@boldonjames.com> wrote:
Beman Dawes wrote:
I'm getting Boost.Serialization compiler ICE's. VC++ 9 Express.
xml_grammar.cpp xml_wgrammar.cpp
That's the breakage we had the other day.
Looks like the boost\archive\iterators\xml_unescape.hpp in <http://boost.cowic.de/rc/boost_1_41_0.7z> is still the broken version?
It looks to me like Robert did revert that particular file to the pre-snafu version. I've just done a branches/release checkout at revision 57638, which was the last revision before the snafu.
Building now...
Built all targets with no ICE's or other failures.
Will search for difference, and try to resolve.
Hum... A fresh checkout of branches/release HEAD also builds OK. That means the packaging is probably wrong. Starting to rebuild... --Beman
participants (3)
-
Beman Dawes
-
Christoph Duelli
-
Richard Webb