NEWS updates for 0.5.1 release (minor changes only).
[cumulus.git] / NEWS
diff --git a/NEWS b/NEWS
index 1291270..07d7f16 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+0.5.1 [2007-11-13]
+    - Have the lbs-util tool check the version number when reading a
+      snapshot, and signal an error if the format is not recognized.
+    - Include a sample script, contrib/parity-gen, for creating
+      RAID-like parity sets to recover from some segment corruption.
+      The par2 command (http://parchive.sourceforge.net/) is used to
+      actually generate the parity sets; the parity-gen script simply
+      automates maintaining the parity sets.
+
+0.5 [2007-10-16]
+    - Much improved Python interface for accessing and manipulating LBS
+      archives and local database information.  The interface should not
+      yet be considered completely stable.
+    - Python implementation of lbs-util now includes most of the
+      features of the Perl implementation, plus some other new features.
+      The Perl library and utility are deprecated and have been removed
+      from this release.
+    - Preliminary snapshot restore support in lbs-util.  This is still
+      not yet extensively tested.
+
 0.4 [2007-08-24]
     - Documentation improvements: a getting started README, and a
       description of some of the implementation details.