aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-06-24 16:53:58 +0200
committerintrigeri <intrigeri@boum.org>2010-06-24 16:53:58 +0200
commit40155781065eb7254eb9fc9c48bd85b0b8ace4c0 (patch)
treeaaaf8d87e5f205289675c4bc38530dd66ea766aa /ChangeLog
parent9179c59b50ddf1a8e11817924df7f589a76500b4 (diff)
downloadbackupninja-40155781065eb7254eb9fc9c48bd85b0b8ace4c0.tar.gz
backupninja-40155781065eb7254eb9fc9c48bd85b0b8ace4c0.tar.bz2
Fix code logic to make dbusername/dbpassword actually usable (Closes Redmine bug #2264)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8dec95c..dd8f605 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,8 @@ version 0.9.8 -- UNRELEASED
mysql:
. Don't lock tables in the information_schema database
(Closes: #587011)
+ . Fix code logic to make dbusername/dbpassword actually usable
+ (Closes Redmine bug #2264)
doc changes
manpage:
. Fix typo in manpage (Closes: #583778)