]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak version and Release Notes Release-7.0.4
authorKern Sibbald <kern@sibbald.com>
Tue, 3 Jun 2014 08:28:41 +0000 (10:28 +0200)
committerKern Sibbald <kern@sibbald.com>
Tue, 3 Jun 2014 08:28:41 +0000 (10:28 +0200)
bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h

index 1aacbe11b38287745988b70955bb2b396bb71bc0..5b97b5d8ad480d8b075285dd5464709ba26e4020 100644 (file)
@@ -1,4 +1,20 @@
-              Changelog on version 7.0.3
+              Changelog on version 7.0.4
+
+Release version 7.0.4
+02Jun14
+ - Better error handling for cancel command
+
+01Jun14
+ - Fix compiler warning + simplify some #ifdefs
+
+22May14
+ - Fix copy/migration to second SD
+
+19May14
+ - Fix calls to sl.set_string()
+ - Improve sellist code
+
+=====
 
 Release version 7.0.3
 12May14
index ea6bf199a55ace0c400277551b6fcf985f93797f..074c541509be270fc0efefe7ebd2231a4fd5f9a2 100644 (file)
@@ -1,6 +1,22 @@
 
-               Release Notes for Bacula 7.0.3
+               Release Notes for Bacula 7.0.4
 
+Release version 7.0.4
+This is a bug fix release to version 7.0.3.  We recommend that
+everyone upgrade to this version.
+
+The main fixes are to make copy/migration to a second SD work, and
+to cleanup some of the inconsistencies in the cancel command which 
+could confuse the user.
+
+02Jun14
+ - Better error handling for cancel command
+ - Fix compiler warning + simplify some #ifdefs
+ - Fix copy/migration to second SD
+ - Fix calls to sl.set_string()
+ - Improve sellist code
+
+=============================================================
 Release version 7.0.3
 This is a bug fix release to version 7.0.2. We recommend that
 everyone using version 7.0.2 upgrade to this version.
index f0cb73eaa8eedbd35e6fe9d3314a793fb0bb86c2..f157a3b3ace8fa1b1170f874201178e0c0b33b07 100644 (file)
@@ -1,8 +1,8 @@
 
 #undef  VERSION
 #define VERSION "7.0.4"
-#define BDATE   "22 May 2014"
-#define LSMDATE "22May14"
+#define BDATE   "04 June 2014"
+#define LSMDATE "04Jun14"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2014 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2014"       /* year for copyright messages in progs */