[Python-checkins] CVS: distutils README.txt,1.22,1.23 CHANGES.txt,1.16,1.17

Greg Ward python-dev@python.org
Sun, 15 Oct 2000 12:21:00 -0700


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

Modified Files:
	README.txt CHANGES.txt 
Log Message:
Update for version 1.0.1.

Index: README.txt
===================================================================
RCS file: /cvsroot/python/distutils/README.txt,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** README.txt	2000/10/03 03:47:46	1.22
--- README.txt	2000/10/15 19:20:56	1.23
***************
*** 1,5 ****
                       Python Distribution Utilities
!                               release 1.0
!                             October 2, 2000
  
  
--- 1,5 ----
                       Python Distribution Utilities
!                              release 1.0.1
!                             October 15, 2000
  
  
***************
*** 121,125 ****
          2.0b1                        0.9.2
          2.0b2                        0.9.3
!         2.0 (planned)                1.0
  
  There's generally no need to install the Distutils under Python 1.6/2.0.
--- 121,125 ----
          2.0b1                        0.9.2
          2.0b2                        0.9.3
!         2.0                          1.0.1
  
  There's generally no need to install the Distutils under Python 1.6/2.0.

Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/python/distutils/CHANGES.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** CHANGES.txt	2000/10/03 03:47:46	1.16
--- CHANGES.txt	2000/10/15 19:20:56	1.17
***************
*** 1,2 ****
--- 1,15 ----
+ Relase 1.0.1 (15 October, 2000):
+ --------------------------------
+   * fixed Windows installer to deal with ZIP files created by the
+     zipfile module better (Thomas Heller)
+ 
+   * fixed install command's spurious warnings on Windows (due to
+     case-sensitive filename comparison)
+ 
+   * two tweaks to the (experimental, unfinished) config command:
+     make 'check_lib()' more like AC_CHECK_LIB, and make sure
+     any command-line options are the right type
+ 
+ 
  Release 1.0 (2 October, 2000):
  ------------------------------