summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-01-30 09:51:16 +0000
committerLars Wirzenius <liw@liw.fi>2011-01-30 09:51:16 +0000
commit7ff362b583c43933294246bc67f5c6ac697008f3 (patch)
tree07c589eca552328ebb2eb9cf53cff0682c1f92a1 /NEWS
parent95095e554989fe2f14f0707c00cfc974be281020 (diff)
downloadlarch-7ff362b583c43933294246bc67f5c6ac697008f3.tar.gz
Update NEWS for 0.16.2.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3b710de..67bdd9b 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,16 @@ These are the release notes for btree, a Python implementation of a
copy-on-write B-tree, designed by Odah Rodeh.
+Version 0.16.2, released 2011-01-07
+---------------------------------
+
+* Really fix problems with nodes growing too big while in the upload
+ queue. The previous fixes meant well, but didn't really do the trick.
+ Now we stop modifying nodes at all while in the upload queue, which
+ is good for several reasons. Performance in this release degrades
+ a lot, until there is time to optimize the code. However, correctness
+ is more important than performance.
+
Version 0.16.1, released 2011-01-07
---------------------------------