[Python-checkins] CVS: distutils CHANGES.txt,1.20,1.21

A.M. Kuchling akuchling@users.sourceforge.net
Thu, 03 May 2001 15:30:40 -0700


Update of /cvsroot/python/distutils
In directory usw-pr-cvs1:/tmp/cvs-serv12348

Modified Files:
	CHANGES.txt 
Log Message:
Update changes: the compulsory version number was backed out, and 
    I don't believe that any of the 2.1 changes broke things for Python 1.5


Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/python/distutils/CHANGES.txt,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** CHANGES.txt	2001/04/20 18:30:36	1.20
--- CHANGES.txt	2001/05/03 22:30:38	1.21
***************
*** 2,7 ****
  ------------------------------
    * fixes to accommodate the major revisions made to Python's build system 
!     for 2.1.  (This will break the Distutils for 1.5.2 and 2.0, though; 
!     it should be made backward compatible.)
  
    * from Thomas Heller: the installer generated by bdist_wininst now 
--- 2,6 ----
  ------------------------------
    * fixes to accommodate the major revisions made to Python's build system 
!     for 2.1.  
  
    * from Thomas Heller: the installer generated by bdist_wininst now 
***************
*** 29,34 ****
    * applied patches from Jason Tishler to make the compiler class work with
      Cygwin.
- 
-   * it's now compulsory to supply a version number.
  
    * various bugfixes
--- 28,31 ----