Rev 4463: NEWS entry in http://bzr.arbash-meinel.com/branches/bzr/jam-integration

John Arbash Meinel john at arbash-meinel.com
Thu Jun 25 16:41:30 BST 2009


At http://bzr.arbash-meinel.com/branches/bzr/jam-integration

------------------------------------------------------------
revno: 4463
revision-id: john at arbash-meinel.com-20090625154112-tgg8jq0ldhaizseg
parent: john at arbash-meinel.com-20090625153905-qn3gi1r5ecxkyi0k
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Thu 2009-06-25 10:41:12 -0500
message:
  NEWS entry
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2009-06-23 09:05:52 +0000
+++ b/NEWS	2009-06-25 15:41:12 +0000
@@ -82,6 +82,11 @@
   parameter to permit cross-format fetching to incrementally pack the
   converted data. (Robert Collins)
 
+* OS file locks are now taken out using ``CreateFile`` rather than
+  ``LockFileEx`` on Windows. The locking remains exclusive with
+  ``LockFileEx`` but now it also works on older versions of Windows (such
+  as Win98). (Martin <gzlist>)
+
 * pack <=> pack fetching is now done via a ``PackStreamSource`` rather
   than the ``Packer`` code. The user visible change is that we now
   properly fetch the minimum number of texts for non-smart fetching.



More information about the bazaar-commits mailing list