]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Update ChangeLog and ReleaseNotes Release-9.4.2
authorKern Sibbald <kern@sibbald.com>
Mon, 4 Feb 2019 15:07:51 +0000 (16:07 +0100)
committerKern Sibbald <kern@sibbald.com>
Mon, 4 Feb 2019 15:07:51 +0000 (16:07 +0100)
bacula/ChangeLog
bacula/ReleaseNotes

index bb3cb9eada15fdf0b410ebd30bf62a6f1b97ebe6..03dd52b2f4084a97cbb2ef5ec7616da06cd6ccd6 100644 (file)
@@ -1,5 +1,53 @@
-              Changelog on version 9.4.1
+              Changelog on version 9.4.2
 
+Release 9.4.2
+
+
+04Feb19
+ - Change create_postgresql_database.in script to be more flexible
+ - Implement eliminate verify records in dbcheck bug #2434
+ - Enhance verify-voltocat-test to detect comparing deleted files
+ - Fix bug #2452 VerifyToCatalog reports deleted files as being new
+ - Use correct quoting for a character -- fixes previous patch
+
+03Feb19
+ - Recompile configure.in
+ - Apply Carsten's multiarch patch fixes bug #2437
+ - Apply Carsten's patch for adding CPPFLAGS to tools/gigaslam.c compile
+ - Allow . to terminate sql queries prompts
+
+02Feb19
+ - baculum: Update Baculum API OpenAPI documentation
+
+29Jan19
+ - Fix rwlock_test unittest bug #2449 Only call thr_setconcurrency if it's 
+  available. Fix order of linking and installation.
+ - FixFix spelling errors found by lintian by Carston in bug #2436
+ - Apply chmods from Leo in bug #2445
+
+28Jan19
+ - Add license files LICENSE and LICENSE-FOSS to the regression directory
+
+27Jan19
+ - Display daemon pid in .apiV2 status output
+ - Attempt to ensure that ctest job output gets uploaded
+ - Apply varargs patch from Martin for bug 2443
+ - Apply recv() hide patch from Martin
+ - Fix lz4.c register compilation from bug #2443
+
+25Jan19
+ - dbcheck: Improve error message when trying to prune Path records with BVFS is 
+  used.
+
+24Jan19
+ - Update cdash for version 9.4
+
+Bugs fixed/closed since last release:
+2434 2436 2437 2443 2445 2449 2452
+
+
+======================================================
+Release 9.4.1
 21Dec18
  - Remove register attribute on variables as it is not supported by newer C++ 
   compilers
index 8b12656219f623ad9b66124773ecf87dcdcceed6..4db2c6ea0c8cd0f827269e5cb08e47b5e4ae475e 100644 (file)
@@ -1,5 +1,50 @@
 
-               Release Notes for Bacula 9.4.1
+               Release Notes for Bacula 9.4.2
+
+Release 9.4.2
+
+This is a bug fix release for version 9.4.1.  It includes a number of bug
+fixes and patches.  Thanks to the community for your participation.
+7 bug reports were closed.  This version should fix virtually all 
+the problems found on FreeBSD.
+
+If you are trying to build the S3 drivers, please remember to use the
+community supplied (from Bacula Enterprise) version of libs3.so found at:
+
+https://www.bacula.org/downloads/libs3-20181010.tar.gz
+
+
+04Feb19
+ - Change create_postgresql_database.in script to be more flexible
+ - Implement eliminate verify records in dbcheck bug #2434
+ - Enhance verify-voltocat-test to detect comparing deleted files
+ - Fix bug #2452 VerifyToCatalog reports deleted files as being new
+ - Use correct quoting for a character -- fixes previous patch
+ - Recompile configure.in
+ - Apply Carsten's multiarch patch fixes bug #2437
+ - Apply Carsten's patch for adding CPPFLAGS to tools/gigaslam.c compile
+ - Allow . to terminate sql queries prompts
+ - baculum: Update Baculum API OpenAPI documentation
+ - Fix rwlock_test unittest bug #2449 Only call thr_setconcurrency if it's 
+   available. Fix order of linking and installation.
+ - FixFix spelling errors found by lintian by Carston in bug #2436
+ - Apply chmods from Leo in bug #2445
+ - Add license files LICENSE and LICENSE-FOSS to the regression directory
+ - Display daemon pid in .apiV2 status output
+ - Attempt to ensure that ctest job output gets uploaded
+ - Apply varargs patch from Martin for bug 2443
+ - Apply recv() hide patch from Martin
+ - Fix lz4.c register compilation from bug #2443
+ - dbcheck: Improve error message when trying to prune Path records with BVFS is 
+   used.
+ - Update cdash for version 9.4
+
+Bugs fixed/closed since last release:
+2434 2436 2437 2443 2445 2449 2452
+
+
+====================================================================
+Release 9.4.1
 
 This is a minor bug fix release for 9.4.0.  It should fix a few of
 the warning messages, but not all, on FreeBSD and Solaris.  More importantly