]> git.sur5r.net Git - bacula/bacula/commitdiff
Doc updates
authorKern Sibbald <kern@sibbald.com>
Wed, 12 Jun 2002 17:26:54 +0000 (17:26 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 12 Jun 2002 17:26:54 +0000 (17:26 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@40 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ChangeLog
bacula/src/version.h

index d53d000b3b96e6cb61b63c01a941467216bf4b44..d244d2cbce9994a8ad7aa906b487e75f724af3ad 100644 (file)
@@ -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.
index 05eef0520cb56662827752a10d3c88859407b57c..e1b57fda6f81ecc576f154cbf52f652766422ee0 100644 (file)
@@ -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