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

Roger Ineichen roger at projekt01.ch
Mon Jan 21 00:24:44 EST 2008


Log message for revision 83011:
  prepare for release 1.0.1

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

-=-
Modified: z3c.breadcrumb/trunk/CHANGES.txt
===================================================================
--- z3c.breadcrumb/trunk/CHANGES.txt	2008-01-21 05:15:08 UTC (rev 83010)
+++ z3c.breadcrumb/trunk/CHANGES.txt	2008-01-21 05:24:44 UTC (rev 83011)
@@ -2,7 +2,17 @@
 CHANGES
 =======
 
-Version 1.0.0 (7/10/2007)
--------------------------
+1.0.1 (2007-01-21)
+------------------
 
+- test coverage 100%
+
+- register default IBreadcrumbs adapter
+
+- default IBreadcrumbs stops only on virtual host root, not on ISite object
+
+
+1.0.0 (7/10/2007)
+-----------------
+
 - Initial Release

Modified: z3c.breadcrumb/trunk/setup.py
===================================================================
--- z3c.breadcrumb/trunk/setup.py	2008-01-21 05:15:08 UTC (rev 83010)
+++ z3c.breadcrumb/trunk/setup.py	2008-01-21 05:24:44 UTC (rev 83011)
@@ -25,7 +25,7 @@
 
 setup (
     name='z3c.breadcrumb',
-    version='1.0.0',
+    version='1.0.1',
     author = "Roger Ineichen,Stephan Richter and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "A pluggable breadcrumbs implementation based on adapters.",



More information about the Checkins mailing list