[Checkins] SVN: Products.GenericSetup/trunk/Products/GenericSetup/CHANGES.txt Merge 1.4-series changes into trunk changelog.

Tres Seaver tseaver at palladion.com
Tue Dec 9 20:36:37 EST 2008


Log message for revision 93833:
  Merge 1.4-series changes into trunk changelog.

Changed:
  U   Products.GenericSetup/trunk/Products/GenericSetup/CHANGES.txt

-=-
Modified: Products.GenericSetup/trunk/Products/GenericSetup/CHANGES.txt
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/CHANGES.txt	2008-12-10 01:20:42 UTC (rev 93832)
+++ Products.GenericSetup/trunk/Products/GenericSetup/CHANGES.txt	2008-12-10 01:36:37 UTC (rev 93833)
@@ -15,8 +15,8 @@
   (https://bugs.launchpad.net/zope-cmf/+bug/161728)
 
 - Property import/export tests: Add testing for non-ASCII properties.
- (https://bugs.launchpad.net/zope-cmf/+bug/202356)
- (https://bugs.launchpad.net/zope-cmf/+bug/242588)
+  (https://bugs.launchpad.net/zope-cmf/+bug/202356)
+  (https://bugs.launchpad.net/zope-cmf/+bug/242588)
 
 - Add 'IChunkedImportContext' interface, allowing RAM-efficient chunked
   reads of large files, and implement for 'DirectoryImportContext'.
@@ -76,6 +76,53 @@
   each import. https://bugs.launchpad.net/zope-cmf/+bug/213905
 
 
+GenericSetup 1.4.2.2 (2008-09-22)
+---------------------------------
+
+- Packaging update:  version of 1.4.2.1 said '1.4.2'.
+
+
+GenericSetup 1.4.2.1 (2008-09-22)
+---------------------------------
+
+- Packaging update:  version of 1.4.2 said '1.4.2dev'.
+
+
+GenericSetup 1.4.2 (2008-09-22)
+-------------------------------
+
+- Add 'IChunkedImportContext' interface, allowing RAM-efficient chunked
+  reads of large files, and implement for 'DirectoryImportContext'.
+  (https://bugs.launchpad.net/zope-cmf/+bug/259233)
+
+- Add 'IChunkedExportContext' interface, allowing RAM-efficient chunked
+  writes of large files, and implement for 'DirectoryExportContext'.
+  (https://bugs.launchpad.net/zope-cmf/+bug/257365)
+
+- Update local component registry importer to prevent it from overwriting
+  existing utilities if they are already of the correct type
+
+- Property import/export tests: Fix and test for non-ASCII properties.
+  (https://bugs.launchpad.net/zope-cmf/+bug/202356)
+  (https://bugs.launchpad.net/zope-cmf/+bug/242588)
+
+- Provide default for dependencies when processing metadata.xml, to
+  avoid a KeyError.
+  (https://bugs.launchpad.net/zope-cmf/+bug/255301)
+
+- Update PropertyManagerHelpers to make it possible to remove elements from a
+  property by adding a remove="True" attribute to the element. This can
+  also be used to reorder elements since new elements are always added
+  at the end of the list.
+
+
+GenericSetup 1.4.1 (2008-05-27)
+-------------------------------
+
+- When loading multiple profiles reload the list of steps to use after
+  each import. https://bugs.launchpad.net/zope-cmf/+bug/213905
+
+
 GenericSetup 1.4.0 (2008-03-23)
 -------------------------------
 



More information about the Checkins mailing list