[Python-checkins] distutils CHANGES.txt,1.21,1.22

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Tue, 19 Nov 2002 06:22:56 -0800


Update of /cvsroot/python/distutils
In directory sc8-pr-cvs1:/tmp/cvs-serv8315

Modified Files:
	CHANGES.txt 
Log Message:
Updated file

Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/python/distutils/CHANGES.txt,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** CHANGES.txt	3 May 2001 22:30:38 -0000	1.21
--- CHANGES.txt	19 Nov 2002 14:22:54 -0000	1.22
***************
*** 1,2 ****
--- 1,18 ----
+ Relase 1.0.3 (24 November, 2002):
+ ---------------------------------
+ 
+   * Pete Shinners discovered that zipfile.ZipFile() is called with mode
+     argument "wb", while the only valid modes are "r", "w" or "a".
+     Fixed this by changing the mode to "w".
+ 
+   * bdist_rpm now prefers to use 'rpmbuild' over 'rpm'.
+ 
+   * added preprocess() method for Borland C compiler (untested).
+ 
+   * fixes for Cygwin and MacOS X.
+ 
+   * various bugfixes.
+ 
+ 
  Relase 1.0.2 (20 April, 2001):
  ------------------------------