]> git.sur5r.net Git - bacula/bacula/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Wed, 8 Jan 2003 16:13:28 +0000 (16:13 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 8 Jan 2003 16:13:28 +0000 (16:13 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@274 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ChangeLog
bacula/kernstodo
bacula/src/version.h

index f7688f59206dea59662b58f7b4c3aef849e109a9..fbb6ade4a8308ea708edd23944351d35e570be5d 100644 (file)
@@ -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
index 61e606e7275c2724f348af5929fb9f6c42e0224f..cf9d01154f7b3f8da150a1cb4f4ea176679ad244 100644 (file)
@@ -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
index f2f26dfc96269c31f5aa05a338fbea79a958cee5..6e27719cb1c95a1df9e6a81469a2facb3d085ca0 100644 (file)
@@ -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