[Checkins] SVN: zc.relationship/branches/1.0/ rev revision number, changes comments

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


Log message for revision 77403:
  rev revision number, changes comments

Changed:
  U   zc.relationship/branches/1.0/CHANGES.txt
  U   zc.relationship/branches/1.0/setup.py

-=-
Modified: zc.relationship/branches/1.0/CHANGES.txt
===================================================================
--- zc.relationship/branches/1.0/CHANGES.txt	2007-07-04 15:54:51 UTC (rev 77402)
+++ zc.relationship/branches/1.0/CHANGES.txt	2007-07-04 15:55:08 UTC (rev 77403)
@@ -2,21 +2,39 @@
 CHANGES
 =======
 
+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
-=====
+-----
 
 - Incorporated test and bug fix from Gabriel Shaar::
 
-  if the target parameter is a container with no objects, then
-  `shared.AbstractContainer.isLinked` resolves to False in a bool context and
-  tokenization fails.  `target and tokenize({'target': target})` returns the
-  target instead of the result of the tokenize function.
+    if the target parameter is a container with no objects, then
+    `shared.AbstractContainer.isLinked` resolves to False in a bool context and
+    tokenization fails.  `target and tokenize({'target': target})` returns the
+    target instead of the result of the tokenize function.
 
 - Made README.txt tests pass on hopefully wider set of machines (this was a
   test improvement; the relationship index did not have the fragility).
   Reported by Gabriel Shaar.
 
-1.0
-===
+1.0.0
+-----
 
 Initial release

Modified: zc.relationship/branches/1.0/setup.py
===================================================================
--- zc.relationship/branches/1.0/setup.py	2007-07-04 15:54:51 UTC (rev 77402)
+++ zc.relationship/branches/1.0/setup.py	2007-07-04 15:55:08 UTC (rev 77403)
@@ -2,7 +2,7 @@
 
 setup(
     name="zc.relationship",
-    version="1.0.1",
+    version="1.0.2",
     packages=find_packages('src'),
     include_package_data=True,
     package_dir= {'':'src'},



More information about the Checkins mailing list