]> git.sur5r.net Git - bacula/bacula/commitdiff
kes Update AUTHORs file
authorKern Sibbald <kern@sibbald.com>
Wed, 15 Aug 2007 16:54:21 +0000 (16:54 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 15 Aug 2007 16:54:21 +0000 (16:54 +0000)
kes  Increase the default max concurrent jobs to 20 in FD and SD to
     correspond with the default .conf files.
kes  Rewrite the Win32 service routines.  This eliminates the 3 copies
     some different, of the same file created by RN when porting the
     Win32 SD and Dir.
kes  Rearrange some of the Win32 directories and the placement of the files
     in them.
kes  Set DEVELOPER flag in version.h

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5358 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/AUTHORS
bacula/src/filed/filed_conf.c
bacula/src/stored/stored_conf.c
bacula/src/version.h
bacula/technotes-2.1

index 9764f5648926d28fe302c0a130e93a8a6ec1ee36..93575d2d9e9af1385cf1119bad263d910f5c5241 100644 (file)
@@ -18,6 +18,7 @@ Andreas Piesk
 Andrew Ford
 Arno Lehmann
 Bernd Frick
+Bill Moran
 Carlos A. Molina G
 Carsten Paeth
 Chris Lee
@@ -64,6 +65,7 @@ Morgan
 Nic Bellamy
 Nicolas Boichat
 Olivier Lehmann
+Peter Buschmann
 Peter Eriksson
 Philippe Chauvat
 Phil Stracchino
index 3018ac1efd39ef89a7b694b90d6e422a444585ce..427bc4bcfb6e9ce11aaff2f63d8ecbe42881a7f7 100644 (file)
@@ -96,7 +96,7 @@ static RES_ITEM cli_items[] = {
    {"piddirectory",  store_dir,     ITEM(res_client.pid_directory),     0, ITEM_REQUIRED, 0},
    {"subsysdirectory",  store_dir,  ITEM(res_client.subsys_directory),  0, 0, 0},
    {"scriptsdirectory",  store_dir,  ITEM(res_client.scripts_directory),  0, 0, 0},
-   {"maximumconcurrentjobs", store_pint,  ITEM(res_client.MaxConcurrentJobs), 0, ITEM_DEFAULT, 10},
+   {"maximumconcurrentjobs", store_pint,  ITEM(res_client.MaxConcurrentJobs), 0, ITEM_DEFAULT, 20},
    {"messages",      store_res, ITEM(res_client.messages), R_MSGS, 0, 0},
    {"sdconnecttimeout", store_time,ITEM(res_client.SDConnectTimeout), 0, ITEM_DEFAULT, 60 * 30},
    {"heartbeatinterval", store_time, ITEM(res_client.heartbeat_interval), 0, ITEM_DEFAULT, 0},
index d40e212e0c59f8dfc44786152f6c6e118497fdfd..caace4c9707116bee60162ca31f0b68cb507f8e0 100644 (file)
@@ -75,7 +75,7 @@ static RES_ITEM store_items[] = {
    {"piddirectory",          store_dir,  ITEM(res_store.pid_directory), 0, ITEM_REQUIRED, 0},
    {"subsysdirectory",       store_dir,  ITEM(res_store.subsys_directory), 0, 0, 0},
    {"scriptsdirectory",      store_dir,  ITEM(res_store.scripts_directory), 0, 0, 0},
-   {"maximumconcurrentjobs", store_pint, ITEM(res_store.max_concurrent_jobs), 0, ITEM_DEFAULT, 10},
+   {"maximumconcurrentjobs", store_pint, ITEM(res_store.max_concurrent_jobs), 0, ITEM_DEFAULT, 20},
    {"heartbeatinterval",     store_time, ITEM(res_store.heartbeat_interval), 0, ITEM_DEFAULT, 0},
    {"tlsenable",             store_bit,     ITEM(res_store.tls_enable), 1, 0, 0},
    {"tlsrequire",            store_bit,     ITEM(res_store.tls_require), 1, 0, 0},
index 06413385b7a88fcdfc7a9257bca362c68a76a31e..c3ba21d46b94fe13fb8be1f4c31e48668ff542bc 100644 (file)
@@ -3,9 +3,9 @@
  */
 
 #undef  VERSION
-#define VERSION "2.2.0"
-#define BDATE   "08 August 2007"
-#define LSMDATE "08Aug07"
+#define VERSION "2.3.0"
+#define BDATE   "15 August 2007"
+#define LSMDATE "15Aug07"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2007"       /* year for copyright messages in progs */
index 0183f968fff91054e6877b96eb0849307a3ca28c..a0a5ba0a0eb6c6ed0098ac5ebac2bcf9d1a31797 100644 (file)
@@ -1,6 +1,19 @@
-              Technical notes on version 2.1
+              Technical notes on version 2.3
 
 General:
+15Aug07
+kes  Update AUTHORs file
+kes  Increase the default max concurrent jobs to 20 in FD and SD to
+     correspond with the default .conf files.
+kes  Rewrite the Win32 service routines.  This eliminates the 3 copies
+     some different, of the same file created by RN when porting the 
+     Win32 SD and Dir.
+kes  Rearrange some of the Win32 directories and the placement of the files
+     in them.
+kes  Set DEVELOPER flag in version.h
+
+========================================================================
+Release Version 2.2.0
 09Aug07
 kes  Apply a second doc patch from Marc.
 kes  Apply a doc patch from Marc Schiffbauer <marc@schiffbauer.net> that