[Checkins] SVN: zope.tales/tags/3.3.2/ Make satellite for zope.tales from Zope3 3.3.2.

Tres Seaver tseaver at palladion.com
Mon Dec 1 12:26:41 EST 2008


Log message for revision 93497:
  Make satellite for zope.tales from Zope3 3.3.2.

Changed:
  U   zope.tales/tags/3.3.2/CHANGES.txt
  U   zope.tales/tags/3.3.2/setup.py
  _U  zope.tales/tags/3.3.2/src/zope/

-=-
Modified: zope.tales/tags/3.3.2/CHANGES.txt
===================================================================
--- zope.tales/tags/3.3.2/CHANGES.txt	2008-12-01 17:05:23 UTC (rev 93496)
+++ zope.tales/tags/3.3.2/CHANGES.txt	2008-12-01 17:26:41 UTC (rev 93497)
@@ -1,6 +1,32 @@
 zope.tales Package Changelog
 ============================
 
+zope.tales version 3.3.2 (2007/07/03)
+---------------------------------------
+
+- Corresponds to the verison of the zope.tales package shipped as part of
+  the Zope 3.3.2 release.
+
+- tales.py:  ZPT repeat "oddness" bug
+  (http://www.zope.org/Collectors/Zope3-dev/667).
+
+- tales.py:  The default Context implementation wasn't fully complying with
+  ITALExpressionEngine:  it was missing the 'translate()' method.
+
+- tales.py:  Make the default TALES context aware of other forms of text
+  (e.g.  i18n Messages).
+
+- expressions.py:  TALES PathExpr calls result of alternate subexpression
+  (http://www.zope.org/Collectors/Zope3-dev/638).
+
+- expressions.py:  Path expressions with a non-path final alternate no
+  longer tries to call a value returned by that alternate
+  (http://www.zope.org/Collectors/Zope3-dev/538).
+
+- expressions.py:  TALES PathExpr didn't call old style classes
+  (http://www.zope.org/Collectors/Zope3-dev/635).
+
+
 zope.tales version 3.2.0.2 (2006/04/15)
 ---------------------------------------
 

Modified: zope.tales/tags/3.3.2/setup.py
===================================================================
--- zope.tales/tags/3.3.2/setup.py	2008-12-01 17:05:23 UTC (rev 93496)
+++ zope.tales/tags/3.3.2/setup.py	2008-12-01 17:26:41 UTC (rev 93497)
@@ -26,9 +26,9 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.tales',
-      version='3.2.0.2',
+      version='3.3.2',
 
-      url='http://svn.zope.org/zope.tales/tags/3.2.0',
+      url='http://svn.zope.org/zope.tales/tags/3.3.2',
       license='ZPL 2.1',
       description='Zope 3 Template Application Language Expression Syntax '
                   '(TALES)',


Property changes on: zope.tales/tags/3.3.2/src/zope
___________________________________________________________________
Modified: svn:externals
   - tales svn://svn.zope.org/repos/main/Zope3/tags/Zope-3.2.0/src/zope/tales

   + tales svn://svn.zope.org/repos/main/Zope3/tags/3.3.2/src/zope/tales




More information about the Checkins mailing list