From: Kern Sibbald Date: Thu, 9 Aug 2007 11:38:24 +0000 (+0000) Subject: Update ReleaseNotes X-Git-Tag: Release-2.2.0~16 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f2163b53b6c961a9b6cf69bbe447523353da38f2;p=bacula%2Fbacula Update ReleaseNotes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5319 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index c339fb891d..45d3fcf45c 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -2,6 +2,7 @@ Release Notes for Bacula 2.2.0 Bacula code: Total files = 520 Total lines = 195,550 (*.h *.c *.in) + 82 new files, 41,221 new lines of code, 208,380 lines of change from 2.0.3 This Director and Storage daemon must be upgraded at the same time, but they should be compatible with all 2.0.x File daemons, unless you @@ -54,6 +55,40 @@ The major new features are: - License is now GPL v2 without modifications, fix a few copyright mistakes made when adding FSFE copyright notice. +New ./configure options: +- --enable-bwx-console +- --enable-bat +- --with-qwt= +- --with-db-name= +- --with-db-user= +- --enable-batch-insert + +New bconsole commands: +- exec +- memory +- update recyclepool +- .sql +- .api +- .pwd (in restore tree) +- restoreclient (keyword) +- backupclient (keyword) +- regexwhere (keyword) +- update jobid (new command) +- recyclepool (keyword) + +New directives: +- Heartbeat Interval (bconsole.conf) +- Heartbeat Interval (bacula-dir.conf in Director, Client, Storage) +- TLS Allowed CN (bacula-dir.conf in Client) +- Regex Where (bacula-dir.conf in Job) +- Strip Prefix (bacula-dir.conf in Job) +- Add Prefix (bacula-dir.conf in Job) +- Add Suffex (bacula-dir.conf in Job) +- Recycle Pool (bacula-dir.conf in Pool) +- FailJobOnError (bacula-dir.conf in RunScript) +- CheckFileChanges (bacula-dir.conf in FileSet) +- StripPath (bacula-dir.conf in FileSet) + Other features or bug fixes: - Fixed bugs: 916, 910, 917, 914, 906, 907, 842, 830, 893, 861, 888, 886, 807, 877, 872 diff --git a/bacula/src/dird/ua_restore.c b/bacula/src/dird/ua_restore.c index 7727ff0855..ffae520a02 100644 --- a/bacula/src/dird/ua_restore.c +++ b/bacula/src/dird/ua_restore.c @@ -441,7 +441,7 @@ static int user_select_jobids_or_files(UAContext *ua, RESTORE_CTX *rx) "add_prefix", /* 16 */ "add_suffix", /* 17 */ "regexwhere", /* 18 */ - "clientrestore", /* 19 */ + "restoreclient", /* 19 */ NULL };