[Checkins] SVN: zope.configuration/tags/3.2.0/ 3.2.0.0: Initial release as egg.

Tres Seaver tseaver at palladion.com
Sat Apr 15 16:44:15 EDT 2006


Log message for revision 67063:
  3.2.0.0:  Initial release as egg.

Changed:
  U   zope.configuration/tags/3.2.0/CHANGES.txt
  U   zope.configuration/tags/3.2.0/setup.py
  _U  zope.configuration/tags/3.2.0/src/zope/

-=-
Modified: zope.configuration/tags/3.2.0/CHANGES.txt
===================================================================
--- zope.configuration/tags/3.2.0/CHANGES.txt	2006-04-15 20:34:59 UTC (rev 67062)
+++ zope.configuration/tags/3.2.0/CHANGES.txt	2006-04-15 20:44:15 UTC (rev 67063)
@@ -1,32 +1,47 @@
 zope.configuration Package Changelog
-==========================
+====================================
 
-zope.configuration version 3.2.1 (2006/03/26)
------------------------------------
+zope.configuration version 3.2.0.0 (2006/04/15)
+-----------------------------------------------
 
-- Corresponds to the verison of the zope.configuration package shipped
-  as part of the Zope 3.2.1 release.
+- Initial release as egg.
 
 zope.configuration version 3.2.0 (2006/01/05)
------------------------------------
+---------------------------------------------
 
 - Corresponds to the verison of the zope.configuration package shipped
   as part of the Zope 3.2.0 release.
 
+- Avoid suppressing 'ImportError' raised during configuration processing.
+
+- Keep 'ConfigurationContext.path' idempotent even when 'sys.path' contains
+  relative paths (http://www.zope.org/Collectors/Zope3-dev/439).
+
+- No longer depend on older Python's quirk of leaving partially-imported
+  modules in 'sys.modules' (http://www.zope.org/Collectors/Zope3-dev/322).
+
 zope.configuration version 3.1.0 (2005/10/03)
------------------------------------
+---------------------------------------------
 
 - Corresponds to the verison of the zope.configuration package shipped
   as part of the Zope 3.1.0 release.
 
-zope.configuration version 3.0.1 (2005/07/27)
------------------------------------
+- Added 'GlobalInterface' field type (to ease declaration of directives
+  which are specific to certain interfaces).
 
-- Corresponds to the verison of the zope.configuration package shipped
-  as part of the Zope X3.0.1 release.
+- Added 'installed' condition to check for the configured presence of a
+  package.
 
+- Added 'feature' support to allow conditional inclusion of ZCML.
+
+- Removed old backward compatibility code (pre X3-3.0).
+
+- Removed the 'zope:hook' ZCML directive and moved the hook up to Python.
+
+- Testing, doumentation, and coding style cleanups.
+
 zope.configuration version 3.0.0 (2004/11/07)
------------------------------------
+---------------------------------------------
 
 - Corresponds to the verison of the zope.configuration package shipped
   as part of the Zope X3.0.0 release.

Modified: zope.configuration/tags/3.2.0/setup.py
===================================================================
--- zope.configuration/tags/3.2.0/setup.py	2006-04-15 20:34:59 UTC (rev 67062)
+++ zope.configuration/tags/3.2.0/setup.py	2006-04-15 20:44:15 UTC (rev 67063)
@@ -24,7 +24,7 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.configuration',
-      version='1.0',
+      version='3.2.0.0',
       url='http://svn.zope.org/zope.configuration',
       license='ZPL 2.1',
       description='Zope Configuration (ZCML)',


Property changes on: zope.configuration/tags/3.2.0/src/zope
___________________________________________________________________
Name: svn:externals
   - configuration svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/configuration

   + configuration svn://svn.zope.org/repos/main/Zope3/tags/Zope-3.2.0/src/zope/configuration




More information about the Checkins mailing list