diff options
author | intrigeri <intrigeri@boum.org> | 2012-06-15 20:44:12 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2012-06-15 20:44:33 +0200 |
commit | 803cca309c9dad189331b834ecbb28c14d4a6452 (patch) | |
tree | 8fdfaeb05ecaf7ad4d5035e9e112f5b94b8f2363 /debian | |
parent | 87fafa017b855b1aa665ff600a5ca7483091b120 (diff) | |
download | backupninja-803cca309c9dad189331b834ecbb28c14d4a6452.tar.gz backupninja-803cca309c9dad189331b834ecbb28c14d4a6452.tar.bz2 |
Releasing backupninja (1.0-1) to Debian unstable
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 50df946..0aa4ed9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +backupninja (1.0-1) unstable; urgency=low + + * The "Happy Birthdays!" release. + * Imported Upstream version 1.0: + - handler changes + mysql: + . Use --skip-events when backing up the performance_schema + database. (Closes: #673572) + rsync: + . Generate excludes command-line snippet the same way as + the duplicity handler does. + . Run rsync command-line through a shell, so that single-quotes + around excludes are interpreted (Closes: #677410) + sys: + . Don't execute /usr/bin/lspci or /sbin/modinfo + when $hardware == "no". + - backupninja changes + . Make it clear what lockfile could not be acquired, if any. + + -- intrigeri <intrigeri@debian.org> Fri, 15 Jun 2012 20:41:55 +0200 + backupninja (1.0~rc1-1) unstable; urgency=low * Imported Upstream version 1.0-rc1 |