]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
update version and releasenotes
authorEric Bollengier <eric@baculasystems.com>
Tue, 3 May 2022 09:03:43 +0000 (11:03 +0200)
committerEric Bollengier <eric@baculasystems.com>
Tue, 3 May 2022 09:03:43 +0000 (11:03 +0200)
bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h

index a8b2b8a865c612869d0022e70c4eb837c4587591..6ab7594d5cdeb608fc908aad0f1f013fc383b3f4 100644 (file)
@@ -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
index 9575c6313595f5ff83c92b52a3cc113c5e78c52e..43ff6bc11869401f9f366d3e3df0cd9b99c76397 100644 (file)
@@ -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.
index d3f31fed77005fb21ccb90731bb758a2a3c37020..df0ae0a025a385c78c412c025eeae13624d5f1d4 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.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 */