[Zope-Checkins] CVS: Zope2 - CHANGES.txt:1.287.2.126 HISTORY.txt:1.4.2.3

Brian Lloyd brian@digicool.com
Fri, 20 Apr 2001 15:43:01 -0400 (EDT)


Update of /cvs-repository/Zope2/doc
In directory korak:/home/brian/temp/zope-23-branch/doc

Modified Files:
      Tag: zope-2_3-branch
	CHANGES.txt HISTORY.txt 
Log Message:
updated



--- Updated File CHANGES.txt in package Zope2 --
--- CHANGES.txt	2001/04/20 16:28:13	1.287.2.125
+++ CHANGES.txt	2001/04/20 19:43:00	1.287.2.126
@@ -10,5 +10,64 @@
 
         - Fixed Catalog "object does not support item deletion" bug.
 
+    Zope 2.3.2 beta 1
+
+      Bugs Fixed
+
+        - Catalog field index bug fixed.
+
+        - Fixed several places where filesystem paths were assembled
+          in a non-portable way.
+
+        - Fixed some places in SimpleItem that assumed that the object
+          was an Acquirer.
+
+        - Fixed layout problem in StandardCacheManagers/dtml/propsRCM.dtml
+          (Collector #2152)
+
+        - Fix bug in AcceleratedHTTPCacheManager. Sended HTTP headers
+          were depending on locale settings (Collector #2142)
+        
+        - GoLIVE is unable to handle some empty properties send from 
+          the Zope's WebDAV server. (getlastmodified is no more send 
+          when they are not available for an object)
+          (Collector #2150)
+
+        - added globbing support for the FTP server
+ 
+        - added support for fetching recursive listings from the FTP server
+          (needed by ncftp)
+
+        - fixed handling of broken objects in the WebDAV server
+         
+        - An ambiguous timezone alias (CDT) was removed from DateTime.
+
+        - It was not possible to pass 'class=...' to the tag() method 
+          of Image objects because 'class' is a Python reserved word. 
+          Image.tag() now accepts an optional 'css_class' argument 
+          that is turned into a 'class' attribute on the resulting tag 
+          to work around this.
+
+        - Fixed various places where the right tabs were not highlighted 
+          after form submissions.
+
+        - The code that produces the data for the security settings 
+          form included a misleading default ('Manager') that could 
+          make it looks as though Manager had a permission in a 
+          subobject when that permission had actually been denied 
+          in a higher level object. This only affected the form 
+          generated, not the actual security settings in effect.
+
+        - The textarea resizing buttons for DTML objects and scripts 
+          were not preserving work done in the text area during the 
+          resize.
+
+        - Some changes were made to the implemenation of User.allowed(), 
+          which will make it less expensive to do local role matching 
+          and also resolves an issue noted in the 
+          UserProgrammableSecurityObjects proposal on dev.zope.org.
+
+        - A problem in the bytecode munging done by Python scripts 
+          that could cause a core dump was fixed.
 
 

--- Updated File HISTORY.txt in package Zope2 --
--- HISTORY.txt	2001/04/20 16:27:46	1.4.2.2
+++ HISTORY.txt	2001/04/20 19:43:00	1.4.2.3
@@ -4,66 +4,6 @@
   Zope. Change information for the current release can be found
   in the file CHANGES.txt.
 
-    Zope 2.3.2 beta 1
-
-      Bugs Fixed
-
-        - Catalog field index bug fixed.
-
-        - Fixed several places where filesystem paths were assembled
-          in a non-portable way.
-
-        - Fixed some places in SimpleItem that assumed that the object
-          was an Acquirer.
-
-        - Fixed layout problem in StandardCacheManagers/dtml/propsRCM.dtml
-          (Collector #2152)
-
-        - Fix bug in AcceleratedHTTPCacheManager. Sended HTTP headers
-          were depending on locale settings (Collector #2142)
-        
-        - GoLIVE is unable to handle some empty properties send from 
-          the Zope's WebDAV server. (getlastmodified is no more send 
-          when they are not available for an object)
-          (Collector #2150)
-
-        - added globbing support for the FTP server
- 
-        - added support for fetching recursive listings from the FTP server
-          (needed by ncftp)
-
-        - fixed handling of broken objects in the WebDAV server
-         
-        - An ambiguous timezone alias (CDT) was removed from DateTime.
-
-        - It was not possible to pass 'class=...' to the tag() method 
-          of Image objects because 'class' is a Python reserved word. 
-          Image.tag() now accepts an optional 'css_class' argument 
-          that is turned into a 'class' attribute on the resulting tag 
-          to work around this.
-
-        - Fixed various places where the right tabs were not highlighted 
-          after form submissions.
-
-        - The code that produces the data for the security settings 
-          form included a misleading default ('Manager') that could 
-          make it looks as though Manager had a permission in a 
-          subobject when that permission had actually been denied 
-          in a higher level object. This only affected the form 
-          generated, not the actual security settings in effect.
-
-        - The textarea resizing buttons for DTML objects and scripts 
-          were not preserving work done in the text area during the 
-          resize.
-
-        - Some changes were made to the implemenation of User.allowed(), 
-          which will make it less expensive to do local role matching 
-          and also resolves an issue noted in the 
-          UserProgrammableSecurityObjects proposal on dev.zope.org.
-
-        - A problem in the bytecode munging done by Python scripts 
-          that could cause a core dump was fixed.
-
     Zope 2.3.1
 
       Bugs Fixed