summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-22 13:19:12 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-22 13:19:12 +0000
commit4b01d5bc164ac54d5629171cc4f61cd7bb11bb88 (patch)
treeebd97e3275aed30f0933dc88c19c247582d34a7e
parent2fa47ad8bb83f5df55f70885e30c7edfda3b9f9e (diff)
downloadobnam-4b01d5bc164ac54d5629171cc4f61cd7bb11bb88.tar.gz
Prepare release version 1.7.2obnam-1.7.2
-rw-r--r--NEWS8
-rw-r--r--debian/changelog4
-rw-r--r--obnamlib/__init__.py2
-rw-r--r--setup.py2
4 files changed, 12 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 239b0766..229d2600 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,14 @@ Obnam NEWS
This file summarizes changes between releases of Obnam.
+Version 1.7.2, released 2014-03-22
+--------------------------------
+
+Bug fixes:
+
+* Fix another bug in the FUSE plugin's file reading code, found during
+ the release process of 1.7.2.
+
Version 1.7.1, released 2014-03-22
--------------------------------
diff --git a/debian/changelog b/debian/changelog
index 6ddbf3ae..f8b4a650 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-obnam (1.7.1-1) unstable; urgency=low
+obnam (1.7.2-1) unstable; urgency=low
* New upstream release.
* Fix "obnam mount fails to retrieve files over 64KB (obnam restore
@@ -11,7 +11,7 @@ obnam (1.7.1-1) unstable; urgency=low
build the package.
* debian/control: Update format and source URLs.
- -- Lars Wirzenius <liw@liw.fi> Sat, 22 Mar 2014 09:07:39 +0000
+ -- Lars Wirzenius <liw@liw.fi> Sat, 22 Mar 2014 13:18:43 +0000
obnam (1.7-1) unstable; urgency=low
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index 1efcb8f6..c7fbf940 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -17,7 +17,7 @@
import cliapp
-__version__ = '1.7.1'
+__version__ = '1.7.2'
diff --git a/setup.py b/setup.py
index 4fe124b4..aa4fd237 100644
--- a/setup.py
+++ b/setup.py
@@ -194,7 +194,7 @@ class Check(Command):
setup(name='obnam',
- version='1.7.1',
+ version='1.7.2',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',