[Checkins] SVN: five.localsitemanager/branches/1.0/ Prepare a 1.0c1

Hanno Schlichting plone at hannosch.info
Wed Aug 27 05:59:44 EDT 2008


Log message for revision 90418:
  Prepare a 1.0c1
  

Changed:
  U   five.localsitemanager/branches/1.0/CHANGES.txt
  U   five.localsitemanager/branches/1.0/README.txt
  U   five.localsitemanager/branches/1.0/setup.py

-=-
Modified: five.localsitemanager/branches/1.0/CHANGES.txt
===================================================================
--- five.localsitemanager/branches/1.0/CHANGES.txt	2008-08-27 09:56:58 UTC (rev 90417)
+++ five.localsitemanager/branches/1.0/CHANGES.txt	2008-08-27 09:59:44 UTC (rev 90418)
@@ -1,10 +1,11 @@
 Changelog
 =========
 
-0.5 - 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
@@ -20,6 +21,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
@@ -28,13 +30,14 @@
 * 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
 ----------------
 
 * Fixed potential aq problem when assigning various values to the utilities
   registry of the component registry.
+  [hannosch]
 
 0.2 - 2007-06-30
 ----------------
@@ -44,6 +47,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

Modified: five.localsitemanager/branches/1.0/README.txt
===================================================================
--- five.localsitemanager/branches/1.0/README.txt	2008-08-27 09:56:58 UTC (rev 90417)
+++ five.localsitemanager/branches/1.0/README.txt	2008-08-27 09:59:44 UTC (rev 90418)
@@ -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/branches/1.0/setup.py
===================================================================
--- five.localsitemanager/branches/1.0/setup.py	2008-08-27 09:56:58 UTC (rev 90417)
+++ five.localsitemanager/branches/1.0/setup.py	2008-08-27 09:59:44 UTC (rev 90418)
@@ -4,7 +4,7 @@
 """
 from setuptools import setup, Extension
 
-version = '1.0dev'
+version = '1.0c1'
 
 setup(name='five.localsitemanager',
       version=version,
@@ -33,8 +33,7 @@
       include_package_data = True,
       install_requires=[
         'setuptools',
-        'zope.component <= 3.4.9999',
+        'zope.component < 3.5dev',
       ],
       zip_safe = False,
       )
-



More information about the Checkins mailing list