]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
update version and changelog Release-11.0.5
authorEric Bollengier <eric@baculasystems.com>
Thu, 3 Jun 2021 07:31:55 +0000 (09:31 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 3 Jun 2021 07:31:55 +0000 (09:31 +0200)
bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h

index 392c0ec401289183a18c8784a226017b5e61d988..701ac139b34c7e40617d164cf9c47b2e9df2962e 100644 (file)
@@ -1,3 +1,19 @@
+        ChangeLog for Bacula Enterprise version 11.0.5
+
+
+02Jun21
+ - Update MySQL update procedure for 5.6
+
+01Jun21
+ - Fix compilation
+
+17May21
+ - Fix org#2427 About incorrect handling of empty files with Accurate=yes on 
+  Windows
+
+Bugs fixed/closed since last release:
+2427
+
         ChangeLog for Bacula Enterprise version 11.0.4
 
 29May21
index 4d72b53ff431b56a8e51f49037e43f1929adc8e9..932c40ad72ae3a447bf2f0ae3ede38ae23ebaa22 100644 (file)
@@ -37,6 +37,18 @@ database, be sure to shutdown Bacula and be aware that running the script can
 take some time depending on your database size.
 
 ----------------------------------------------------------------
+Release 11.0.5 03 June 2021
+
+11.0.5 is a minor bug fix release.
+
+ - Fix compilation
+ - Fix org#2427 About incorrect handling of empty files with Accurate=yes on Windows
+ - Update MySQL update procedure for 5.6
+
+Bugs fixed/closed since last release:
+2427
+
+
 Release 11.0.4 28 May 2021
 
 11.0.4 is a minor bug fix release.
index 9bd08d9befd7c8b1842468562e5c00fc83684a7d..5c551ce4bb10161406fe2288125103a4011cb571 100644 (file)
@@ -24,9 +24,9 @@
 #define COMMUNITY 1      /* Define to create a Windows community binary */
 
 /* Note: there can be only *one* VERSION in this file */
-#define VERSION "11.0.4"
-#define BDATE   "29 May 2021"
-#define LSMDATE "29Mar21"
+#define VERSION "11.0.5"
+#define BDATE   "03 June 2021"
+#define LSMDATE "03Jun21"
 
 #define RELEASE 1   /* Use ONLY in rpms */