[Python-checkins] distutils2: Add missing changelog entries for recent contributions

eric.araujo python-checkins at python.org
Wed May 16 07:07:27 CEST 2012


http://hg.python.org/distutils2/rev/10b3c8959421
changeset:   1332:10b3c8959421
user:        Éric Araujo <merwok at netwok.org>
date:        Tue May 15 19:06:28 2012 -0400
summary:
  Add missing changelog entries for recent contributions

files:
  CHANGES.txt      |  10 ++++++++--
  CONTRIBUTORS.txt |   3 +++
  2 files changed, 11 insertions(+), 2 deletions(-)


diff --git a/CHANGES.txt b/CHANGES.txt
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,8 +11,14 @@
 1.0a5 - 2012-xx-xx
 ------------------
 
-- #10374 Now creating scripts everytime when build_scripts is called,
-  as a side effect, --force option has been removed [PierrePaul]
+- #14294: Let Metadata convert setuptools-style requires.txt [preston]
+- #14270: Add dest_dir parameter to install functions [mathieu]
+- #13166: Add __str__ to database.*Distribution for nicer output [guillaume]
+- #13614: Fix register failure with invalid rst in description [julien c,
+  mathieu, pierre paul, éric]
+- #13399: Display error message instead of unhandled traceback for missing
+  actions, commands and options [patrice]
+- #10374: Recreate scripts everytime build_scripts is called [pierre paul]
 
 1.0a4 - 2012-03-13
 ------------------
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -20,6 +20,7 @@
 - Francisco Martín Brugué
 - Nicolas Cadou
 - Godefroid Chapelle
+- Julien Courteau
 - Christophe Combelles
 - Jason R. Coombs
 - Pierre-Yves David
@@ -31,12 +32,14 @@
 - Boris Feld
 - Andrew Francis
 - Hallvard B Furuseth
+- Patrice Gauthier
 - Yannick Gingras
 - Filip Gruszczyński
 - Walker Hale IV
 - Alexandre Hamelin
 - Kelsey Hightower
 - Thomas Holmes
+- Preston Holmes
 - Christian Hudon
 - Julien Jehannet
 - Jeremy Kloth

-- 
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list