From: Eric Bollengier Date: Tue, 3 May 2022 09:03:43 +0000 (+0200) Subject: update version and releasenotes X-Git-Tag: Release-13.0.0~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7939365843e08b19bf5f307c0cfcc533b294f21;p=thirdparty%2Fbacula.git update version and releasenotes --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index a8b2b8a86..6ab7594d5 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,3 +1,36 @@ + Changelog for version 11.3.3 + +28Apr22 + - baculum: Fix clearing OAuth2 properties after testing API connection on + security page + - baculum: Fix directing to default page after log in for users with non-admin + roles + +21Apr22 + - Fix compilation on s3 driver + - rpms: Fix org#2633 about log directory not created on Centos7 + - baculum: Add to install wizard pre-defined b*json tool paths for FreeBSD and + older Debian/Ubuntu + +20Apr22 + - baculum: Fix #2661 required parameter PHP error on PHP 8.0 + +29Mar22 + - ReleaseNotes English review. + - Update updatedb scripts + - Fix SQLite update script and add upgrade event + - Fix ReleaseNotes about catalog version (1024) + +28Mar22 + - cloud: remove useless hash checks + - baculum: Fix error calling method_exists() with non-objects on PHP 8 + +25Mar22 + - Fix warning on find_one.c + +Bugs fixed/closed since last release: +2633 2661 + Changelog for version 11.3.2 23Mar22 diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 9575c6313..43ff6bc11 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -37,6 +37,26 @@ database, be sure to shutdown Bacula and be aware that running the script can take some time depending on your database size. ---------------------------------------------------------------- +Release 11.3.3 03 May 2022 + +11.3.3 is a beta release. + + - baculum: Fix clearing OAuth2 properties after testing API connection on security page + - baculum: Fix directing to default page after log in for users with non-admin roles + - baculum: Add to install wizard pre-defined b*json tool paths for FreeBSD and + - baculum: Fix #2661 required parameter PHP error on PHP 8.0 + - baculum: Fix error calling method_exists() with non-objects on PHP 8 + + - rpms: Fix org#2633 about log directory not created on Centos7 + - Update updatedb scripts + + - Fix SQLite update script and add upgrade event + + - cloud: remove useless hash checks + +Bugs fixed/closed since last release: +2633 2661 + Release 11.3.2 21 March 2022 11.3.2 is a beta release. diff --git a/bacula/src/version.h b/bacula/src/version.h index d3f31fed7..df0ae0a02 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.3.2" -#define BDATE "24 March 2022" -#define LSMDATE "24Mar22" +#define VERSION "11.3.3" +#define BDATE "03 May 2022" +#define LSMDATE "03May22" #define RELEASE 1 /* Use ONLY in rpms */