summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-05-30 16:34:43 +0200
committerLars Wirzenius <liw@liw.fi>2012-05-30 16:34:43 +0200
commit6fb1d7c8a1f40db61740fc1c8dddf9151768d8cb (patch)
tree9513092263a04b625982c3fc7f5cb0a4e6ea71a1
parent756b08ffd76f6759d756e8034b47487f2555c91e (diff)
downloadobnam-0.30.tar.gz
Release version 0.30obnam-0.30
-rw-r--r--NEWS4
-rw-r--r--debian/changelog4
-rw-r--r--obnamlib/__init__.py2
-rw-r--r--setup.py2
4 files changed, 7 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 520ad2c0..7e953bb7 100644
--- a/NEWS
+++ b/NEWS
@@ -4,9 +4,11 @@ Obnam NEWS
This file summarizes changes between releases of Obnam.
-Version 0.30, released UNRELEASED; a RELEASE CANDIDATE
+Version 0.30, released 2012-05-30; a RELEASE CANDIDATE
------------------------------------------------------
+Only bug fixes, and only in the test suite.
+
* Fix test case problem when `$TMPDIR` lacks `user_xattr`. The extended
attributes test won't succeed in that case, and it's pointless to run it.
* Fix test case problem when `$TMPDIR` lacks nanosecond timestamps for
diff --git a/debian/changelog b/debian/changelog
index 6ee3cc74..04332038 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-obnam (UNRELEASED-1) UNRELEASED; urgency=low
+obnam (0.30-1) unstable; urgency=low
* New upstream release.
- Fix "FTBFS: xattr test fails if /tmp on tmpfs" by disabling test
@@ -6,7 +6,7 @@ obnam (UNRELEASED-1) UNRELEASED; urgency=low
- Fix "FTBFS: test convert5to6 fails on FS w/o nanosecond resolution"
by ignoring the sub-second portion of the timestamps (Closes: #674834)
- -- Lars Wirzenius <liw@liw.fi> Wed, 30 May 2012 13:59:08 +0200
+ -- Lars Wirzenius <liw@liw.fi> Wed, 30 May 2012 16:34:23 +0200
obnam (0.29-1) unstable; urgency=low
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index 5e06264f..082295a2 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -17,7 +17,7 @@
import cliapp
-__version__ = '0.29'
+__version__ = '0.30'
diff --git a/setup.py b/setup.py
index e8166ae7..c37e0aef 100644
--- a/setup.py
+++ b/setup.py
@@ -135,7 +135,7 @@ class Check(Command):
setup(name='obnam',
- version='0.29',
+ version='0.30',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',