[Checkins] SVN: zope.app.generations/trunk/ preparing release

Michael Howitz mh at gocept.com
Tue Jan 27 03:52:26 EST 2009


Log message for revision 95086:
  preparing release

Changed:
  U   zope.app.generations/trunk/CHANGES.txt
  U   zope.app.generations/trunk/setup.py
  U   zope.app.generations/trunk/src/zope/app/generations/README.txt

-=-
Modified: zope.app.generations/trunk/CHANGES.txt
===================================================================
--- zope.app.generations/trunk/CHANGES.txt	2009-01-27 08:43:42 UTC (rev 95085)
+++ zope.app.generations/trunk/CHANGES.txt	2009-01-27 08:52:25 UTC (rev 95086)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.4.2 (unreleased)
+3.4.2 (2009-01-27)
 ------------------
 
 - Provide more logging output for the various stages and actions of evolving a
@@ -10,7 +10,13 @@
 
 - Fixed bug: A failing last generation would allow starting an app server
   without having evolved to the minimum generation.
-   
+
+- Substitute zope.app.zapi by direct calls to its wrapped apis. See
+  bug 219302.
+
+- Corrected author email and home page address.
+
+
 3.4.1 (2007-10-31)
 ------------------
 

Modified: zope.app.generations/trunk/setup.py
===================================================================
--- zope.app.generations/trunk/setup.py	2009-01-27 08:43:42 UTC (rev 95085)
+++ zope.app.generations/trunk/setup.py	2009-01-27 08:52:25 UTC (rev 95086)
@@ -24,11 +24,12 @@
 setup(name='zope.app.generations',
       version = '3.4.2dev',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
+      author_email='zope-dev at zope.org',
       description='Zope Application Schema Generations',
       long_description=(
           read('README.txt')
-          + '\n\n' +
+          + '\n\n.. contents::\n\n' +
+          '======================\n'
           'Detailed Documentation\n'
           '======================\n'
           + '\n\n' +
@@ -47,7 +48,7 @@
           'Operating System :: OS Independent',
           'Topic :: Internet :: WWW/HTTP',
           'Framework :: Zope3'],
-      url='http://cheeseshop.python.org/pypi/zope.app.generations',
+      url='http://pypi.python.org/pypi/zope.app.generations',
       license='ZPL 2.1',
       packages=find_packages('src'),
       package_dir = {'': 'src'},

Modified: zope.app.generations/trunk/src/zope/app/generations/README.txt
===================================================================
--- zope.app.generations/trunk/src/zope/app/generations/README.txt	2009-01-27 08:43:42 UTC (rev 95085)
+++ zope.app.generations/trunk/src/zope/app/generations/README.txt	2009-01-27 08:52:25 UTC (rev 95086)
@@ -1,7 +1,3 @@
-===================================
-A quick introduction to generations
-===================================
-
 Generations are a way of updating objects in the database when the application
 schema changes.  An application schema is essentially the structure of data,
 the structure of classes in the case of ZODB or the table descriptions in the



More information about the Checkins mailing list