[Python-checkins] CVS: distutils CHANGES.txt,1.11,1.12

Greg Ward python-dev@python.org
Tue, 15 Aug 2000 06:13:47 -0700


Update of /cvsroot/python/distutils
In directory slayer.i.sourceforge.net:/tmp/cvs-serv6696

Modified Files:
	CHANGES.txt 
Log Message:
Changes for 0.9.1.

Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/python/distutils/CHANGES.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** CHANGES.txt	2000/06/30 02:54:00	1.11
--- CHANGES.txt	2000/08/15 13:13:44	1.12
***************
*** 1,2 ****
--- 1,25 ----
+ Release 0.9.1 (15 August, 2000):
+ ------------------------------
+   * added --dist-dir option to the sdist and bdist commands, to control
+     where output files are put; all default to the "dist" directory
+ 
+   * factored a bunch of code out of the "sdist" command, which will
+     hopefully make it easier to use its nifty "file list template"
+     features used in other places (thanks to Rene Liebscher)
+ 
+   * general cleanup/improvement of compiling extensions with non-
+     Microsoft compilers under Windows (Rene Liebscher):
+     - fixed Borland C++ interface so it works
+     - better handling of different GCC versions under Windows
+ 
+   * fixed a bunch of little bugs (thanks to various people)
+ 
+   * some documentation work: added "Describing extensions" section
+     to the "Distributing Python Modules" manual
+ 
+   * fixed a long-standing bug in the "build_py" command that prevented
+     "bdist_rpm" from working in certain cases
+ 
+ 
  Release 0.9 (29 June, 2000):
  ----------------------------