Bump the Windows build to use Sleepycat's 4.1.25.NC release (the
latest bsddb release without strong cryptography).
diff --git a/Misc/NEWS b/Misc/NEWS
index bfcddd9..fdc3730 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,9 @@
 
 - fcntl now exposes the strops.h I_* constants.
 
+- Fix a crash on Solaris that occurred when calling close() on
+  an mmap'ed file which was already closed.  (SF patch #665913)
+
 - datetime changes:
 
   The datetime and datetimetz classes have been collapsed into a single
@@ -103,9 +106,6 @@
   possible to have timestamps that differ by a second, yet where
   datetimes constructed from them are equal.
 
-- Fix a crash on Solaris that occurred when calling close() on
-  an mmap'ed file which was already closed.  (SF patch #665913)
-
 Library
 -------
 
@@ -181,6 +181,9 @@
 Windows
 -------
 
+- The bsddb module now ships with Sleepycat's 4.1.25.NC, the latest
+  release without strong cryptography.
+
 - sys.path[0], if it contains a directory name, is now always an
   absolute pathname.