summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@iki.fi>2008-04-26 20:45:29 +0300
committerLars Wirzenius <liw@iki.fi>2008-04-26 20:45:29 +0300
commit8fa6d3bad5522299f824105591f9b262e8de0848 (patch)
treebca88e9e463b7dd4345af8aa5d318a08053c33e3
parentcb01427151e067b091b71cd6867bdd7caf4c1b5c (diff)
downloadobnam-8fa6d3bad5522299f824105591f9b262e8de0848.tar.gz
Prepared files for release.
-rw-r--r--NEWS18
-rw-r--r--debian/changelog6
-rw-r--r--obnam/__init__.py2
3 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5606ee59..291dd234 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,24 @@ Obnam NEWS
This file summarizes changes between releases of Obnam.
+Version 0.9.2, released 2008-04-26; a DEVELOPMENT release
+
+ NOTE:
+
+ This is a development release, for the purpose of testing. It is not
+ meant for production use. Do not rely on this version for any
+ backups that are important. However, if you are willing to take a
+ risk, any testing experiences would be most welcome.
+
+ IMPORTANT CHANGES:
+
+ * Data that has been backed up is now re-used instead of backed up
+ again. Obviously this is what should be done, but the previous
+ release was pushed out anyway, without this feature. Now that this
+ works again, running obnam on a data set that has not changed only
+ creates a new generation object, a new host block, and a new map
+ block, no other data is uploaded.
+
Version 0.9.1, released 2008-03-24; a DEVELOPMENT release
NOTE:
diff --git a/debian/changelog b/debian/changelog
index d2dcd216..3765e149 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obnam (0.9.2-1) experimental; urgency=low
+
+ * New upstream version. This is a DEVELOPMENT version.
+
+ -- Lars Wirzenius <liw@iki.fi> Sat, 26 Apr 2008 20:45:56 +0300
+
obnam (0.9.1-1) experimental; urgency=low
* New upstream version. This is a DEVELOPMENT version.
diff --git a/obnam/__init__.py b/obnam/__init__.py
index 05d6936c..51e5ce15 100644
--- a/obnam/__init__.py
+++ b/obnam/__init__.py
@@ -19,7 +19,7 @@
NAME = "obnam"
-VERSION = "0.9.0"
+VERSION = "0.9.2"
from exception import ObnamException