[Python-checkins] python/dist/src/Misc NEWS,1.621,1.622

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Fri, 24 Jan 2003 07:31:33 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv21630/python/Misc

Modified Files:
	NEWS 
Log Message:
Bump the Windows build to use Sleepycat's 4.1.25.NC release (the
latest bsddb release without strong cryptography).


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.621
retrieving revision 1.622
diff -C2 -d -r1.621 -r1.622
*** NEWS	23 Jan 2003 20:53:08 -0000	1.621
--- NEWS	24 Jan 2003 15:31:27 -0000	1.622
***************
*** 33,36 ****
--- 33,39 ----
  - 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:
  
***************
*** 104,110 ****
    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
  -------
--- 107,110 ----
***************
*** 181,184 ****
--- 181,187 ----
  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