[Checkins] SVN: zc.buildout/trunk/ Added a changes entry for tarek's fix

Hanno Schlichting hannosch at hannosch.eu
Fri Oct 9 14:19:33 EDT 2009


Log message for revision 104975:
  Added a changes entry for tarek's fix
  

Changed:
  U   zc.buildout/trunk/CHANGES.txt
  U   zc.buildout/trunk/setup.py

-=-
Modified: zc.buildout/trunk/CHANGES.txt
===================================================================
--- zc.buildout/trunk/CHANGES.txt	2009-10-09 15:42:08 UTC (rev 104974)
+++ zc.buildout/trunk/CHANGES.txt	2009-10-09 18:19:32 UTC (rev 104975)
@@ -6,6 +6,9 @@
 
 Bugs fixed:
 
+- While checking for new versions of setuptools and buildout itself,
+  compare requirement locations instead of requirement objects.
+
 - Incrementing didn't work properly when extending multiple files.
   https://bugs.launchpad.net/zc.buildout/+bug/421022
 

Modified: zc.buildout/trunk/setup.py
===================================================================
--- zc.buildout/trunk/setup.py	2009-10-09 15:42:08 UTC (rev 104974)
+++ zc.buildout/trunk/setup.py	2009-10-09 18:19:32 UTC (rev 104975)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 name = "zc.buildout"
-version = "1.4.0dev"
+version = "1.4.2dev"
 
 import os
 from setuptools import setup



More information about the checkins mailing list