[Checkins] SVN: zope.component/trunk/CHANGES.txt Recreated
CHANGES.txt that I had previously deleted.
Alexander Heavner
alex at zope.com
Thu Feb 15 11:39:53 EST 2007
Log message for revision 72604:
Recreated CHANGES.txt that I had previously deleted.
Changed:
A zope.component/trunk/CHANGES.txt
-=-
Added: zope.component/trunk/CHANGES.txt
===================================================================
--- zope.component/trunk/CHANGES.txt 2007-02-15 16:33:54 UTC (rev 72603)
+++ zope.component/trunk/CHANGES.txt 2007-02-15 16:39:52 UTC (rev 72604)
@@ -0,0 +1,40 @@
+zope.component Package Changelog
+================================
+
+zope.component version 3.2.0.2 (2006/04/15)
+---------------------------------------------
+
+ Fix packaging bug: 'package_dir' must be a *relative* path.
+
+zope.component version 3.2.0.1 (2006/04/14)
+----------------------------------------------
+
+ Packaging change: suppress inclusion of 'setup.cfg' in 'sdist' builds.
+
+zope.component version 3.2.0 (2006/01/05)
+------------------------------------------
+
+ Corresponds to the verison of the zope.component package shipped as part of
+ the Zope 3.2.0 release.
+
+ Deprecated services and related APIS. The adapter and utility registries
+ are now available directly via the site manager's 'adapters' and 'utilities'
+ attributes, respectively. Services are accessible, but deprecated, and
+ will be removed in Zope 3.3.
+
+ Deprectaed all presentation-related APIS, including all view-related
+ API functions. Use the adapter API functions instead.
+ See http://dev.zope.org/Zope3/ImplementViewsAsAdapters`
+
+ Deprecated 'contextdependent' package: site managers are now looked up
+ via a thread global, set during URL traversal. The 'context' argument
+ is now always optional, and should no longer be passed.
+
+ TODO: other major changes?
+
+zope.component version 3.0.0 (2004/11/07)
+------------------------------------------
+
+ Corresponds to the verison of the zope.component package shipped as part of
+ the Zope X3.0.0 release.
+
Property changes on: zope.component/trunk/CHANGES.txt
___________________________________________________________________
Name: svn:eol-style
+ native
More information about the Checkins
mailing list