diff options
author | Daniel Burrows <dburrows@debian.org> | 2010-04-21 22:43:56 -0700 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2010-04-21 22:43:56 -0700 |
commit | 83b69ca50b46d9d8c21d7fb0547e6f9ee23bb849 (patch) | |
tree | 87e5dad62f90fdccf942f3dfd7b62451fccaf4ab /NEWS | |
parent | e78fef46dd63a9f5a30d11916ceb592a934d29c4 (diff) | |
download | aptitude-83b69ca50b46d9d8c21d7fb0547e6f9ee23bb849.tar.gz |
Defend against the stupidity of Boost.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ Version 0.6.2.1 "I didn't know it was a * Fixed a crash caused by being insufficiently careful about NULL pointers in the resolver. (Closes: #578344) + * Boost 1.42 changed the order of arguments to fusion::fold(), + breaking aptitude. As an interim measure, I have modified + configure to require 1.42 or higher, and fixed the argument order. + The correct long-term fix here is to do a feature test to see + which order fold expects its arguments in. + - Backwards compatibility fixes: * Restored the "conflict" safety level/tier. |