]> git.sur5r.net Git - bacula/bacula/commitdiff
Update ReleaseNotes
authorKern Sibbald <kern@sibbald.com>
Thu, 9 Aug 2007 11:38:24 +0000 (11:38 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 9 Aug 2007 11:38:24 +0000 (11:38 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5319 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ReleaseNotes
bacula/src/dird/ua_restore.c

index c339fb891d2c655995e97bbeddd46ab1d1e46ff0..45d3fcf45cc8858417e9aa5b1745cb7e66443815 100644 (file)
@@ -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
index 7727ff08556ce736db3c83adcd0f6e4ab56829fc..ffae520a02a37cc20f4e6dd9090ddcdc4d694d8c 100644 (file)
@@ -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
    };