summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-11-23 03:49:08 +0000
committerTim Peters <tim.peters@gmail.com>2002-11-23 03:49:08 +0000
commit19cf4ee69d414b3bf849cb2a4f00bfed70f1c76b (patch)
tree0edddfbe831199e72a07c2a4ba355174724a7600 /Misc
parent4b5c7a4f473cd3c7b99fd195b285aeba5e3c484a (diff)
downloadcpython-git-19cf4ee69d414b3bf849cb2a4f00bfed70f1c76b.tar.gz
More bsddb-on-Windows fiddling:
+ News blurb, but as much XXX as news. + Updated installer (install the new bsddb package, and the Berkeley DLL; still don't know how to fold that into _bsddb.pyd). + Fleshed out build instructions. + Debug Python still blows up.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5ee4a923e2..b2489708fd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -807,6 +807,14 @@ Yet to be written.
Windows
-------
+- The Windows distribution now ships with version 4.0.14 of the
+ Sleepycat Berkeley database library. This should be a huge
+ improvement over the previous Berkeley DB 1.85, which had many
+ bugs.
+ XXX What are the licensing issues here?
+ XXX The debug Python still blows up (see PCbuild/readme.txt).
+ XXX The version # is likely to change before 2.3a1.
+
- The Windows distribution now ships with Tcl/Tk version 8.4.1 (it
previously shipped with Tcl/Tk 8.3.2).