[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.17.2.29

Tim Peters tim.one at comcast.net
Wed Jun 11 23:19:42 EDT 2003


Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv32308

Modified Files:
      Tag: ZODB3-3_1-branch
	NEWS.txt 
Log Message:
Minor edits for grammar and parallelism.


=== ZODB3/NEWS.txt 1.17.2.28 => 1.17.2.29 ===
--- ZODB3/NEWS.txt:1.17.2.28	Wed Jun 11 19:11:32 2003
+++ ZODB3/NEWS.txt	Wed Jun 11 22:19:41 2003
@@ -9,14 +9,14 @@
 response to the load and the invalidation, effectively causing the
 invalidation to be lost.  The bug was fixed by delaying the handling
 of invalidations for an object while a load for the same object is in
-progress. 
+progress.
 
-Fix a bug in conflict resolution that failed to ghostify an object if
-it was involved in a conflict.  (This code may be redundant, but it
+Fixed a bug in conflict resolution that failed to ghostify an object
+if it was involved in a conflict.  (This code may be redundant, but it
 has been fixed regardless.)
 
 The ZEO server was fixed so that it does not perform any I/O until all
-of a transactions invalidations are queued.  If it performs I/O in the
+of a transactions' invalidations are queued.  If it performs I/O in the
 middle of sending invalidations, it would be possible to overlap a
 load from a client with the invalidation being sent to it.
 
@@ -113,7 +113,7 @@
 comparison operation could lead to a segfault when the Missing.Value
 was on the right-hand side of the comparison operator.  The Missing
 class was fixed so that its coercion and comparison operations are
-safe. 
+safe.
 
 Tools
 -----




More information about the Zodb-checkins mailing list