[Zope3-checkins] SVN: Zope3/branches/3.2/doc/CHANGES.txt Add release dates, lost releases.

Tres Seaver tseaver at palladion.com
Sun Dec 11 15:44:35 EST 2005


Log message for revision 40710:
  Add release dates, lost releases.

Changed:
  U   Zope3/branches/3.2/doc/CHANGES.txt

-=-
Modified: Zope3/branches/3.2/doc/CHANGES.txt
===================================================================
--- Zope3/branches/3.2/doc/CHANGES.txt	2005-12-11 20:16:05 UTC (rev 40709)
+++ Zope3/branches/3.2/doc/CHANGES.txt	2005-12-11 20:44:34 UTC (rev 40710)
@@ -13,7 +13,7 @@
       - In zopeskel/etc/zope.conf.in, use the same default port number
         as the one in ZEO/mkzeoinst.py.
 
-  Zope 3.2.0b1
+  Zope 3.2.0b1 (2005/12/06)
 
     New features
 
@@ -267,7 +267,7 @@
 
   ------------------------------------------------------------------
 
-  Zope 3.1.0
+  Zope 3.1.0 (2005/10/03)
 
     New features
 
@@ -1122,10 +1122,74 @@
       Bishop, Dominik Huber, Dmitry Vasiliev, Gary Poster, Brian Lloyd,
       Julien Anguenot, Albertas Agejevas, Benji York
 
+  ------------------------------------------------------------------
 
