]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
update version and changelog
authorEric Bollengier <eric@baculasystems.com>
Thu, 2 Jun 2022 07:55:40 +0000 (09:55 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 2 Jun 2022 07:55:40 +0000 (09:55 +0200)
bacula/ChangeLog
bacula/src/version.h

index b3b4695d421b7d732866f0b25fbf7420b436a62c..0bf1b9d89aac19393bc1d4943687a1f449ab20d4 100644 (file)
@@ -1,9 +1,46 @@
         Changelog for version 11.3.3
 
+01Jun22
+ - win32: Update to OpenSSL 1.1.1o
+
+27May22
+ - Fix query SQL provided in sample-query.sql
+
+25May22
+ - Fix segfault with new update packet
+
+23May22
+ - Skip storage daemon detection if the information is not available in the 
+  BSR
+ - Do not add an empty Storage line when generating the BSR
+
+22May22
+ - baculum: Fix #2667 keep original fileset options order
+
+19May22
+ - snapshot: Adapt for BTRFS 5.17
+
+18May22
+ - snapshot: Fix snapshot delete/prune command
+ - snapshot: Fix #9143 About snapshot not properly stored in the catalog
+ - snapshot: Add support for new LVM 2.03.15
+ - Fix ./configure error with test-cpp.c
+
+17May22
+ - Fix #9127 About incorrect handling of the new Accurate 'o' option with 
+  multiple incremental jobs. Add support for ACL updates
+ - Add retry debug information to storage daemon find_next_volume process
+
+13May22
+ - Fix #9125 About issue with AllowFDConnections and very high debug level
+
+12May22
+ - Fix #9116: copy job missuses the client->FdStorageAddress directive
+
 03May22
- - Fix org#2662 About SQLite migration script issue
  - Fix org#2658 About segfault with bsdjson with incorrect parameters
  - Fix org#2659 Install dbcheck and bsmtp in 755
+ - Fix org#2662 About SQLite migration script issue
 
 28Apr22
  - baculum: Fix clearing OAuth2 properties after testing API connection on 
@@ -34,7 +71,7 @@
  - Fix warning on find_one.c
 
 Bugs fixed/closed since last release:
-2633 2661
+2633 2658 2659 2661 2662 2667 9116 9125 9127 9143
 
         Changelog for version 11.3.2
 
index df0ae0a025a385c78c412c025eeae13624d5f1d4..97973a692785a2c90cb0f6e870a703b2ace2d9dc 100644 (file)
@@ -25,8 +25,8 @@
 
 /* Note: there can be only *one* VERSION in this file */
 #define VERSION "11.3.3"
-#define BDATE   "03 May 2022"
-#define LSMDATE "03May22"
+#define BDATE   "02 June 2022"
+#define LSMDATE "02Jun22"
 
 #define RELEASE 1   /* Use ONLY in rpms */