[Checkins] SVN: zc.relationship/trunk/src/zc/relationship/CHANGES.txt update CHANGES

Gary Poster gary at zope.com
Wed Jul 4 11:55:55 EDT 2007


Log message for revision 77404:
  update CHANGES

Changed:
  U   zc.relationship/trunk/src/zc/relationship/CHANGES.txt

-=-
Modified: zc.relationship/trunk/src/zc/relationship/CHANGES.txt
===================================================================
--- zc.relationship/trunk/src/zc/relationship/CHANGES.txt	2007-07-04 15:55:08 UTC (rev 77403)
+++ zc.relationship/trunk/src/zc/relationship/CHANGES.txt	2007-07-04 15:55:54 UTC (rev 77404)
@@ -24,8 +24,6 @@
 Changes in 2.0 alpha
 --------------------
 
-- adjust to BTrees changes in ZODB 3.8 (thanks Juergen Kartnaller)
-
 - support both 64-bit and 32-bit BTree families
 
 - support specifying indexed values by passing callables rather than
@@ -58,8 +56,6 @@
   exclusively.  See plone.relations for a zc.relationship container with
   very good test coverage.
 
-- converted buildout to rely exclusively on eggs  
-
 TODO in 2.0 alpha
 -----------------
 
@@ -76,11 +72,36 @@
   argument, with the semantics of a union of the results.  PROBABLY WON'T
   HAPPEN FOR 2.0; SPELLING UNCLEAR
 
+1.1
+===
+
+(supports Zope 3.4/Zope 2.11/ZODB 3.8)
+
+1.1.0
+-----
+
+- adjust to BTrees changes in ZODB 3.8 (thanks Juergen Kartnaller)
+
+- converted buildout to rely exclusively on eggs  
+
 1.0
 ===
 
 (supports Zope 3.3/Zope 2.10/ZODB 3.7)
 
+1.0.2
+-----
+
+- Incorporated tests and bug fixes to relationship containers from
+  Markus Kemmerling:
+
+  * ManyToOneRelationship instantiation was broken
+  
+  * The `findRelationships` method misbehaved if both, `source` and `target`,
+    are not None, but `bool(target)` evaluated to False.
+    
+  * ISourceRelationship and ITargetRelationship had errors.
+
 1.0.1
 -----
 



More information about the Checkins mailing list