]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
update version and changelog Release-11.0.4
authorEric Bollengier <eric@baculasystems.com>
Sat, 29 May 2021 09:31:32 +0000 (11:31 +0200)
committerEric Bollengier <eric@baculasystems.com>
Sat, 29 May 2021 09:32:39 +0000 (11:32 +0200)
bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h

index 6a62432231a8263a5aa5a14dc7940d1e0ef8ad0c..392c0ec401289183a18c8784a226017b5e61d988 100644 (file)
@@ -1,5 +1,8 @@
         ChangeLog for Bacula Enterprise version 11.0.4
 
+29May21
+ - Improve MySQL Dump procedure
+
 28May21
  - baculum: Update script version
  - Fix org#2618 Disable fix on bvfs_get_jobids() temporarily
index 46f4b26afaba8001e0986ff21b69c90b1489fb2c..4d72b53ff431b56a8e51f49037e43f1929adc8e9 100644 (file)
@@ -43,6 +43,7 @@ Release 11.0.4 28 May 2021
 
  - baculum: Update script version
  - Fix org#2618 Disable fix on bvfs_get_jobids() temporarily
+ - Improve MySQL upgrade procedure
 
 Bugs fixed/closed since last release:
 2618
index 74295b9398fa13e232ba5c4119920be747c228a7..9bd08d9befd7c8b1842468562e5c00fc83684a7d 100644 (file)
@@ -25,8 +25,8 @@
 
 /* Note: there can be only *one* VERSION in this file */
 #define VERSION "11.0.4"
-#define BDATE   "28 May 2021"
-#define LSMDATE "28Mar21"
+#define BDATE   "29 May 2021"
+#define LSMDATE "29Mar21"
 
 #define RELEASE 1   /* Use ONLY in rpms */