From c70e90ff8ebbcb7030f976d4111b60ada1dec521 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 12 Jun 2002 17:26:54 +0000 Subject: [PATCH] Doc updates git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@40 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/ChangeLog | 7 +++---- bacula/src/version.h | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/bacula/ChangeLog b/bacula/ChangeLog index d53d000b3b..d244d2cbce 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,4 +1,4 @@ -2002-06-xx Release 1.21 +2002-06-12 Release 1.21 - Fixed several problems with filenames being truncated if they contain spaces. Thanks to the user that reported this. - N.B. To get the new queries, after the "make" and @@ -13,8 +13,7 @@ - MUST UPDATE ALL DAEMONS due to protocol change to handle new tape format. - - kes11Jun02: + From kes11Jun02: - Updated examples directory with my most recent config files. - Modified the M_TERM meaning to mean that Bacula has terminated in error without producing a dump. Previously, @@ -39,7 +38,7 @@ - Modified bextract to default to extracting all files (i.e. /). - Cleaned up the code in bextract a bit. - kes03Jun02: + From kes03Jun02: - Improve Verify command to include files examined. - Eliminate fcntl() locking of the console file and replaced it with a pthreads mutex. diff --git a/bacula/src/version.h b/bacula/src/version.h index 05eef0520c..e1b57fda6f 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -1,8 +1,8 @@ /* */ #define VERSION "1.21" #define VSTRING "1" -#define DATE "11 June 2002" -#define LSMDATE "11Jun02" +#define DATE "12 June 2002" +#define LSMDATE "12Jun02" /* Debug flags */ #define DEBUG 1 -- 2.39.5