[Erp5-report] r24439 - /spec/mandriva/2008.0/erp5-zope/erp5-zope.spec

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 31 16:16:15 CET 2008


Author: kazuhiko
Date: Fri Oct 31 16:16:05 2008
New Revision: 24439

URL: http://svn.erp5.org?rev=24439&view=rev
Log:
* Fri Oct 31 2008 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 2.8.10.final-1nxd2008.1
- Zope 2.8.10.
  + Ensure that response header values cannot embed CRLF pairs, which
    violate the HTTP spec (RFC 2616).
  + 'AccessControl.ZopeGuards.guarded_import' mapped some Unauthorized
    exceptions onto ImportErrors:  don't do that!  Also, removed
    mutable defaults from argument list, improved tests.
  + LP #281156:  'AccessControl.SecurityInfo.secureModule' dropped
    ModuleSecurity for failed imports, obscuring later attempts to
    import the same broken module.
  + LP #142667:  Updated to ZODB-3.4.5 to fix problem with product
    auto-refresh.
  + Collector #2318: Allow override of zopectl's control socket in
    zope.conf
  + integrated Hotfix-2008-08-12

Modified:
    spec/mandriva/2008.0/erp5-zope/erp5-zope.spec

Modified: spec/mandriva/2008.0/erp5-zope/erp5-zope.spec
URL: http://svn.erp5.org/spec/mandriva/2008.0/erp5-zope/erp5-zope.spec?rev=24439&r1=24438&r2=24439&view=diff
==============================================================================
--- spec/mandriva/2008.0/erp5-zope/erp5-zope.spec [utf8] (original)
+++ spec/mandriva/2008.0/erp5-zope/erp5-zope.spec [utf8] Fri Oct 31 16:16:05 2008
@@ -1,6 +1,6 @@
-%define realVersion 2.8.9.1-final
+%define realVersion 2.8.10-final
 %define name        zope
-%define release     5
+%define release     1
 
 %define version  %(echo %{realVersion} | sed -e's/-/./g')
 %define sVersion %(echo %{realVersion} | cut -d- -f1)
@@ -167,6 +167,22 @@
 %doc doc zope-book zope-devguide
 
 %changelog
+* Fri Oct 31 2008 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 2.8.10.final-1nxd2008.1
+- Zope 2.8.10.
+  + Ensure that response header values cannot embed CRLF pairs, which
+    violate the HTTP spec (RFC 2616).
+  + 'AccessControl.ZopeGuards.guarded_import' mapped some Unauthorized
+    exceptions onto ImportErrors:  don't do that!  Also, removed
+    mutable defaults from argument list, improved tests.
+  + LP #281156:  'AccessControl.SecurityInfo.secureModule' dropped
+    ModuleSecurity for failed imports, obscuring later attempts to
+    import the same broken module.
+  + LP #142667:  Updated to ZODB-3.4.5 to fix problem with product
+    auto-refresh.
+  + Collector #2318: Allow override of zopectl's control socket in
+    zope.conf
+  + integrated Hotfix-2008-08-12
+
 * Thu Oct  9 2008 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 2.8.9.1.final-5nxd2008.1
 - require mailcap package for better mimetype support.
 - add Constraint, Document, PropertySheet, bt5, and tests directories.




More information about the Erp5-report mailing list