aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-11-07 13:07:26 +0100
committerintrigeri <intrigeri@boum.org>2010-11-07 13:07:26 +0100
commit13f247afebde199ffb03d23e8662d362d5681ca6 (patch)
treeb8858b83adc18b09e3822f78f517473a09d45878 /ChangeLog
parent0b60b58153f352e6f0c7e8f52b0824720c2a4c05 (diff)
downloadbackupninja-13f247afebde199ffb03d23e8662d362d5681ca6.tar.gz
backupninja-13f247afebde199ffb03d23e8662d362d5681ca6.tar.bz2
Fix reliance on bash for pipefail. (Closes: #602374)
Thanks to Sergio Talens-Oliag <sto@debian.org> for the bug report and patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7bf585..8bcdc6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,10 +8,17 @@ version 0.9.9 -- UNRELEASED
(Closes Roundup bug #598)
. Remove support for duplicity < 0.4.4. Even etch-backports has
a newer one.
+ ldap:
+ . Fix reliance on bash for pipefail.
+ mysql:
+ . Fix reliance on bash for pipefail.
+ Thanks to Sergio Talens-Oliag <sto@debian.org> for the patch.
+ (Closes: #602374)
postgresql:
. Support various pg_dump formats in addition to pg_dumpall.
Thanks to Jacob Anawalt <jlanawalt@gmail.com> for the patch.
(Closes Roundup bug #2534)
+ . Fix reliance on bash for pipefail.
rdiff:
. Support reading include/exclude patterns from files using the
"include @/etc/backup_includes" syntax (Closes Roundup bug