[Checkins] SVN: Products.PluggableAuthService/branches/1.6/ Prep 1.6.2 release.

Tres Seaver tseaver at palladion.com
Mon Nov 16 08:03:26 EST 2009


Log message for revision 105709:
  Prep 1.6.2 release.

Changed:
  U   Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/doc/CHANGES.txt
  U   Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/version.txt
  U   Products.PluggableAuthService/branches/1.6/setup.py

-=-
Modified: Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/doc/CHANGES.txt
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/doc/CHANGES.txt	2009-11-16 12:16:57 UTC (rev 105708)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/doc/CHANGES.txt	2009-11-16 13:03:26 UTC (rev 105709)
@@ -1,7 +1,7 @@
 PluggableAuthService changelog
 ==============================
 
-PluggableAuthService 1.6.2 (unreleased)
+PluggableAuthService 1.6.2 (2009-11-16)
 ---------------------------------------
 
 - Launchpad #420319:  Fix misconfigured ``startswith`` match type filter

Modified: Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/version.txt
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/version.txt	2009-11-16 12:16:57 UTC (rev 105708)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/version.txt	2009-11-16 13:03:26 UTC (rev 105709)
@@ -1 +1 @@
-1.6.2dev
+1.6.2

Modified: Products.PluggableAuthService/branches/1.6/setup.py
===================================================================
--- Products.PluggableAuthService/branches/1.6/setup.py	2009-11-16 12:16:57 UTC (rev 105708)
+++ Products.PluggableAuthService/branches/1.6/setup.py	2009-11-16 13:03:26 UTC (rev 105709)
@@ -11,12 +11,10 @@
     f = open(os.path.join(package, name))
     return f.read()
 
-_boundary = '\n' + ('-' * 60) + '\n\n'
+_boundary = '\n\n'
 README = ( _package_doc('README.txt')
          + _boundary 
          + _package_doc('doc/CHANGES.txt')
-         + _boundary 
-         + "Download\n========"
          )
 
 setup(name='Products.%s' % NAME,



More information about the checkins mailing list