[Checkins] SVN: Acquisition/branches/2.11/ Add a change log

Hanno Schlichting hannosch at hannosch.eu
Thu Feb 25 13:04:22 EST 2010


Log message for revision 109438:
  Add a change log
  

Changed:
  A   Acquisition/branches/2.11/CHANGES.txt
  U   Acquisition/branches/2.11/setup.py

-=-
Added: Acquisition/branches/2.11/CHANGES.txt
===================================================================
--- Acquisition/branches/2.11/CHANGES.txt	                        (rev 0)
+++ Acquisition/branches/2.11/CHANGES.txt	2010-02-25 18:04:21 UTC (rev 109438)
@@ -0,0 +1,5 @@
+Changelog
+=========
+
+2.11.2 (unreleased)
+-------------------


Property changes on: Acquisition/branches/2.11/CHANGES.txt
___________________________________________________________________
Added: svn:eol-style
   + native

Modified: Acquisition/branches/2.11/setup.py
===================================================================
--- Acquisition/branches/2.11/setup.py	2010-02-25 18:01:49 UTC (rev 109437)
+++ Acquisition/branches/2.11/setup.py	2010-02-25 18:04:21 UTC (rev 109438)
@@ -25,7 +25,8 @@
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       long_description=open(
-          os.path.join('src', 'Acquisition', 'README.txt')).read(),
+          os.path.join('src', 'Acquisition', 'README.txt')).read() + '\n' +
+          open('CHANGES.txt').read(),
 
       packages=find_packages('src'),
       package_dir={'': 'src'},



More information about the checkins mailing list