[Checkins] SVN: z3c.pt/trunk/ Preparing release.

Malthe Borch mborch at gmail.com
Thu Oct 8 10:54:51 EDT 2009


Log message for revision 104930:
  Preparing release.

Changed:
  U   z3c.pt/trunk/CHANGES.txt
  U   z3c.pt/trunk/setup.py

-=-
Modified: z3c.pt/trunk/CHANGES.txt
===================================================================
--- z3c.pt/trunk/CHANGES.txt	2009-10-08 14:45:05 UTC (rev 104929)
+++ z3c.pt/trunk/CHANGES.txt	2009-10-08 14:54:51 UTC (rev 104930)
@@ -1,8 +1,8 @@
 Changelog
 ---------
 
-In next release...
-~~~~~~~~~~~~~~~~~~
+1.0.1 (2009/07/06)
+------------------
 
 - Bind translation context (request) to translation method. Although
   not required in newer versions of the translation machinery, some
@@ -13,18 +13,18 @@
   as the "class" ZCML directive was moved there.
 
 1.0.0 (2009/07/06)
-~~~~~~~~~~~~~~~~~~
+------------------
 
 - First point release.
 
 1.0b17 (2009/06/14)
-~~~~~~~~~~~~~~~~~~~
+-------------------
 
 - Made the Zope security declaration for the repeat dictionary be conditional
   on the presence of zope.app.security instead of zope.app.component.
 
 1.0b16 (2009/05/20)
-~~~~~~~~~~~~~~~~~~~
+-------------------
 
 - Updated run-time expression evaluator method to work after a recent
   architectural change in Chameleon. [malthe]
@@ -37,7 +37,7 @@
   modules. [malthe]
 
 1.0b15 (2009/04/24)
-~~~~~~~~~~~~~~~~~~~
+-------------------
 
 - Removed lxml extra, as we do no longer depend on it. [malthe]
 
@@ -54,13 +54,13 @@
   zope.app.pagetemplate. [sidnei]
 
 1.0b14 (2009/03/31)
-~~~~~~~~~~~~~~~~~~~
+-------------------
 
 - Updated language adapter to work with 'structure' meta
   attribute. [malthe]
 
 1.0b13 (2009/03/23)
-~~~~~~~~~~~~~~~~~~~
+-------------------
 
 - When traversing on dictionaries, only exposes dictionary items
   (never attributes); this is to avoid ambiguity. [sidnei, malthe]
@@ -69,13 +69,13 @@
   traversePathElement, because that's what it expects. [sidnei]
 
 1.0b12 (2009/03/09)
-~~~~~~~~~~~~~~~~~~~
+-------------------
 
 - Insert initial variable context into dynamic scope. The presence of
   these is expected by many application. [malthe]
 
 1.0b11 (2009/03/05)
-~~~~~~~~~~~~~~~~~~~
+-------------------
 
 - If a namespace-acquired object provides ``ITraversable``, use path
   traversal. [malthe]
@@ -94,26 +94,26 @@
 - Do not bind template to a trivial instance. [malthe]
 
 1.0b10 (2009/02/24)
-~~~~~~~~~~~~~~~~~~~
+-------------------
 
 - Fixed exists-traverser such that it always returns a boolean
   value. [malthe]
 
 1.0b9 (2009/02/19)
-~~~~~~~~~~~~~~~~~~
+------------------
 
 - When evaluating path-expressions at runtime (e.g. the ``path``
   method), run the source through the transform first to support
   dynamic scope. [malthe]
 
 1.0b8 (2009/02/17)
-~~~~~~~~~~~~~~~~~~
+------------------
 
 - Allow attribute access to ``__call__`` method on bound page
   templates. [malthe]
 
 1.0b7 (2009/02/13)
-~~~~~~~~~~~~~~~~~~
+------------------
 
 - Fixed issue where symbol mapping would not be carried through under
   a negation (not). [malthe]
@@ -130,12 +130,12 @@
   iterator). [malthe]
 
 1.0b6 (2008/12/18)
-~~~~~~~~~~~~~~~~~~
+------------------
 
 - The 'not' pragma acts recursively. [malthe]
 
 1.0b5 (2008/12/15)
-~~~~~~~~~~~~~~~~~~
+------------------
 
 - View templates now support argument-passing for alternative context
   and request (for compatibility with
@@ -149,7 +149,7 @@
 - Removed the forced defaultencoding from the benchmark suite. [hannosch]
 
 1.0b4 (2008/11/19)
-~~~~~~~~~~~~~~~~~~
+------------------
 
 - Split out content provider function call to allow modification
   through subclassing. [malthe]
@@ -169,12 +169,12 @@
 - Adjusted the bigtable benchmark test to API changes. [hannosch]
 
 1.0b3 (2008/11/12)
-~~~~~~~~~~~~~~~~~~
+------------------
 
 - Added ``PageTemplate`` and ``PageTemplateFile`` classes. [malthe]
 
 1.0b2 (2008/11/03)
-~~~~~~~~~~~~~~~~~~
+------------------
 
   Bug fixes
 
@@ -183,7 +183,7 @@
 - Allow '+' character in path-expressions.
 
 1.0b1 (2008/10/02)
-~~~~~~~~~~~~~~~~~~
+------------------
 
   Package changes
 
@@ -456,7 +456,7 @@
   [malthe]
 
 0.9 (2008/08/07)
-~~~~~~~~~~~~~~~~
+----------------
 
 - Added support for Genshi-templates.
   [malthe]
@@ -610,7 +610,7 @@
   rendering a template.
 
 0.8 (2008/03/19)
-~~~~~~~~~~~~~~~~
+----------------
 
 - Added support for 'nocall' and 'not' (for path-expressions).
 
@@ -628,7 +628,7 @@
 - Benchmark is now built as a custom testrunner
 
 0.7 (2008/03/10)
-~~~~~~~~~~~~~~~~
+----------------
 
 - Added support for comments; expressions are allowed
   inside comments, i.e.
@@ -638,25 +638,25 @@
   Comments are always included.
 
 0.7 (2008/02/24)
-~~~~~~~~~~~~~~~~
+----------------
 
 - Added support for text templates; these allow expression
   interpolation in non-XML documents like CSS stylesheets and
   javascript files.
 
 0.5 (2008/02/23)
-~~~~~~~~~~~~~~~~
+----------------
 
 - Expression interpolation implemented.
 
 0.4 (2008/02/22)
-~~~~~~~~~~~~~~~~
+----------------
 
 - Engine now uses cStringIO yielding a 2.5x performance
   improvement. Unicode is now handled correctly.
 
 0.3 (2007/12/23)
-~~~~~~~~~~~~~~~~
+----------------
 
 - Code optimization; bug fixing spree
 
@@ -667,12 +667,12 @@
 - Engine rewrite; improved code generation abstractions
 
 0.2 (2007/12/05)
-~~~~~~~~~~~~~~~~
+----------------
 
 - Major optimizations to the generated code
 
 0.1 (2007/12/03)
-~~~~~~~~~~~~~~~~
+----------------
 
 - First public release
 

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2009-10-08 14:45:05 UTC (rev 104929)
+++ z3c.pt/trunk/setup.py	2009-10-08 14:54:51 UTC (rev 104930)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys
 
-version = '1.1dev'
+version = '1.0.1'
 
 install_requires = [
     'setuptools',
@@ -11,6 +11,7 @@
     'zope.traversing',
     'zope.contentprovider',
     'chameleon.zpt >= 1.0.0',
+    'chameleon.core >= 1.0.2',
     ]
 
 if sys.version_info[:3] < (2,5,0):



More information about the checkins mailing list