[Checkins] SVN: Sandbox/nadako/zope.publisher/ Bump version number to 3.9.0, add change note.

Dan Korostelev nadako at gmail.com
Tue Aug 25 12:16:02 EDT 2009


Log message for revision 103205:
  Bump version number to 3.9.0, add change note.

Changed:
  U   Sandbox/nadako/zope.publisher/CHANGES.txt
  U   Sandbox/nadako/zope.publisher/setup.py

-=-
Modified: Sandbox/nadako/zope.publisher/CHANGES.txt
===================================================================
--- Sandbox/nadako/zope.publisher/CHANGES.txt	2009-08-25 13:12:10 UTC (rev 103204)
+++ Sandbox/nadako/zope.publisher/CHANGES.txt	2009-08-25 16:16:02 UTC (rev 103205)
@@ -1,9 +1,17 @@
 CHANGES
 =======
 
-3.8.1 (unreleased)
+3.9.0 (unreleased)
 ------------------
 
+- Some parts of zope.app.publisher packages was moved into this package
+  during zope.app.publisher refactoring:
+  
+   * IModifiableUserPreferredLanguages adapter for requests
+   * browser:defaultView and browser:defaultSkin ZCML directives
+   * IHTTPView, IXMLRPCView and like interfaces
+   * security ZCML declarations for some of zope.publisher classes
+
 - Introduced ``IReRaiseException`` interface. If during publishing an
   exception occurs and for this exception an adapter is available that
   returns ``False`` on being called, the exception won't be reraised

Modified: Sandbox/nadako/zope.publisher/setup.py
===================================================================
--- Sandbox/nadako/zope.publisher/setup.py	2009-08-25 13:12:10 UTC (rev 103204)
+++ Sandbox/nadako/zope.publisher/setup.py	2009-08-25 16:16:02 UTC (rev 103205)
@@ -23,7 +23,7 @@
 """
 
 setup(name='zope.publisher',
-      version='3.8.1dev',
+      version='3.9.0dev',
       url='http://pypi.python.org/pypi/zope.publisher',
       license='ZPL 2.1',
       author='Zope Corporation and Contributors',
@@ -44,6 +44,7 @@
                         'zope.authentication',
                         'zope.browser',
                         'zope.component',
+                        'zope.configuration',
                         'zope.event',
                         'zope.exceptions',
                         'zope.i18n',



More information about the Checkins mailing list