summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-01-20 10:50:37 +0000
committerLars Wirzenius <liw@liw.fi>2013-01-20 10:50:37 +0000
commit669695c1fb3bdc8f6a169ddd2c1eb2bf10fb6833 (patch)
treec927ec8c68067e0b8603b2953da27c2ab5b25aa4 /NEWS
parent206fb1529bf3bef9c51e9c47dd5b3fa053c485ba (diff)
parent42d9d6c7d048580e06cab7003db5fdd61a0a3f11 (diff)
downloadlarch-669695c1fb3bdc8f6a169ddd2c1eb2bf10fb6833.tar.gz
Fix speed-test
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ec217b1..02d4494 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,10 @@ Version UNRELEASED
deleting references to them.
* Node numbers are now reported in hexadecimal, to make it easier to find
on disk. Patch by Damien Couroussé.
+* The `speed-test` script now works again. The initialiser API for
+ `NodeStore` and `NodeStoreMemory` now have a new first argument,
+ `allow_writes`, to make them compatible with the `NodeStoreDisk`
+ initialiser. Patch by Antoine Brenner.
Version 1.20121216
------------------