summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2010-04-21 22:43:56 -0700
committerDaniel Burrows <dburrows@debian.org>2010-04-21 22:43:56 -0700
commit83b69ca50b46d9d8c21d7fb0547e6f9ee23bb849 (patch)
tree87e5dad62f90fdccf942f3dfd7b62451fccaf4ab /NEWS
parente78fef46dd63a9f5a30d11916ceb592a934d29c4 (diff)
downloadaptitude-83b69ca50b46d9d8c21d7fb0547e6f9ee23bb849.tar.gz
Defend against the stupidity of Boost.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ad6b6bd0..a7518c4a 100644
--- a/NEWS
+++ b/NEWS
@@ -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.