From: Eric Bollengier Date: Fri, 21 May 2021 08:06:28 +0000 (+0200) Subject: Update version and releasenotes X-Git-Tag: Release-11.0.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03e688f05192e4ee403da72d530595ac7be84381;p=thirdparty%2Fbacula.git Update version and releasenotes --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 6776b76df..97afb2e84 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -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 diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 008e63ea9..0c83d1427 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -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. diff --git a/bacula/src/version.h b/bacula/src/version.h index a72c866aa..856dd0ff2 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -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 */