+  Zope X3.0.1 (2005/07/27)
+
+    Bug Fixes
+
+      - Updated the French translation.
+
+      - Backported some small fixes from the trunk to fix i18n of forms.
+
+      - Fixed issue 298 (Role/permission title and description
+        should be messageids)
+
+      - Several fixes were backported from the Zope 2.8 integration
+        branch, making the main X3.0 line compatible with Zope 2.8 and
+        thus allowing X3.0 releases to be included into Zope 2.8
+        releases without modification.
+
+      - Fixed issue 333 (XML Tree doesn't load if some item
+        contains non-ASCII characters).
+
+      - Fixed issue 314 (i18n:translate removes line breaks
+        from <pre>...</pre> contents).
+
+      - Fixed issue 394 (starting zope with command -C arg
+        causes request.form to contain '-C':'').
+
+      - Fixed issue 334 (Failing RuntimeInfo tests).
+
+      - Fix SequenceWidgets
+        Added a CustomSequenceWidgetFactory for using object widgets within a 
+        sequence. Added a howto for ObjectWidget
+
+      - Fixed issue 293 (sequence widget).
+
+      - Backported several bug fixes made to the DSN parser, including issue
+        304.
+
+      - Contents/contents.pt didn't quote the values that were used in
+        href:s, thus it couldn't function properly if the items contained
+        certain characters.
+
+      - If the content-type was text/*, HTTPResponse.write re-set the
+        content-length header to the first chunk of data.
+
+      - Don't unconditionally add Content-Length header in
+        HTTPResponse.getHeaders(). Do it only in output(), where the
+        size of the data is known.
+
+      - For ``for`` parameter of the <browser:menuItem> and
+        <browser:menuItems> directives was not marked as required in
+        the directive schema, while it actually was expected to be
+        required.
+
+      - Made the <includeOverrides /> ZCML directive behave like the
+        <include /> directive with respect to the 'files' parameter.
+
+      - Fixed a bug where IntWidget would not render a 0.
+
+    Much thanks to everyone who contributed to this release:
+
+      Jim Fulton, Stephan Richter, Bjorn Tillenius, Yvo Schubbe,
+      Stuart Bishop, Stefan H. Holek, Tim Peters, Dmitry Vasiliev,
+      Gintautas Miliauskas, Tres Seaver, Philipp von Weitershausen
+
   ------------------------------------------------------------------
 
-  Zope X3.0.0
+  Zope X3.0.0 (2004/11/07)
 
     New Features
 
@@ -1232,10 +1296,128 @@
 
   ------------------------------------------------------------------
 
-  Zope X3.0.0 Beta 1
+  Zope X3.0.0 Release Candidate 3 (2004/10/28)
 
+    (Changelog information rolled into the changes for the final release).
+
+  ------------------------------------------------------------------
+
+  Zope X3.0.0 Release Candidate 2 (2004/10/05)
+
+    (Changelog information rolled into the changes for the final release).
+
+  ------------------------------------------------------------------
+
+  Zope X3.0.0 Release Candidate 1 (2004/10/05)
+
+    (Changelog information rolled into the changes for the final release).
+
+  ------------------------------------------------------------------
+
+  Zope X3.0.0 Beta 4 (2004/09/03)
+
+    (Changelog information rolled into the changes for the final release).
+
+  ------------------------------------------------------------------
+
+  Zope X3.0.0 Beta 3 (2004/08/13)
+
+    (Changelog information rolled into the changes for the final release).
+
+  ------------------------------------------------------------------
+
+  Zope X3.0.0 Beta 2 (2004/07/29)
+
     New features
 
+      - Separated the trusted and untrusted behaviors of page
+        templates in the application server.  File-system-based
+        templates are trusted, and database-based templates are
+        untrusted.
+
+      - Improved using documentation files as tests. (Needed to test
+        new security policy):
+
+        Changed DocFileSuite:
+
+        o If a package is passed, it must be passed as a keyword argument.
+          (For now, a package can also be passed before passing any file
+          names, but this generates a deprecation warning.)
+
+        o File paths may contain '/'s as separators. These will be converted
+          to native file separators at run time.
+
+        o It is now possible to pass set-up and tear-down methods
+
+        o It is now possible to pass a dictionary of initial global variables.
+
+        o Error output is improved as is meta data used for verbose output.
+
+    Bug fixes
+
+      - Fixed issue 248.  Path expressions in page templates that
+        contain empty segments now cause an error to be raised when
+        the expression is compiled rather than when it is evaluated.
+        This has always been illegal according to the specification,
+        and most often caused a runtime error before.  Template
+        authors can now get an error up front, avoiding embarrasment
+        when once an application is moved into production after
+        insufficient testing.
+
+      - Fixed the default 'text/*' content type for file objects.
+        Backport of the fix for bug 201.
+
+      - Changed the security policy:
+
+        o Fix a bug (actually a missfeature). It wasn't possible for
+          local settings to override global (zcml) settings.
+
+        o Changed the way role denies work.  A role deny simply
+          prevents a principal from having a role.  A principal may
+          still have access through other roles or through principal
+          grants.  Role grants or denies never override principal
+          grants or denies *even* if the role-based grants or denies
+          are more local.
+
+        o Implemented a caching scheme that provides huge performance
+          benefits when the authenticated principal is defined in a
+          local auth service, rather than a global one (zcml).
+
+      - Fixed bug in TypeRegistry for
+        zope.app.publisher.browser.globalbrowsermenuservice which allows
+        passing classes instead of interfaces as well but has a missing
+        import.
+
+      - A monkey patch to cope with weakref problems in Python 2.3.3
+        was removed, so Python 2.3.4 is required now.
+
+      - utilities/runurl.py hadn't been updated to relect recent
+        changes in the debugging support.
+
+      - Views for I18nFile/I18nImage now use contentType attribute instead
+        of outdated getContentType method.
+
+      - ZopeVersion now know about Subversion.
+
+    Restructuring
+
+      - The <hitlog> section is no longer supported in the zope.conf
+        file; use <accesslog> instead.  (The name <hitlog> was added
+        between the second alpha and the first beta, and generated a
+        deprecation warning by the time the second beta was released.)
+
+    Much thanks to everyone who contributed to this release:
+
+      Jim Fulton, Marius Gedminas, Fred Drake, Philipp von Weitershausen,
+      Stephan Richter, Dmitry Vasiliev, Scott Pascoe, Bjorn Tillenius,
+      Eckart Hertzler, Roger Ineichen, Stuart Bishop
+
+  ------------------------------------------------------------------
+
+  Zope X3.0.0 Beta 1 (2004/06/04)
+
+    New features
+
       - Event handlers can now be implemented as regular Python
         functions.
 
@@ -1320,7 +1502,7 @@
 
   ------------------------------------------------------------------
 
-  Zope X3.0.0 Alpha 2
+  Zope X3.0.0 Alpha 2 (2004/05/26)
 
     New features
 
@@ -1339,7 +1521,7 @@
 
   ------------------------------------------------------------------
 
-  Zope X3.0.0 Alpha 1
+  Zope X3.0.0 Alpha 1 (2004/05/18)
 
     New features
 



More information about the Zope3-Checkins mailing list