[Python-checkins] CVS: distutils CHANGES.txt,1.19,1.20 README.txt,1.23,1.24

A.M. Kuchling akuchling@users.sourceforge.net
Fri, 20 Apr 2001 11:30:38 -0700


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

Modified Files:
	CHANGES.txt README.txt 
Log Message:
Bump version number, and specify release date
Various updates to the README.txt file


Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/python/distutils/CHANGES.txt,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** CHANGES.txt	2001/03/22 03:36:48	1.19
--- CHANGES.txt	2001/04/20 18:30:36	1.20
***************
*** 1,4 ****
! Relase 1.0.2pre(XXX, 2001):
! --------------------------------
    * 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; 
--- 1,4 ----
! Relase 1.0.2 (20 April, 2001):
! ------------------------------
    * 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; 

Index: README.txt
===================================================================
RCS file: /cvsroot/python/distutils/README.txt,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** README.txt	2000/10/15 19:20:56	1.23
--- README.txt	2001/04/20 18:30:36	1.24
***************
*** 1,5 ****
                       Python Distribution Utilities
!                              release 1.0.1
!                             October 15, 2000
  
  
--- 1,5 ----
                       Python Distribution Utilities
!                              release 1.0.2
!                             April 20th, 2001
  
  
***************
*** 14,24 ****
  distributions.)
  
! The Distutils are a standard part of Python 1.6/2.0; if you are running
! 1.6/2.0, you don't need to install the Distutils separately.  (But you
! might want to upgrade to Distutils 1.0 if you are using Python 1.6; see
! below.)  This release is primarily so that you can add the Distutils to
! a Python 1.5.2 installation -- you will then be able to install modules
! that require the Distutils, or use the Distutils to distribute your own
! modules.
  
  More information is available at the Distutils web page:
--- 14,23 ----
  distributions.)
  
! The Distutils are a standard part of Python versions 1.6 and higher;
! if you are running 1.6/2.0/2.1, you don't need to install the
! Distutils separately.  This release is primarily so that you can add
! the Distutils to a Python 1.5.2 installation -- you will then be able
! to install modules that require the Distutils, or use the Distutils to
! distribute your own modules.
  
  More information is available at the Distutils web page:
***************
*** 122,131 ****
          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.
! However, if you'd like to upgrade the Distutils in your Python 1.6
! installation, or if future Distutils releases get ahead of the Distutils
! included with Python 2.0, you might want to install a newer Distutils
! release into your Python 1.6/2.0 library.
  
  To do this, you'll need to hide the original Distutils package directory
--- 121,131 ----
          2.0b2                        0.9.3
          2.0                          1.0.1
+         2.1                          1.0.2
  
! There's generally no need to install the Distutils under Python
! 1.6/2.0/2.1.  However, if you'd like to upgrade the Distutils in your
! Python 1.6 installation, or if future Distutils releases get ahead of
! the Distutils included with Python, you might want to install a newer
! Distutils release into your Python installation's library.
  
  To do this, you'll need to hide the original Distutils package directory
***************
*** 173,177 ****
  set; Fred Drake maintains a copy of the complete Python documentation at
  
!     http://www.pythonlabs.com/doc/manuals/
  
  Sometimes Fred's version is more recent, and sometimes my version is.
--- 173,177 ----
  set; Fred Drake maintains a copy of the complete Python documentation at
  
!     http://python.sourceforge.net/devel-docs/
  
  Sometimes Fred's version is more recent, and sometimes my version is.