[Checkins] SVN: zope.app.publisher/trunk/ Get ready for release. I think that the tests failed in the release, because Roger

Stephan Richter srichter at gmail.com
Thu Jul 23 11:10:42 EDT 2009


Log message for revision 102151:
  Get ready for release. I think that the tests failed in the release, because Roger 
  released it via Windows. Eventually the failing tests should be made more robust.
  

Changed:
  U   zope.app.publisher/trunk/CHANGES.txt
  U   zope.app.publisher/trunk/setup.py

-=-
Modified: zope.app.publisher/trunk/CHANGES.txt
===================================================================
--- zope.app.publisher/trunk/CHANGES.txt	2009-07-23 14:36:01 UTC (rev 102150)
+++ zope.app.publisher/trunk/CHANGES.txt	2009-07-23 15:10:41 UTC (rev 102151)
@@ -1,36 +1,38 @@
 =======
-Changes
+CHANGES
 =======
 
-3.8.4 (unreleased)
+3.8.4 (2009-07-23)
 ==================
 
-- Added dependency on zope.app.pagetemplate, it is used by
-  zope.app.publisher.browser.viewmeta.
+- Added dependency on ``zope.app.pagetemplate``, it is used by
+  ``zope.app.publisher.browser.viewmeta``.
 
 3.8.3 (2009-06-18)
 ==================
 
-- Bugfix: fix IAbsoluteURL for IResource configuration. The latest release
-  was moving the url generation for resources to an adapter which was a good
-  idea. But the adapter was configured for IDefaultBrowserLayer. This means
-  every existing project which dosen't use IDefaultBrowserLayer will get a
-  wrong IAbsoluteURL adapter and is loosing the @@ part in the resource url.
+- Bugfix: Fix ``IAbsoluteURL`` for ``IResource`` configuration. The latest
+  release was moving the url generation for resources to an adapter which was
+  a good idea. But the adapter was configured for
+  ``IDefaultBrowserLayer``. This means every existing project which dosen't
+  use ``IDefaultBrowserLayer`` will get a wrong ``IAbsoluteURL`` adapter and
+  is loosing the ``@@`` part in the resource url.
 
 
 3.8.2 (2009-06-16)
 ==================
 
 - Remove test dependency on ``zope.app.pagetemplate``.
-- Calling a resource to get its URL now uses IAbsoluteURL.
 
+- Calling a resource to get its URL now uses ``IAbsoluteURL``.
+
 3.8.1 (2009-05-25)
 ==================
 
 - Updated to use ``zope.pagetemplate.engine`` module (requires versino
   3.5.0 or later), instead of ``zope.app.pagetemplate`` precursor.
 
-- Replaced zope.deprecation dependency with BBB imports
+- Replaced ``zope.deprecation`` dependency with BBB imports
 
 3.8.0 (2009-05-23)
 ==================

Modified: zope.app.publisher/trunk/setup.py
===================================================================
--- zope.app.publisher/trunk/setup.py	2009-07-23 14:36:01 UTC (rev 102150)
+++ zope.app.publisher/trunk/setup.py	2009-07-23 15:10:41 UTC (rev 102151)
@@ -19,7 +19,7 @@
                     open('CHANGES.txt').read())
 
 setup(name='zope.app.publisher',
-      version = '3.8.4dev',
+      version = '3.8.4',
       url='http://pypi.python.org/pypi/zope.app.publisher/',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',



More information about the Checkins mailing list