summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-05-23 16:12:56 +0200
committerLars Wirzenius <liw@liw.fi>2012-05-23 16:12:56 +0200
commit1374a98b68a4baf53c3c35d5a9e326cfcba9b268 (patch)
tree6ef086abb4fb57f33d6795444729f7b9f9d692a5
parent5533b56b416b05343d190388dc85a5a3a80f43a8 (diff)
downloadlarch-1374a98b68a4baf53c3c35d5a9e326cfcba9b268.tar.gz
Document frozenness and version numbering in NEWS
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5771b5c..a143dcc 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,14 @@ 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 1.UNRELEASED, released UNRELEASED
+-----------------------------------------
+
+* New version scheme.
+* The on-disk data structures and file formats are now declared frozen.
+ An automatic test has been added to verify that things do not break.
+
+
Version 0.31, released 2012-05-08
---------------------------------