summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-03-16 11:29:56 +0000
committerLars Wirzenius <liw@liw.fi>2013-03-16 11:29:56 +0000
commitaf00734da259dc43ee06ff85d32bd8d553907ce8 (patch)
tree6ddce1e7736feb4974d5dc1d58238451e471d1b6
parent8c77f671ad713752c773e0a396dd0d281c577e32 (diff)
downloadobnam-af00734da259dc43ee06ff85d32bd8d553907ce8.tar.gz
Prepare release version 1.4obnam-1.4
-rw-r--r--NEWS2
-rw-r--r--debian/changelog8
-rw-r--r--debian/control16
-rw-r--r--obnamlib/__init__.py2
-rw-r--r--setup.py2
5 files changed, 16 insertions, 14 deletions
diff --git a/NEWS b/NEWS
index 7aa48027..a0fc686b 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ Obnam NEWS
This file summarizes changes between releases of Obnam.
-Version X.Y, released UNRELEASED
+Version 1.4, released 2013-03-16
--------------------------------
* The``ls` command now takes filenames as (optional) arguments, instead
diff --git a/debian/changelog b/debian/changelog
index 321c92c0..8270e0b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-obnam (1.4-1) UNRELEASED; urgency=low
+obnam (1.4-1) unstable; urgency=low
- * Bump python-larch depenency to current version.
+ * New upstream release.
+ * Bump python-larch, python-ttystatus, python-cliapp, summain,
+ and cmdtest depenencies to current versions.
- -- Lars Wirzenius <liw@liw.fi> Tue, 29 Jan 2013 08:42:48 +0000
+ -- Lars Wirzenius <liw@liw.fi> Sat, 16 Mar 2013 11:29:12 +0000
obnam (1.3-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 16f0fbce..78724bf0 100644
--- a/debian/control
+++ b/debian/control
@@ -7,15 +7,15 @@ Standards-Version: 3.9.3
Build-Depends: debhelper (>= 7.3.8),
python-all-dev (>= 2.6.3~3),
python-coverage-test-runner (>= 1.8~),
- python-larch (>= 1.20121216~),
- python-ttystatus (>= 0.19~),
+ python-larch (>= 1.20130316~),
+ python-ttystatus (>= 0.22~),
python-paramiko,
python-tracing (>= 0.6~),
fakeroot,
- python-cliapp (>= 1.20120630~),
+ python-cliapp (>= 1.20130313~),
genbackupdata (>= 1.6~),
- summain (>= 0.17),
- cmdtest (>= 0.3~),
+ summain (>= 0.18),
+ cmdtest (>= 0.6~),
attr
Homepage: http://liw.fi/obnam/
X-Python-Version: >= 2.6
@@ -24,11 +24,11 @@ Package: obnam
Provides: python-obnam
Architecture: linux-any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends},
- python-larch (>= 1.20121216~),
- python-ttystatus (>= 0.19~),
+ python-larch (>= 1.20130316~),
+ python-ttystatus (>= 0.22~),
python-paramiko,
python-tracing (>= 0.6~),
- python-cliapp (>= 1.20120630~)
+ python-cliapp (>= 1.20130313~)
Description: online and disk-based backup application
Obnam makes backups. Backups can be stored on local hard disks, or online
via the SSH SFTP protocol. The backup server, if used, does not require any
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index 7ca785c1..cb091a34 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -17,7 +17,7 @@
import cliapp
-__version__ = '1.3'
+__version__ = '1.4'
diff --git a/setup.py b/setup.py
index 13d851ef..ca01f688 100644
--- a/setup.py
+++ b/setup.py
@@ -135,7 +135,7 @@ class Check(Command):
setup(name='obnam',
- version='1.3',
+ version='1.4',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',