[Zope3-checkins] CVS: Zope3/doc - CHANGES.txt:1.546
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Mar 19 18:35:05 EST 2004
Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv12392/doc
Modified Files:
CHANGES.txt
Log Message:
Fixed issue 154. TTW ZPT code is now stored as unicode.
=== Zope3/doc/CHANGES.txt 1.545 => 1.546 ===
--- Zope3/doc/CHANGES.txt:1.545 Fri Mar 19 15:26:16 2004
+++ Zope3/doc/CHANGES.txt Fri Mar 19 18:35:04 2004
@@ -74,6 +74,10 @@
Bug fixes
+ - Fixed issue 154. Page Template code entered TTW is now stored as
+ unicode, which had no side effect whatsoever. We only had to allow in
+ the general page template code for the source to be unicode.
+
- Removed 'zope.app' and 'zope.component' dependency from
'zope.publisher'. Now it only depends on 'zope.proxy' (eek, should also
go), 'zope.interface', 'zope.exceptions' and 'zope.i18n'.
More information about the Zope3-Checkins
mailing list