X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=ChangeLog;h=0037fbb2451ca0bc8d9f28b0d309402960fab049;hb=5309070abaddb6c7313afba7bdcc7fb5c11ce994;hp=6c796088d4788ce757117ec886b5991fdc17f919;hpb=b503bb06734bda39ee103d6cbc4aa818def443ba;p=matthijs%2Fupstream%2Fbackupninja-vserver.git diff --git a/ChangeLog b/ChangeLog index 6c79608..0037fbb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,11 @@ version 0.9.3 -- unreleased backupninja changes - backupninja.conf + backupninja.conf . added (commented out) the various default paths to programs such as PGSQLDUMP, so that users can figure out more easily they can customize them + code refactor: + . now uses vservers lib to init vservers support handler changes mysql: . fixed no user defaults file processing @@ -12,6 +14,8 @@ version 0.9.3 -- unreleased #348022, follow-up to #338796) . warn if vsnames or vsinclude is enabled while vservers support is disabled in backupninja.conf + . now works when multiple vservers names are given (separated by space) + in vsnames config variable ninjahelper changes rdiff.helper: . fixed errors in create remote dir @@ -22,8 +26,12 @@ version 0.9.3 -- unreleased ninjahelper: . now reports error if the helper script has a syntax error or bombs out. . code formatting cleanup (three spaces indent) + lib changes + vserver: + . improved VROOTDIR detection + . test in a stricter way the real vservers availability known bugs: - easydialog: + easydialog: . formDisplay does not return exit status. version 0.9.2 -- December 29, 2005