[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.90

Yvo Schubbe schubbe at web.de
Thu Jan 1 13:02:27 EST 2004


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv13410/doc

Modified Files:
      Tag: Zope-2_7-branch
	CHANGES.txt 
Log Message:
- fixed _calcTimezoneName (Collector #484)
- fixed safegmtime to catch ValueError instead of IOError (Python 2.3)
- synced safelocaltime with safegmtime
- some whitspace cleanup


=== Zope/doc/CHANGES.txt 1.625.2.89 => 1.625.2.90 ===
--- Zope/doc/CHANGES.txt:1.625.2.89	Sun Dec 21 21:38:25 2003
+++ Zope/doc/CHANGES.txt	Thu Jan  1 13:01:56 2004
@@ -43,7 +43,7 @@
 
      - Added VHM regression tests to the SiteAccess product. Also see
        Collector #809.
-     
+
      - Updated the interactive Zope tutorial to use ZPT in place of
        DTML.
 
@@ -55,16 +55,19 @@
 
     Bugs fixed
 
+     - Collector #484: Depending on the server's timezone (east of Greenwich)
+       and os (Windows) _calcTimezoneName didn't work with 1970/01/01 and some
+       other special dates.
 
      - Item_w__name__ now has a working getId() method
 
      - PageTemplateFile now using Item_w__name__ mixin, fixing
        its getId() and absolute_url() methods.
 
-    - PCGI, FCGI, and HTTP servers now check for unicode types in their
-      close methods.
+     - PCGI, FCGI, and HTTP servers now check for unicode types in their
+       close methods.
 
-    - Only one VirtualHostMonster is allowed per container.
+     - Only one VirtualHostMonster is allowed per container.
 
      - Collector #1133: TreeTag choked on Ids of type long.
 
@@ -519,11 +522,11 @@
 
      - DateTime module: added support to parse international dateformats. The
        Datetime constructor has a new "datefmt" parameter to enforce the
-       parsing of a date as "us" or "international" date. The new field        
+       parsing of a date as "us" or "international" date. The new field
        descriptor field descriptor "date_international" can be used to
        enforce this behaviour inside the ZPublisher. See also 
        doc/ENVIRONMENT.txt to check with the DATETIME_FORMAT 
- 
+
      - KeywordIndex, FieldIndex and ZCTextIndex  are now able to index more
        than one attribute of an object. This removes the ties between the
        indexes ID and the attribute name to be indexed. 
@@ -652,10 +655,10 @@
       - Product initialization would only consult a file named "version.txt"
         to read version information. Now it will check version.txt, VERSION.txt
         and VERSION.TXT.
-    
+
       - Make ZCTextIndex much less prone to generating conflict errors.
         Previously *any* concurrent updates would provoke a conflict.
-        
+
       - Fix query performance and scalability bug in ZCTextIndex.
 
       - Collector #928: DateIndex ignored timezones when indexing and
@@ -676,7 +679,7 @@
 
       - Made all PluginIndexes and ZCTextIndex use 'safe_callable',
         which is aware of extension classes that fill 'tp_callable'
-	but don't define '__call__'.
+        but don't define '__call__'.
 
       - Made KeywordIndex be more robust about receiving a value that
         is not a string or an iterable type.
@@ -684,4 +687,3 @@
       - Fixed incorrect docstring in OFSP/Image help.
 
       - Fixed unhelpful signal description.
-




More information about the Zope-Checkins mailing list