[Checkins] SVN: cmf.pt/t Tag 1.0

Wichert Akkerman wichert at wiggy.net
Wed May 12 08:25:26 EDT 2010


Log message for revision 112252:
  Tag 1.0

Changed:
  A   cmf.pt/tags/1.0/
  D   cmf.pt/tags/1.0/CHANGES.txt
  A   cmf.pt/tags/1.0/CHANGES.txt
  U   cmf.pt/tags/1.0/setup.py
  U   cmf.pt/trunk/CHANGES.txt
  U   cmf.pt/trunk/setup.py

-=-
Deleted: cmf.pt/tags/1.0/CHANGES.txt
===================================================================
--- cmf.pt/trunk/CHANGES.txt	2010-05-12 12:15:36 UTC (rev 112250)
+++ cmf.pt/tags/1.0/CHANGES.txt	2010-05-12 12:25:26 UTC (rev 112252)
@@ -1,41 +0,0 @@
-Changelog
-=========
-
-In next release...
-
-- 
-
-0.6 - 2009-10-25
-----------------
-
-- Added a ``z3c.autoinclude.plugin`` entry point to avoid the need for a ZCML
-  slug in Plone.
-  [hannosch]
-
-0.5 - 2009-07-24
-----------------
-
-- Extend the ignore_re list of CMFCore.DirectoryView to ignore our cache
-  files named `.<original extension>.py`. [hannosch]
-
-0.4 - 2009-05-18
-----------------
-
-- Avoid a deprecation warning for Globals.InitializeClass. [hannosch]
-
-0.3 - 2009-02-13
-----------------
-
-- Added ``_exec`` method to the file-system based skin template class, largely
-  carried over from `Products.PageTemplates`. [malthe]
-
-0.2 - 2008-12-17
-----------------
-
-- The ``func_code`` attribute of file-system page templates should simulate a
-  function taking no arguments. [malthe]
-
-0.1 - 2008-11-29
-----------------
-
-- Initial release. [malthe]

Copied: cmf.pt/tags/1.0/CHANGES.txt (from rev 112251, cmf.pt/trunk/CHANGES.txt)
===================================================================
--- cmf.pt/tags/1.0/CHANGES.txt	                        (rev 0)
+++ cmf.pt/tags/1.0/CHANGES.txt	2010-05-12 12:25:26 UTC (rev 112252)
@@ -0,0 +1,43 @@
+Changelog
+=========
+
+1.0 - 2010-05-12
+----------------
+
+- Correct binding of templates. This fixes problems handling args when
+  renderingn templates. [malthe]
+
+0.6 - 2009-10-25
+----------------
+
+- Added a ``z3c.autoinclude.plugin`` entry point to avoid the need for a ZCML
+  slug in Plone.
+  [hannosch]
+
+0.5 - 2009-07-24
+----------------
+
+- Extend the ignore_re list of CMFCore.DirectoryView to ignore our cache
+  files named `.<original extension>.py`. [hannosch]
+
+0.4 - 2009-05-18
+----------------
+
+- Avoid a deprecation warning for Globals.InitializeClass. [hannosch]
+
+0.3 - 2009-02-13
+----------------
+
+- Added ``_exec`` method to the file-system based skin template class, largely
+  carried over from `Products.PageTemplates`. [malthe]
+
+0.2 - 2008-12-17
+----------------
+
+- The ``func_code`` attribute of file-system page templates should simulate a
+  function taking no arguments. [malthe]
+
+0.1 - 2008-11-29
+----------------
+
+- Initial release. [malthe]

Modified: cmf.pt/tags/1.0/setup.py
===================================================================
--- cmf.pt/trunk/setup.py	2010-05-12 12:15:36 UTC (rev 112250)
+++ cmf.pt/tags/1.0/setup.py	2010-05-12 12:25:26 UTC (rev 112252)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '0.7dev'
+version = '1.0'
 
 setup(name='cmf.pt',
       version=version,

Modified: cmf.pt/trunk/CHANGES.txt
===================================================================
--- cmf.pt/trunk/CHANGES.txt	2010-05-12 12:20:11 UTC (rev 112251)
+++ cmf.pt/trunk/CHANGES.txt	2010-05-12 12:25:26 UTC (rev 112252)
@@ -3,6 +3,10 @@
 
 In next release...
 
+
+1.0 - 2010-05-12
+----------------
+
 - Correct binding of templates. This fixes problems handling args when
   renderingn templates. [malthe]
 

Modified: cmf.pt/trunk/setup.py
===================================================================
--- cmf.pt/trunk/setup.py	2010-05-12 12:20:11 UTC (rev 112251)
+++ cmf.pt/trunk/setup.py	2010-05-12 12:25:26 UTC (rev 112252)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '0.7dev'
+version = '1.1dev'
 
 setup(name='cmf.pt',
       version=version,



More information about the checkins mailing list