From: Kern Sibbald Date: Mon, 5 Nov 2018 11:50:28 +0000 (+0100) Subject: Update ChangeLog and ReleaseNotes X-Git-Tag: Release-9.2.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=159601918b1ee3b555584a658abafff87e08fcb1;p=thirdparty%2Fbacula.git Update ChangeLog and ReleaseNotes --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index a147d1ddf..076618281 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,6 +1,76 @@ - Changelog on version 9.2.1 + Changelog on version 9.2.2 +29Oct18 + - baculum: Update Japanese translation files +25Oct18 + - baculum: Fix availability web config wizard when there is problem with access + to api + +24Oct18 + - baculum: Add new size directive control + +04Oct18 + - Implement new message numbers in stored/block.c + - Fix incorrectly indicating: malformed message + +03Oct18 + - baculum: Fix basic auth user setting in API install wizard + - Fix bugs #2335 and #2349 Volume messages printed many times + - Add new test for bug printing many multiple Max Volume jobs= info + +27Sep18 + - baculum: Fix undefined index error on web config wizard page + +16Sep18 + - baculum: Fix #2418 creating or updating new resource + - baculum: Fix size unit formatters in restore browser reported by Wanderlei + Huttel + +14Sep18 + - Fix complier warning due to unused subroutine variable + +06Sep18 + - Fix bug #2334 seg fault when releasing globals + +03Sep18 + - rpm: Fix mysql dependency for bacula-postgresql + +20Aug18 + - Fix escaping special characters in bvfs restore for sqlite catalog + +18Aug18 + - baculum: Improve error handling in web part + - baculum: Fix formatted size and time values on the volume details page + - Add new manual test + +17Aug18 + - baculum: Do not store any main oauth2 client nor main http basic user in api + config + +16Aug18 + - Fix tls_bsock_shutdown() compilation when no TLS available. + +15Aug18 + - Fix bsock compilation warning. + +14Aug18 + - Fix bsock compilation problem in *BSD. + +12Aug18 + - baculum: Fix logging output if it is not possible to decode to json + - baculum: Fix saving logs when an error occurs + - baculum: API panel and wizard improvements + +11Aug18 + - baculum: Add name field to api client parameters + +Bugs fixed/closed since last release: +2334 2335 2418 + + +============================================================ +Version 9.2.1 11Aug18 - Permit catalog to contain negative FileIndexes diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 4ef4baa6b..2bb679fa6 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,6 +1,55 @@ - Release Notes for Bacula 9.2.1 + Release Notes for Bacula 9.2.2 + +Release 9.2.2 + +This is a minor bug fix release (6,143 lines of diff). The main fixes to +this version are: eliminate most messages that are repeately printed, +eliminate malformed message output, error when compiling without TLS, ... + +Note: if you are running MySQL and have not recently executed +src/cats/update_bacula_tables, please do so. It will not change your +database version but it will fix some potential MySQL problems (for more +detals see the release notes for version 9.2.1). + +29Oct18 + - Implement new message numbers in stored/block.c + - Fix incorrectly indicating: malformed message + - Fix bugs #2335 and #2349 Volume messages printed many times + - Add new test for bug printing many multiple Max Volume jobs= info + - Fix complier warning due to unused subroutine variable + - Fix bug #2334 seg fault when releasing globals + - Fix escaping special characters in bvfs restore for sqlite catalog + - Fix tls_bsock_shutdown() compilation when no TLS available. + - Fix bsock compilation warning. + - Fix bsock compilation problem in *BSD. + - Add new manual test + + - rpm: Fix mysql dependency for bacula-postgresql + + - baculum: Fix basic auth user setting in API install wizard + - baculum: Improve error handling in web part + - baculum: Fix formatted size and time values on the volume details page + - baculum: Fix undefined index error on web config wizard page + - baculum: Fix #2418 creating or updating new resource + - baculum: Fix size unit formatters in restore browser reported by Wanderlei + Huttel + - baculum: Do not store any main oauth2 client nor main http basic user in api + config + - baculum: Update Japanese translation files + - baculum: Fix availability web config wizard when there is problem with access + to api + - baculum: Add new size directive control + - baculum: Fix logging output if it is not possible to decode to json + - baculum: Fix saving logs when an error occurs + - baculum: API panel and wizard improvements + - baculum: Add name field to api client parameters +Bugs fixed/closed since last release: +2334 2335 2418 + + +======================================================================= Release 9.2.1 This is a bug fix release. It also contains some refactoring. That said,