[Checkins] SVN: z3c.contents/trunk/ prepare for release

Roger Ineichen roger at projekt01.ch
Sat Apr 12 20:20:30 EDT 2008


Log message for revision 85304:
  prepare for release

Changed:
  U   z3c.contents/trunk/CHANGES.txt
  U   z3c.contents/trunk/buildout.cfg
  D   z3c.contents/trunk/externals/
  U   z3c.contents/trunk/setup.py

-=-
Modified: z3c.contents/trunk/CHANGES.txt
===================================================================
--- z3c.contents/trunk/CHANGES.txt	2008-04-13 00:17:47 UTC (rev 85303)
+++ z3c.contents/trunk/CHANGES.txt	2008-04-13 00:20:29 UTC (rev 85304)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-Version 0.5.0 (unreleased)
+Version 0.5.0 (2008-04-13)
 --------------------------
 
+- Refactored the search implementation. Now it's very easy to customize the 
+  search. The offered z3c.table.interfaces.IValue adapter based search allows
+  us to implement any kind of search patters for any context and table 
+  combination. 
+
 - Merged search branch back to trunk
 
 - Initial Release

Modified: z3c.contents/trunk/buildout.cfg
===================================================================
--- z3c.contents/trunk/buildout.cfg	2008-04-13 00:17:47 UTC (rev 85303)
+++ z3c.contents/trunk/buildout.cfg	2008-04-13 00:20:29 UTC (rev 85304)
@@ -1,6 +1,5 @@
 [buildout]
 develop = .
-          externals/z3c.table
 parts = test checker coverage-test coverage-report
 
 

Modified: z3c.contents/trunk/setup.py
===================================================================
--- z3c.contents/trunk/setup.py	2008-04-13 00:17:47 UTC (rev 85303)
+++ z3c.contents/trunk/setup.py	2008-04-13 00:20:29 UTC (rev 85304)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.contents',
-    version='0.5.0dev',
+    version='0.5.0',
     author = "Roger Ineichen and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "Container management page based on z3c.form and z3c.table for Zope3",



More information about the Checkins mailing list