diff options
author | intrigeri <intrigeri@boum.org> | 2011-05-15 19:49:08 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2011-05-15 19:49:08 +0200 |
commit | 96f482790afeda70bcb1cc0a48af5916ae8370dc (patch) | |
tree | c912cc3932d2edfd63daa21d1a215ddea7081590 | |
parent | ed65ab5df4a9d204c6ad09635e4b6e10bd7b4876 (diff) | |
download | backupninja-96f482790afeda70bcb1cc0a48af5916ae8370dc.tar.gz backupninja-96f482790afeda70bcb1cc0a48af5916ae8370dc.tar.bz2 |
Preparing debian/changelog for backupninja 0.9.9-1 package.
-rw-r--r-- | debian/changelog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 650fd19..3a16434 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,32 @@ +backupninja (0.9.9-1) UNRELEASED; urgency=low + + * New upstream release + . Use locking to avoid running concurrent instances of the same + backup action. (Closes: #511300) + . Stop using "local VAR" outside functions. (Closes: #530647) + . Fix duplicity TMPDIR vs. --tempdir usage. + . Remove support for duplicity < 0.4.4. Even etch-backports has + a newer one. + . Now support remove-all-inc-but-n-full command for duplicity >= + 0.9.10 to allow removal of increments for older full backups. + (Closes: #603478) + . Fix reliance on bash for pipefail in ldap, mysql and postgresql + handlers. (Closes: #602374) + . Support various PostgreSQL dump formats in addition to pg_dumpall. + . Support reading rdiff include/exclude patterns from files. + . Fix long rsync rotation. + . Make usage of units clearer everywhere needed. + . Do arithmetic using bash rather than bc in rsync handler + (Closes: #603173) + . Fix hwinfo and gathering of information about loaded modules in + sys handler. + . Install tar handler and helper. + . Support separate signing key in Duplicity helper. + . Generate 4096 bits RSA keys, recommend doing so in the + documentation. + + -- Micah Anderson <micah@riseup.net> Sun, 15 May 2011 19:40:34 +0200 + backupninja (0.9.8.1-1) unstable; urgency=low * Do not error out when no job is configured. Thanks to Jordi Mallach |