[Checkins] SVN: Products.GenericSetup/trunk/ Sync changelog with 1.6 branch.

Tres Seaver cvs-admin at zope.org
Wed Jan 23 20:51:21 UTC 2013


Log message for revision 129087:
  Sync changelog with 1.6 branch.

Changed:
  _U  Products.GenericSetup/trunk/
  U   Products.GenericSetup/trunk/buildout.cfg
  U   Products.GenericSetup/trunk/docs/CHANGES.rst

-=-
Modified: Products.GenericSetup/trunk/buildout.cfg
===================================================================
--- Products.GenericSetup/trunk/buildout.cfg	2013-01-23 19:53:28 UTC (rev 129086)
+++ Products.GenericSetup/trunk/buildout.cfg	2013-01-23 20:51:21 UTC (rev 129087)
@@ -1,4 +1,5 @@
 [buildout]
+extends = http://download.zope.org/Zope2/index/2.13.15/versions.cfg
 develop = .
 parts =
     test

Modified: Products.GenericSetup/trunk/docs/CHANGES.rst
===================================================================
--- Products.GenericSetup/trunk/docs/CHANGES.rst	2013-01-23 19:53:28 UTC (rev 129086)
+++ Products.GenericSetup/trunk/docs/CHANGES.rst	2013-01-23 20:51:21 UTC (rev 129087)
@@ -53,6 +53,26 @@
   your code will also work with GenericSetup < 1.7
 
 
+1.6.6 (2012-02-28)
+------------------
+
+- Restored the ability to make the setup tool use only import / export
+  steps explicitly called out by the current profile, ignoring any which
+  might be globally registered.  This is particularly useful for configuring
+  sites with baseline profiles, where arbitrary add-on steps are not only
+  useless, but potentially damaging.
+
+
+1.6.5 (2012-01-27)
+------------------
+
+- While importing toolset.xml, print a warning when the class of a
+  required tool is not found and continue with the next tool.  The
+  previous behaviour could break the install or uninstall of any
+  add-on, as the missing class may easily be from a different
+  unrelated add-on that is no longer available in the zope instance.
+
+
 1.6.4 (2011-10-31)
 ------------------
 



More information about the checkins mailing list