[Python-checkins] CVS: distutils README.txt,1.13,1.14 CHANGES.txt,1.9,1.10

Greg Ward python-dev@python.org
Mon, 24 Apr 2000 23:05:21 -0400 (EDT)


Update of /projects/cvsroot/distutils
In directory newcnri:/tmp/cvs-serv11263

Modified Files:
	README.txt CHANGES.txt 
Log Message:
Update for release 0.8.2.

Index: README.txt
===================================================================
RCS file: /projects/cvsroot/distutils/README.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** README.txt	2000/04/22 02:46:11	1.13
--- README.txt	2000/04/25 03:05:16	1.14
***************
*** 1,5 ****
                              Python Distutils
!                              release 0.8.1
!                              April 21, 2000
  
  
--- 1,5 ----
                              Python Distutils
!                              release 0.8.2
!                              April 24, 2000
  
  
***************
*** 42,46 ****
  ------------
  
! Release 0.8.1 of the Distutils requires Python 1.5.2 or later.
  (Compatibility with Python 1.5.1 is forthcoming, as soon as I merge the
  1.5.1 compatibility changes from Distutils 0.1.4 and 0.1.5 forward.)
--- 42,46 ----
  ------------
  
! Release 0.8.2 of the Distutils requires Python 1.5.2 or later.
  (Compatibility with Python 1.5.1 is forthcoming, as soon as I merge the
  1.5.1 compatibility changes from Distutils 0.1.4 and 0.1.5 forward.)
***************
*** 105,109 ****
  
  The Distutils are included with Python 1.6, so there's generally no need
! to install it under Python 1.6.  However, Distutils 0.8.1 is more recent
  than the code included with Python 1.6a2, so if you really like life on
  the bleeding edge, you might want to install this Distutils release into 
--- 105,109 ----
  
  The Distutils are included with Python 1.6, so there's generally no need
! to install it under Python 1.6.  However, Distutils 0.8.2 is more recent
  than the code included with Python 1.6a2, so if you really like life on
  the bleeding edge, you might want to install this Distutils release into 
***************
*** 342,345 ****
--- 342,348 ----
    * Bastian Kleineidam: the "clean" command, and a pile of
      patches, bug-fixes, and ideas, large and small
+   * Lyle Johnson: bug-spotting and -fixing
+   * Harry Henry Gebel: bug-spotting and -fixing; the "bztar" archive
+     format
  
  [spiritual, in roughly chronological order since the birth of the project]
***************
*** 361,363 ****
      the CPAN archive (Jarkko), and the CPAN module (Andreas)
  
! $Id: README.txt,v 1.13 2000/04/22 02:46:11 gward Exp $
--- 364,366 ----
      the CPAN archive (Jarkko), and the CPAN module (Andreas)
  
! $Id: README.txt,v 1.14 2000/04/25 03:05:16 gward Exp $

Index: CHANGES.txt
===================================================================
RCS file: /projects/cvsroot/distutils/CHANGES.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** CHANGES.txt	2000/04/22 02:46:12	1.9
--- CHANGES.txt	2000/04/25 03:05:17	1.10
***************
*** 1,2 ****
--- 1,15 ----
+ Release 0.8.2 (24 April, 2000):
+ -------------------------------
+   * bug fix: --help option failed due to over-eager refactoring in
+     0.8.1 (thanks to Harry Henry Gebel)
+ 
+   * bug fix: conversion of Unix-style paths to Windows style fixed
+     (so the sdist command should be portable now) (thanks to
+     Lyle Johnson)
+ 
+   * added bztar format to generate .tar.bz2 source distributions
+     (thanks to Harry Henry Gebel)
+ 
+ 
  Release 0.8.1 (21 April, 2000):
  -------------------------------
***************
*** 169,171 ****
  
  
! $Id: CHANGES.txt,v 1.9 2000/04/22 02:46:12 gward Exp $
--- 182,184 ----
  
  
! $Id: CHANGES.txt,v 1.10 2000/04/25 03:05:17 gward Exp $