[Checkins] SVN: Zope/branches/2.13/ Factored out the `Products.ZCatalog` and `Products.PluginIndexes` packages into a new `Products.ZCatalog` distribution.

Hanno Schlichting hannosch at hannosch.eu
Sat Dec 25 13:37:33 EST 2010


Log message for revision 119099:
  Factored out the `Products.ZCatalog` and `Products.PluginIndexes` packages into a new `Products.ZCatalog` distribution.
  

Changed:
  U   Zope/branches/2.13/buildout.cfg
  U   Zope/branches/2.13/doc/CHANGES.rst
  U   Zope/branches/2.13/setup.py
  U   Zope/branches/2.13/sources.cfg
  D   Zope/branches/2.13/src/Products/PluginIndexes/
  D   Zope/branches/2.13/src/Products/ZCatalog/
  U   Zope/branches/2.13/versions.cfg

-=-
Modified: Zope/branches/2.13/buildout.cfg
===================================================================
--- Zope/branches/2.13/buildout.cfg	2010-12-25 18:32:59 UTC (rev 119098)
+++ Zope/branches/2.13/buildout.cfg	2010-12-25 18:37:32 UTC (rev 119099)
@@ -59,6 +59,7 @@
     Products.OFSP
     Products.PythonScripts
     Products.StandardCacheManagers
+    Products.ZCatalog
     Products.ZCTextIndex
     Record
     RestrictedPython

Modified: Zope/branches/2.13/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.13/doc/CHANGES.rst	2010-12-25 18:32:59 UTC (rev 119098)
+++ Zope/branches/2.13/doc/CHANGES.rst	2010-12-25 18:37:32 UTC (rev 119099)
@@ -11,10 +11,14 @@
 Bugs Fixed
 ++++++++++
 
-- Fix `LazyMap` to avoid unnecessary function calls.
-
 - LP 686664: WebDAV Lock Manager ZMI view wasn't accessible.
 
+Restructuring
++++++++++++++
+
+- Factored out the `Products.ZCatalog` and `Products.PluginIndexes` packages
+  into a new `Products.ZCatalog` distribution.
+
 2.13.1 (2010-12-07)
 -------------------
 

Modified: Zope/branches/2.13/setup.py
===================================================================
--- Zope/branches/2.13/setup.py	2010-12-25 18:32:59 UTC (rev 119098)
+++ Zope/branches/2.13/setup.py	2010-12-25 18:37:32 UTC (rev 119099)
@@ -54,6 +54,7 @@
       'MultiMapping',
       'Persistence',
       'Products.OFSP >= 2.13.2',
+      'Products.ZCatalog',
       'Products.ZCTextIndex',
       'Record',
       'RestrictedPython',

Modified: Zope/branches/2.13/sources.cfg
===================================================================
--- Zope/branches/2.13/sources.cfg	2010-12-25 18:32:59 UTC (rev 119098)
+++ Zope/branches/2.13/sources.cfg	2010-12-25 18:37:32 UTC (rev 119099)
@@ -15,6 +15,7 @@
 Products.OFSP = svn ^/Products.OFSP/trunk
 Products.PythonScripts = svn ^/Products.PythonScripts/trunk
 Products.StandardCacheManagers = svn ^/Products.StandardCacheManagers/trunk
+Products.ZCatalog = svn ^/Products.ZCatalog/trunk
 Products.ZCTextIndex = svn ^/Products.ZCTextIndex/trunk
 Record = svn ^/Record/trunk
 tempstorage = svn ^/tempstorage/trunk

Modified: Zope/branches/2.13/versions.cfg
===================================================================
--- Zope/branches/2.13/versions.cfg	2010-12-25 18:32:59 UTC (rev 119098)
+++ Zope/branches/2.13/versions.cfg	2010-12-25 18:37:32 UTC (rev 119099)
@@ -22,6 +22,7 @@
 Products.OFSP = 2.13.2
 Products.PythonScripts = 2.13.0
 Products.StandardCacheManagers = 2.13.0
+Products.ZCatalog = 2.13.0
 Products.ZCTextIndex = 2.13.1
 Record = 2.13.0
 tempstorage = 2.12.1



More information about the checkins mailing list