[Checkins] SVN: zc.catalog/trunk/ preparing release

Michael Howitz mh at gocept.com
Sat Feb 7 10:47:54 EST 2009


Log message for revision 96216:
  preparing release

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

-=-
Modified: zc.catalog/trunk/CHANGES.txt
===================================================================
--- zc.catalog/trunk/CHANGES.txt	2009-02-07 15:25:02 UTC (rev 96215)
+++ zc.catalog/trunk/CHANGES.txt	2009-02-07 15:47:53 UTC (rev 96216)
@@ -5,15 +5,23 @@
 The 1.2 line (and higher) supports Zope 3.4/ZODB 3.8.  The 1.1 line supports
 Zope 3.3/ZODB 3.7.
 
-1.4.0 (unreleased)
+1.4.0 (2009-02-07)
 ------------------
 
+Bugs fixed
+~~~~~~~~~~
+
 * Fixed a typo in ValueIndex addform and addMenuItem
+
 * Use ``zope.container`` instead of ``zope.app.container``.
+
 * Use ``zope.keyreference`` instead of ``zope.app.keyreference``.
+
 * Use ``zope.intid`` instead of ``zope.app.intid``.
+
 * Use ``zope.catalog`` instead of ``zope.app.catalog``.
 
+
 1.3.0 (2008-09-10)
 ------------------
 

Modified: zc.catalog/trunk/setup.py
===================================================================
--- zc.catalog/trunk/setup.py	2009-02-07 15:25:02 UTC (rev 96215)
+++ zc.catalog/trunk/setup.py	2009-02-07 15:47:53 UTC (rev 96216)
@@ -28,10 +28,7 @@
       description="Extensions to the Zope 3 Catalog",
       long_description=(
           read('README.txt')
-          + '\n\n' +
-          'Detailed Documentation\n' +
-          '======================\n'
-          + '\n\n' +
+          + '\n\n.. contents::\n\n' +
           read('src', 'zc', 'catalog', 'valueindex.txt')
           + '\n\n' +
           read('src', 'zc', 'catalog', 'setindex.txt')



More information about the Checkins mailing list