[Checkins] SVN: zope.kgs/trunk/ Add the changes and get ready for release.

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Feb 2 00:39:36 EST 2009


Log message for revision 95954:
  Add the changes and get ready for release.
  

Changed:
  U   zope.kgs/trunk/CHANGES.txt
  U   zope.kgs/trunk/setup.py

-=-
Modified: zope.kgs/trunk/CHANGES.txt
===================================================================
--- zope.kgs/trunk/CHANGES.txt	2009-02-02 05:28:34 UTC (rev 95953)
+++ zope.kgs/trunk/CHANGES.txt	2009-02-02 05:39:36 UTC (rev 95954)
@@ -2,6 +2,17 @@
 CHANGES
 =======
 
+1.1.0 (2009-02-01)
+------------------
+
+- Added '--no-links', '--no-index', and '--no-minimal-index' options to the
+  site generation sctipt to make it faster.
+
+- Generating list of latest versions does not fail anymore, if downloading and
+  parsing of the index page fails.
+
+- Update links to PyPI web sites.
+
 1.0.1 (2009-01-29)
 ------------------
 
@@ -20,7 +31,7 @@
     in the KGS.
 
   * A script that lists all versions of a package released after the latest
-    version lsited in the KGS.
+    version listed in the KGS.
 
   * A script that manages the generation of the entire KGS site.
 

Modified: zope.kgs/trunk/setup.py
===================================================================
--- zope.kgs/trunk/setup.py	2009-02-02 05:28:34 UTC (rev 95953)
+++ zope.kgs/trunk/setup.py	2009-02-02 05:39:36 UTC (rev 95954)
@@ -19,7 +19,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.kgs',
-      version = '1.0.2dev',
+      version = '1.1.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Known-Good-Set (KGS) Support',



More information about the Checkins mailing list