summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-05-02 22:32:45 +0100
committerLars Wirzenius <liw@liw.fi>2012-05-02 22:32:45 +0100
commit53a4c105b93a72f18c336585f1c9817b41dce568 (patch)
tree2026088dc86948c108e55c4dd882652cf0c61183 /NEWS
parentf86d38b18bb36c9f109f6bd8d6a46be250dfc5b7 (diff)
downloadlarch-53a4c105b93a72f18c336585f1c9817b41dce568.tar.gz
Optimize away some round trips for accessing files in the journal
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 632d616..6594276 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,12 @@ NEWS for larch
These are the release notes for larch, a Python implementation of a
copy-on-write B-tree, designed by Odah Rodeh.
+Version 0.31, released UNRELEASED
+---------------------------------
+
+* Optimize journal use to have fewer round-trips. This matters when the
+ journal is stored on a high-latency storage, such as an SFTP server.
+
Version 0.30, released 2012-04-29
---------------------------------