From b3dd479d8b790e2bd626b7c68c1de2cc5d832cf8 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 5 Jan 2009 11:06:44 +0000 Subject: [PATCH] Final changes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8314 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/ChangeLog | 18 ++++++++++++++++++ bacula/ReleaseNotes | 22 ++++++---------------- bacula/src/version.h | 2 +- bacula/technotes-2.5 | 3 +++ 4 files changed, 28 insertions(+), 17 deletions(-) diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 096905b172..06ac3047d6 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -2,6 +2,24 @@ General: +Beta Release 2.5.28-b1 +02Jan09 +kes Fix annoying compiler warnings in console/conio.c +kes Fix win32 build (depended whether or not ./configure was run). +28Dec08 +kes Apply fix suggested by Bruno Friedmann to configure.in to + find python2.5 +26Dec08 +kes Turn on Eric's match_bsr tape block checking code. +kes Correct values used for tape block numbers in record.c. +23Dec08 +ebl Fix a problem with PoolUncopiedJobs option which was broken + by the new JT_JOB_COPY type. +kes Fix bug #1206 -- Error: sql_update.c:194, which was probably + caused by the user modifying the Bacula DB schema. +kes Remove rogue line of C code. +kes Fix bug #1208 + Beta Release Version 2.5.26 20Dec08 kes Correct typo in Win32 Makefile editing diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 6d54016e3c..ec6b964581 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,5 +1,5 @@ - Release Notes for Bacula 2.5.26 + Release Notes for Bacula 2.5.28 Bacula code: Total files = 522 Total lines = 203,305 (*.h *.c *.in) @@ -16,21 +16,9 @@ to generate the Bacula libraries as shared objects rather than being directly linked in as in prior versions. This means that the Bacula shared objects, must either be in a shared object directory known to the loader or they must be in the directory -that may be specified on the ./configure line using the ---libdir option as: - - ./configure --libdir=/full-path/dir - -the default /lib. If --libdir is specified, there should be -no need to modify your loader configuration provided that -the shared objects are installed in that directory (Bacula -does this with the make install command). The shared objects -that Bacula references are: - -libbaccfg.so -libbacfind.so -libbacpy.so -libbac.so +where the Bacula binaries are installed. It is also possible +to explicitly specify the libraries directory on the ./configure +line (--libdir=/full-path/dir), but this should not be necessary. If you have problems with libtool or you wish to use the old way of building static libraries, you can do so by disabling @@ -50,3 +38,5 @@ some but not all the new features (we are still working on it): http://www.bacula.org/manuals/en/concepts/concepts/New_Features.html The ChangeLog has more details. + + diff --git a/bacula/src/version.h b/bacula/src/version.h index f92c69c81d..de3ca1bcbd 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,7 +3,7 @@ */ #undef VERSION -#define VERSION "2.5.28" +#define VERSION "2.5.28-b1" #define BDATE "04 January 2009" #define LSMDATE "04Jan09" diff --git a/bacula/technotes-2.5 b/bacula/technotes-2.5 index c25e6d3dea..aaff9c8bde 100644 --- a/bacula/technotes-2.5 +++ b/bacula/technotes-2.5 @@ -10,6 +10,7 @@ filepattern (restore with regex in bsr) mixed priorities General: +Beta Release 2.5.28-b1 02Jan09 kes Fix annoying compiler warnings in console/conio.c kes Fix win32 build (depended whether or not ./configure was run). @@ -26,6 +27,8 @@ kes Fix bug #1206 -- Error: sql_update.c:194, which was probably caused by the user modifying the Bacula DB schema. kes Remove rogue line of C code. kes Fix bug #1208 + +Beta Release 2.5.16-b1 20Dec08 ebl Work on copy jobs - Add "list copies" command -- 2.39.5