summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-02-13 16:50:58 +0000
committerLars Wirzenius <liw@liw.fi>2011-02-13 16:50:58 +0000
commit9be0fc7ea270c74758389681e4908ff3d396a3a2 (patch)
tree981e620bd46af97263f98534fab1211903448e3f /NEWS
parentf89357a1c9f8650e1b858f4fe34b99c6a42880f9 (diff)
downloadlarch-9be0fc7ea270c74758389681e4908ff3d396a3a2.tar.gz
Release version 0.17.version_0_17
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 67bdd9b..c8d2450 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,21 @@ copy-on-write B-tree, designed by Odah Rodeh.
Version 0.16.2, released 2011-01-07
---------------------------------
+* Use the python-tracing library to add logging of node creation and
+ removal and other operations. The library makes it possible for the
+ user to enable and disable logging for specific code modules, and
+ defaults to being disabled, so that the logging will not affect
+ normal execution speed.
+* `codec-speed` now reports MiB/s, instead of seconds, giving an easy
+ way to compare encoding and decoding speeds with, say, hard disk
+ or network speeds.
+* B-tree now again modifies nodes, and does so by first removing
+ them from the node store's upload queue. This returns the library
+ back to useful speeds.
+
+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