[Checkins] SVN: five.localsitemanager/trunk/ Merged r90417:90421 from the 1.0 branch

Hanno Schlichting plone at hannosch.info
Wed Aug 27 06:16:55 EDT 2008


Log message for revision 90422:
  Merged r90417:90421 from the 1.0 branch
  

Changed:
  U   five.localsitemanager/trunk/CHANGES.txt
  U   five.localsitemanager/trunk/README.txt
  U   five.localsitemanager/trunk/buildout.cfg

-=-
Modified: five.localsitemanager/trunk/CHANGES.txt
===================================================================
--- five.localsitemanager/trunk/CHANGES.txt	2008-08-27 10:10:19 UTC (rev 90421)
+++ five.localsitemanager/trunk/CHANGES.txt	2008-08-27 10:16:54 UTC (rev 90422)
@@ -5,12 +5,18 @@
 ----------------
 
 * Requiring zope.component >= 3.5.0.
+  [icemac]
 
 
 1.0 - Unreleased
 ----------------
 
+
+1.0c1 - 2008-08-27
+------------------
+
 * Added buildout for project, so testing can be done using ``bin/test``.
+  [icemac]
 
 * Added ability to register utilities with an absolute path. These
   utilities are returned wrapped into their original context. This
@@ -26,6 +32,7 @@
 
   When a component registered as utility is moved and registered again
   the path stored in registry gets updated.
+  [icemac]
 
 
 0.4 - 2008-07-23
@@ -34,6 +41,7 @@
 * Rewrite PersistentComponents.registeredUtilities to not use
   internal methods. This makes it compatible with both zope.component <3.5.0dev
   and >3.5.0dev.
+  [wichert]
 
 
 0.3 - 2007-12-24
@@ -41,7 +49,9 @@
 
 * Fixed potential aq problem when assigning various values to the utilities
   registry of the component registry.
+  [hannosch]
 
+
 0.2 - 2007-06-30
 ----------------
 
@@ -50,6 +60,7 @@
   utilities are cached. This requires a special LookupClass called
   'FiveVerifyingAdapterLookup' in all 'utilities' registries used below a
   five.localsitemanager site.
+  [yuppie, hannosch]
 
 
 0.1.2 - 2007-06-23
@@ -69,4 +80,3 @@
 ----------------
 
 * Initial version
-

Modified: five.localsitemanager/trunk/README.txt
===================================================================
--- five.localsitemanager/trunk/README.txt	2008-08-27 10:10:19 UTC (rev 90421)
+++ five.localsitemanager/trunk/README.txt	2008-08-27 10:16:54 UTC (rev 90422)
@@ -5,8 +5,8 @@
 --------
 
 five.localsitemanager attempts to provide a local site manager implementation
-that is as close to Zope 3's implemenation as possible.  Some reservations
-that do not conflict with Zope 3 have been made to easy the path with CMF.
+that is as close to Zope 3's implementation as possible. Some reservations
+that do not conflict with Zope 3 have been made to ease the path with CMF.
 
 Developer Resources
 -------------------
@@ -14,5 +14,3 @@
 - Subversion browser:
 
   http://svn.zope.org/five.localsitemanager
-
-

Modified: five.localsitemanager/trunk/buildout.cfg
===================================================================
--- five.localsitemanager/trunk/buildout.cfg	2008-08-27 10:10:19 UTC (rev 90421)
+++ five.localsitemanager/trunk/buildout.cfg	2008-08-27 10:16:54 UTC (rev 90422)
@@ -2,7 +2,6 @@
 parts = zope2 test
 develop = .
 
-# XXX needed until zope2 is fully eggified (there is no egg for OFS)
 [zope2]
 recipe = plone.recipe.zope2install
 url = http://www.zope.org/Products/Zope/2.11.1/Zope-2.11.1-final.tgz
@@ -10,7 +9,7 @@
 skip-fake-eggs = zope.component
 
 [test]
-recipe = zc.recipe.testrunner
+recipe = zc.recipe.testrunner < 1.1
 eggs = five.localsitemanager
-extra-paths = parts/zope2/lib/python
+extra-paths = ${zope2:location}/lib/python
 defaults = ['-c']
\ No newline at end of file



More information about the Checkins mailing list