[1.33.1] Preparing for release

Boost 1.33.1 will be released in 7 days. The following issues will need to be cleared up before that can happen: - GCC 2.95.3 failures that I introduced (and have fixed; the should disappear "soon") - Spirit switch_p failures on GCC 4.0.2, which is now a release platform. We have a patch awaiting approval that should fix this. If there are any other problems that should be addressed, please respond *immediately* so that we can address them. Prerelease tarballs will be available within the next few days. Doug Gregor 1.33.x Release Manager

Doug Gregor <dgregor@cs.indiana.edu> writes:
Boost 1.33.1 will be released in 7 days.
The following issues will need to be cleared up before that can happen:
- GCC 2.95.3 failures that I introduced (and have fixed; the should disappear "soon") - Spirit switch_p failures on GCC 4.0.2, which is now a release platform. We have a patch awaiting approval that should fix this.
If there are any other problems that should be addressed, please respond *immediately* so that we can address them. Prerelease tarballs will be available within the next few days.
I think someone proposed a Boost.Python patch that I was supposed to apply for older GCCs, but that might not have happened due to the holidays. I'll try to handle that immediately. -- Dave Abrahams Boost Consulting www.boost-consulting.com

David Abrahams <dave@boost-consulting.com> writes:
Doug Gregor <dgregor@cs.indiana.edu> writes:
Boost 1.33.1 will be released in 7 days.
The following issues will need to be cleared up before that can happen:
- GCC 2.95.3 failures that I introduced (and have fixed; the should disappear "soon") - Spirit switch_p failures on GCC 4.0.2, which is now a release platform. We have a patch awaiting approval that should fix this.
If there are any other problems that should be addressed, please respond *immediately* so that we can address them. Prerelease tarballs will be available within the next few days.
I think someone proposed a Boost.Python patch that I was supposed to apply for older GCCs, but that might not have happened due to the holidays. I'll try to handle that immediately.
Done. -- Dave Abrahams Boost Consulting www.boost-consulting.com

Doug Gregor wrote:
Boost 1.33.1 will be released in 7 days.
The following issues will need to be cleared up before that can happen:
- GCC 2.95.3 failures that I introduced (and have fixed; the should disappear "soon") - Spirit switch_p failures on GCC 4.0.2, which is now a release platform. We have a patch awaiting approval that should fix this.
The 'fix' didn't fix it :-( I'm out of clues and I need help with that! Regards Hartmut

Hartmut Kaiser wrote:
Doug Gregor wrote:
Boost 1.33.1 will be released in 7 days.
The following issues will need to be cleared up before that can happen:
- GCC 2.95.3 failures that I introduced (and have fixed; the should disappear "soon") - Spirit switch_p failures on GCC 4.0.2, which is now a release platform. We have a patch awaiting approval that should fix this.
The 'fix' didn't fix it :-( I'm out of clues and I need help with that!
Hmm... from my tests, I believe the 'fix' *does* fix the issue. I just grabbed gcc-4.0.2 and compiled it from source with default options (configure --prefix=/path/to/tempdir && make). Without the patch I get an error similar to Martin Wille's, with the patch the error is gone and the code compiles cleanly. What am I missing? João Abecasis

Joao Abecasis wrote:
Doug Gregor wrote:
Boost 1.33.1 will be released in 7 days.
The following issues will need to be cleared up before that can happen:
- GCC 2.95.3 failures that I introduced (and have fixed; the should disappear "soon") - Spirit switch_p failures on GCC 4.0.2, which is now a release platform. We have a patch awaiting approval that should fix this.
The 'fix' didn't fix it :-( I'm out of clues and I need help with that!
Hmm... from my tests, I believe the 'fix' *does* fix the issue.
I just grabbed gcc-4.0.2 and compiled it from source with default options (configure --prefix=/path/to/tempdir && make). Without the patch I get an error similar to Martin Wille's, with the patch the error is gone and the code compiles cleanly.
What am I missing?
Sorry, my fault. I sent this message before I saw Dougs mail wrt his fix. I was referring to a 'fix' I did earlier. Regards Hartmut

Cool, I look forward to it. line 254 in pool.hpp causes a warning in vc++2005, could it be changed from static_cast<bool>(total_req_size % partition_size) to ((total_req_size % partition_size)!=0) On 11/28/05, Doug Gregor <dgregor@cs.indiana.edu> wrote:
Boost 1.33.1 will be released in 7 days.
The following issues will need to be cleared up before that can happen:
- GCC 2.95.3 failures that I introduced (and have fixed; the should disappear "soon") - Spirit switch_p failures on GCC 4.0.2, which is now a release platform. We have a patch awaiting approval that should fix this.
If there are any other problems that should be addressed, please respond *immediately* so that we can address them. Prerelease tarballs will be available within the next few days.
Doug Gregor 1.33.x Release Manager
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- Cory Nelson http://www.int64.org

oops, and line 505 too. On 11/28/05, Cory Nelson <phrosty@gmail.com> wrote:
Cool, I look forward to it.
line 254 in pool.hpp causes a warning in vc++2005, could it be changed from
static_cast<bool>(total_req_size % partition_size)
to
((total_req_size % partition_size)!=0)
On 11/28/05, Doug Gregor <dgregor@cs.indiana.edu> wrote:
Boost 1.33.1 will be released in 7 days.
The following issues will need to be cleared up before that can happen:
- GCC 2.95.3 failures that I introduced (and have fixed; the should disappear "soon") - Spirit switch_p failures on GCC 4.0.2, which is now a release platform. We have a patch awaiting approval that should fix this.
If there are any other problems that should be addressed, please respond *immediately* so that we can address them. Prerelease tarballs will be available within the next few days.
Doug Gregor 1.33.x Release Manager
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- Cory Nelson http://www.int64.org
-- Cory Nelson http://www.int64.org
participants (5)
-
Cory Nelson
-
David Abrahams
-
Doug Gregor
-
Hartmut Kaiser
-
Joao Abecasis