]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Update version and releasenotes Release-11.0.3
authorEric Bollengier <eric@baculasystems.com>
Fri, 21 May 2021 08:06:28 +0000 (10:06 +0200)
committerEric Bollengier <eric@baculasystems.com>
Fri, 21 May 2021 08:06:28 +0000 (10:06 +0200)
bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h

index 6776b76dfb9abf9d6a98098afc7d4b998ea6da8d..97afb2e842bb095589f8049a68bd730ba55f2acf 100644 (file)
@@ -1,3 +1,81 @@
+        ChangeLog for Bacula Enterprise version 11.0.3
+
+21May21
+ - Enhance the update_mysql_tables script
+
+19May21
+ - docs: Fix #7657 Enhance the FSType description
+ - docs: Fix #7659 About EnhancedWild fileset directive documentation
+
+17May21
+ - Fix org#2442 About the check of the Control Device during startup
+
+07May21
+ - Fix stored/Makefile.in to install cloud driver object with cloud targets
+ - Fix various default permissions
+
+30Apr21
+ - docs: Fix org#2578 About missing "restore directory=xxx" keyword documentation
+ - Fix org#2605 About incorrect message in restore command
+
+29Apr21
+ - baculum: Update Russian translations
+ - baculum: Restore wizard improvements
+
+24Apr21
+ - baculum: Fix sub-tabs on client and on storage pages
+
+21Apr21
+ - baculum: Add autochanger management section and improve few other texts
+
+20Apr21
+ - baculum: Fix #2592 logout button on Safari web browser
+ - baculum: Add example working directory path in API install wizard
+ - baculum: Add component action (start/stop/restart) buttons to client and 
+  storage pages
+
+19Apr21
+ - baculum: Update documentation chapter and screenshots
+ - baculum: Update Portuguese translations
+
+18Apr21
+ - baculum: Add new device interface definition to Baculum OpenAPI documentation
+ - baculum: Fix double device error code number
+
+17Apr21
+ - baculum: Implement support for assigning multiple API hosts to one user
+ - baculum: Use catalog access in changer listall endpoint only if it is configured 
+  on API host
+
+15Apr21
+ - baculum: Fix opening update slots window reported by Hector Barrera
+
+08Apr21
+ - baculum: Update Russian translations
+
+06Apr21
+ - baculum: Update Portuguese translations
+
+04Apr21
+ - baculum: Implement autochanger management
+
+02Apr21
+ - Fix org#2604 About columns alignment of 'Terminated Jobs' section
+
+31Mar21
+ - docs: Add information about the git branch used with Bacula
+
+30Mar21
+ - Remove unused bsparse tool to avoid compilation error messages
+ - Fix compilation for check_bacula.c reported by Dan
+
+19Feb21
+ - Fix org#2500 .bvfs_get_jobids jobid=X must return X in the list
+ - Check if char **jobid parameter is NULL before to modify it in bvfs_parse_arg_version()
+
+Bugs fixed/closed since last release:
+2442 2500 2578 2592 2604 2605 7657 7659
+
         ChangeLog for Bacula Enterprise version 11.0.2
 
 
index 008e63ea96b1ee47c8aec6a000b1c9f2d0b90453..0c83d142705e96fc3cf9d761f567dff82d517e17 100644 (file)
@@ -37,6 +37,46 @@ 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.3 21 May 2021
+
+11.0.3 is a minor bug fix release.
+
+ - Check if char **jobid parameter is NULL before modifying it in bvfs_parse_arg_version()
+ - Enhance the update_mysql_tables script
+ - Fix compilation of check_bacula.c reported by Dan
+ - Fix org#2442 About the check of the Control Device during startup
+ - Fix org#2500 .bvfs_get_jobids jobid=X must return X in the list
+ - Fix org#2604 About column alignment of 'Terminated Jobs' section
+ - Fix org#2605 About incorrect messages in restore command
+ - Fix stored/Makefile.in to install cloud driver object with cloud targets
+ - Fix various default permissions
+
+ - baculum: Add autochanger management section and improve few other texts
+ - baculum: Add component action (start/stop/restart) buttons to client and 
+  storage pages
+ - baculum: Add example working directory path in API install wizard
+ - baculum: Add new device interface definition to Baculum OpenAPI documentation
+ - baculum: Fix #2592 logout button on Safari web browser
+ - baculum: Fix double device error code number
+ - baculum: Fix opening update slots window reported by Hector Barrera
+ - baculum: Fix sub-tabs on client and on storage pages
+ - baculum: Implement autochanger management
+ - baculum: Implement support for assigning multiple API hosts to one user
+ - baculum: Restore wizard improvements
+ - baculum: Update Portuguese translations
+ - baculum: Update Russian translations
+ - baculum: Update documentation chapter and screenshots
+ - baculum: Use catalog access in changer listall endpoint only if it is configured on API host
+
+ - docs: Add information about the git branch used with Bacula
+ - docs: Fix #7657 Enhance the FSType description
+ - docs: Fix #7659 About EnhancedWild fileset directive documentation
+ - docs: Fix org#2578 About missing "restore directory=xxx" keyword documentation
+
+Bugs fixed/closed since last release:
+2442 2500 2578 2592 2604 2605 7657 7659
+
+
 Release 11.0.2 26 March 2021
 
 11.0.2 is a minor bug fix release.
index a72c866aa512e9243cb4e5f9631610f079087e10..856dd0ff26ee25a044ebf2f4ac59a9298db65c72 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.2"
-#define BDATE   "26 March 2021"
-#define LSMDATE "26Mar21"
+#define VERSION "11.0.3"
+#define BDATE   "21 May 2021"
+#define LSMDATE "21Mar21"
 
 #define RELEASE 1   /* Use ONLY in rpms */