From: Kern Sibbald Date: Wed, 8 Jan 2003 16:13:28 +0000 (+0000) Subject: Update X-Git-Tag: Release-1.29~46 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e548152ce2497b0c256d3764ae00b39c2d422068;p=bacula%2Fbacula Update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@274 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index f7688f5920..fbb6ade4a8 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,3 +1,5 @@ + +============================================================================= 2003-01-05 Version 1.28a released - Corrected a typo of working_directory in bacula-dir.conf reported by James MacLean. @@ -5,9 +7,11 @@ being quoted before going into the database. Many thanks to James MacLean for reporting this. +============================================================================= 2003-01-05 Version 1.28a released - Corrected a missing quote in bacula-dir.conf reported by James MacLean +============================================================================= 2003-01-05 Version 1.28 released General: - Implemented Bare Metal Recovery for Linux and manual procedures for Solaris diff --git a/bacula/kernstodo b/bacula/kernstodo index 61e606e727..cf9d01154f 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -1,10 +1,13 @@ Kern's ToDo List - 04 January 2003 + 07 January 2003 Documentation to do: (a little bit at a time) - Document running a test version. - Document query file format. - Document static linking +- Document fixing tape file after crash (update Media set VolFiles=xx + where MediaId=yy; update status to append). + Testing to do: (painful) - that console command line options work diff --git a/bacula/src/version.h b/bacula/src/version.h index f2f26dfc96..6e27719cb1 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -1,8 +1,8 @@ /* */ -#define VERSION "1.28b" +#define VERSION "1.29" #define VSTRING "1" -#define DATE "6 January 2003" -#define LSMDATE "06Jan03" +#define DATE "8 January 2003" +#define LSMDATE "08Jan03" /* Debug flags */ #define DEBUG 1