[Checkins] SVN: zc.relationship/trunk/CHANGES.txt change notes
(should have been in tag)
Gary Poster
gary at zope.com
Tue Feb 6 18:19:09 EST 2007
Log message for revision 72408:
change notes (should have been in tag)
Changed:
U zc.relationship/trunk/CHANGES.txt
-=-
Modified: zc.relationship/trunk/CHANGES.txt
===================================================================
--- zc.relationship/trunk/CHANGES.txt 2007-02-06 23:01:22 UTC (rev 72407)
+++ zc.relationship/trunk/CHANGES.txt 2007-02-06 23:19:06 UTC (rev 72408)
@@ -1,33 +1,39 @@
=======
-CHANGES
+Changes
=======
1.1
===
-(unreleased; supports Zope 3.4/Zope 2.11/ZODB 3.8, also unreleased)
+(supports Zope 3.4/Zope 2.11/ZODB 3.8, unreleased)
-- adjust to BTrees changes in ZODB 3.8 (thanks Jürgen Kartnaller)
+1.1.0 alpha
+-----------
-1.0.1
-=====
+(unreleased)
+- adjust to BTrees changes in ZODB 3.8 (thanks Juergen Kartnaller)
+
+1.0
+===
+
(supports Zope 3.3/Zope 2.10/ZODB 3.7)
+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
+-----
-(supports Zope 3.3/Zope 2.10/ZODB 3.7)
-
-Initial release
+Initial release
\ No newline at end of file
More information about the Checkins
mailing list