[Checkins] SVN: DateTime/trunk/ Get us a proper changelog!

Hanno Schlichting plone at hannosch.info
Mon Feb 2 15:39:34 EST 2009


Log message for revision 96000:
  Get us a proper changelog!
  

Changed:
  A   DateTime/trunk/CHANGES.txt
  U   DateTime/trunk/setup.py

-=-
Added: DateTime/trunk/CHANGES.txt
===================================================================
--- DateTime/trunk/CHANGES.txt	                        (rev 0)
+++ DateTime/trunk/CHANGES.txt	2009-02-02 20:39:34 UTC (rev 96000)
@@ -0,0 +1,27 @@
+Changelog
+=========
+
+2.11.2dev (unreleased)
+----------------------
+
+- Include *all* pytz zone names, not just "common" ones.
+
+- Fix one fragile doctest, band-aid another.
+
+- Fix for launchpad #267545: DateTime(DateTime()) should preserve the
+  correct hour.
+
+2.11.1 (2008-08-05)
+-------------------
+
+- DateTime conversion of datetime objects with non-pytz tzinfo. Timezones()
+  returns a copy of the timezone list (allows tests to run).
+
+- Merged the slinkp-datetime-200007 branch: fix the DateTime(anotherDateTime)
+  constructor to preserve timezones.
+
+2.11.0b1 (2008-01-06)
+---------------------
+
+- Split off from the Zope2 main source code tree.
+


Property changes on: DateTime/trunk/CHANGES.txt
___________________________________________________________________
Added: svn:eol-style
   + native

Modified: DateTime/trunk/setup.py
===================================================================
--- DateTime/trunk/setup.py	2009-02-02 20:38:00 UTC (rev 95999)
+++ DateTime/trunk/setup.py	2009-02-02 20:39:34 UTC (rev 96000)
@@ -27,8 +27,8 @@
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       long_description=open(
-          os.path.join('src', 'DateTime', 'DateTime.txt')).read(),
-
+          os.path.join('src', 'DateTime', 'DateTime.txt')).read() + \
+          '\n\n' + open('CHANGES.txt').read(),
       packages=find_packages('src'),
       package_dir={'': 'src'},
 



More information about the Checkins mailing list