From: Kern Sibbald Date: Fri, 13 Mar 2009 20:53:36 +0000 (+0000) Subject: Technotes tweaks X-Git-Tag: Release-3.0.0~167 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e312691d6c19428d3fb36c782f6bdb71d487315e;p=bacula%2Fbacula Technotes tweaks git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8525 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 0cd7bd0c3e..592405991d 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -3,6 +3,9 @@ Bacula code: Total files = 522 Total lines = 204,340 (*.h *.c *.in) +The diff between 2.4.4 and 2.5.x is 208,340 lines, so this release +represents an enormous effort. + This Director and Storage daemon must be upgraded at the same time, but they should be compatible with all 2.4.x File daemons, unless you use some of the new features that affect the FD. In other words, you should diff --git a/bacula/src/c b/bacula/src/c index 2e4f63875e..c6ccf98519 100644 --- a/bacula/src/c +++ b/bacula/src/c @@ -1,7 +1,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2008-2008 Free Software Foundation Europe e.V. + Copyright (C) 2009-2009 Free Software Foundation Europe e.V. The main author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. diff --git a/bacula/src/version.h b/bacula/src/version.h index 6b163e7b0d..be691d4735 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,7 +3,7 @@ */ #undef VERSION -#define VERSION "2.5.41" +#define VERSION "2.5.42" #define BDATE "12 March 2009" #define LSMDATE "12Mar09" diff --git a/bacula/technotes-2.5 b/bacula/technotes-2.5 index 77a7214d9e..b16cb7be7f 100644 --- a/bacula/technotes-2.5 +++ b/bacula/technotes-2.5 @@ -16,13 +16,21 @@ Item 27: make changing "spooldata=yes|no" possible for Item 28: Implement an option to modify the last written date for volumes Item n: Split documentation into several books +New techical changes: +libtool +plugins +bpipe fd plugin +Exchange plugin + + New features to be documented: +Update src/plugins/README command separator in console (!$%&'()*+,-/:;<>?[]^`{|}~) examples/database/dbcheck.sql enhancement to wait command: wait mount ... dbport in dbcheck filepattern (restore with regex in bsr) -mixed priorities +Allow Mixed Priorities Eliminated license problems with OpenSSL. Code to be completed before 3.0.0 is released: