summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-06-15 00:32:05 +0200
committerSebastian Thiel <byronimo@gmail.com>2010-06-15 00:45:36 +0200
commit06590aee389f4466e02407f39af1674366a74705 (patch)
tree37bbf23a276c569aefaa1f218e9b3a417f2dcf17 /CHANGES
parentc9dbf201b4f0b3c2b299464618cb4ecb624d272c (diff)
downloadgitpython-06590aee389f4466e02407f39af1674366a74705.tar.gz
Reimplemented Lock handling to be conforming to the git lock protocol, which is actually more efficient than the previous implementation
Index now locks its file for reading, and properly uses LockedFD when writing
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e9e1257e..0097269a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
=======
CHANGES
=======
+0.3
+===
+ * ConcurrentWriteOperation was removed, and replaced by LockedFD
0.2 Beta 2
===========