[Python-checkins] python/dist/src/Misc NEWS,1.427,1.428

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Fri, 14 Jun 2002 13:30:33 -0700


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

Modified Files:
	NEWS 
Log Message:
This introduces stricter library/header file checking for the Berkeley DB
library.  Since multiple versions can be installed simultaneously, it's
crucial that you only select libraries and header files which are compatible
with each other.  Version checking is done from highest version to lowest.
Building using version 1 of Berkeley DB is disabled by default because of
the hash file bugs people keep rediscovering.  It can be enabled by
uncommenting a few lines in setup.py.  Closes patch 553108.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.427
retrieving revision 1.428
diff -C2 -d -r1.427 -r1.428
*** NEWS	14 Jun 2002 00:50:42 -0000	1.427
--- NEWS	14 Jun 2002 20:30:31 -0000	1.428
***************
*** 277,280 ****
--- 277,285 ----
    well as Unix.
  
+ - The bsddb and dbm module builds have been changed to try and avoid version
+   skew problems and disable linkage with Berkeley DB 1.85 unless the
+   installer knows what s/he's doing.  See the section on building these
+   modules in the README file for details.
+ 
  C API