[Checkins] SVN: zope.component/trunk/ Release management artifacts.

Tres Seaver tseaver at palladion.com
Tue Apr 4 11:29:25 EDT 2006


Log message for revision 66392:
  Release management artifacts.

Changed:
  A   zope.component/trunk/CHANGES.txt
  A   zope.component/trunk/README.txt

-=-
Added: zope.component/trunk/CHANGES.txt
===================================================================
--- zope.component/trunk/CHANGES.txt	2006-04-04 15:00:50 UTC (rev 66391)
+++ zope.component/trunk/CHANGES.txt	2006-04-04 15:29:25 UTC (rev 66392)
@@ -0,0 +1,29 @@
+zope.component Package Changelog
+================================
+
+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

Added: zope.component/trunk/README.txt
===================================================================
--- zope.component/trunk/README.txt	2006-04-04 15:00:50 UTC (rev 66391)
+++ zope.component/trunk/README.txt	2006-04-04 15:29:25 UTC (rev 66392)
@@ -0,0 +1,44 @@
+zope.component Package Readme
+=============================
+
+Overview
+--------
+
+This package represents the core of the Zope Component Architecture.
+Together with the 'zope.interface' package, it provides facilities for
+defining, registering and looking up components.
+
+Please see 'src/zope/component/README.txt' for a more detailed explanation
+of the component architecture.
+
+
+Changes
+-------
+
+See CHANGES.txt.
+
+
+Installation
+------------
+
+See INSTALL.txt.
+
+
+Developer Resources
+-------------------
+
+- Subversion browser:
+
+  http://svn.zope.org/zope.component/
+
+- Read-only Subversion checkout:
+
+  $ svn co svn://svn.zope.org/repos/main/zope.component/trunk
+
+- Writable Subversion checkout:
+
+  $ svn co svn://svn.zope.org/repos/main/zope.component/trunk
+
+- Note that the 'src/zope/component' package is acutally a 'svn:externals'
+  link to the corresponding package in the Zope3 trunk (or to a specific tag,
+  for released versions of the package).


Property changes on: zope.component/trunk/README.txt
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the Checkins mailing list