Support linking of the bsddb module against BerkeleyDB 4.5.x
(will backport to 2.5)
diff --git a/Misc/NEWS b/Misc/NEWS
index 972f1e0..f3749ab 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -322,6 +322,8 @@
   been defined.  This prevents an interactive Python from waking up 10
   times per second.  Patch by Richard Boulton.
 
+- Added support for linking the bsddb module against BerkeleyDB 4.5.x.
+
 
 Tests
 -----