]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
update version and releasenotes
authorbsbuild <bsbuild@r20>
Fri, 28 May 2021 13:12:55 +0000 (15:12 +0200)
committerbsbuild <bsbuild@r20>
Fri, 28 May 2021 13:12:55 +0000 (15:12 +0200)
bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h

index 97afb2e842bb095589f8049a68bd730ba55f2acf..6a62432231a8263a5aa5a14dc7940d1e0ef8ad0c 100644 (file)
@@ -1,3 +1,12 @@
+        ChangeLog for Bacula Enterprise version 11.0.4
+
+28May21
+ - baculum: Update script version
+ - Fix org#2618 Disable fix on bvfs_get_jobids() temporarily
+
+Bugs fixed/closed since last release:
+2618
+
         ChangeLog for Bacula Enterprise version 11.0.3
 
 21May21
index 0c83d142705e96fc3cf9d761f567dff82d517e17..46f4b26afaba8001e0986ff21b69c90b1489fb2c 100644 (file)
@@ -37,6 +37,16 @@ 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.4 28 May 2021
+
+11.0.4 is a minor bug fix release.
+
+ - baculum: Update script version
+ - Fix org#2618 Disable fix on bvfs_get_jobids() temporarily
+
+Bugs fixed/closed since last release:
+2618
+
 Release 11.0.3 21 May 2021
 
 11.0.3 is a minor bug fix release.
index 856dd0ff26ee25a044ebf2f4ac59a9298db65c72..74295b9398fa13e232ba5c4119920be747c228a7 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.3"
-#define BDATE   "21 May 2021"
-#define LSMDATE "21Mar21"
+#define VERSION "11.0.4"
+#define BDATE   "28 May 2021"
+#define LSMDATE "28Mar21"
 
 #define RELEASE 1   /* Use ONLY in rpms */