From: Kern Sibbald Date: Thu, 13 Dec 2018 11:18:05 +0000 (+0100) Subject: Update ChangeLog, ReleaseNotes, and version X-Git-Tag: Release-9.4.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d231d25a500f0ca98867559d864c021017708109;p=thirdparty%2Fbacula.git Update ChangeLog, ReleaseNotes, and version --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 0e5390ef4..bdbc1648d 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,7 +1,31 @@ - Changelog on version 9.3.0 (Beta version) + Changelog on version 9.4.0 +14Dec18 + - Add copyright and correct name on stop-restart-test + +12Dec18 + - Fix #4449 about an incorrect pool selected with the restart command + +21Nov18 + - Fix #4386 About incorrect permission on directories after a restore with + replace=ifnewer + +20Nov18 + - Fix bug #4379 certain fields of Media record not reset after Truncate command + +17Nov18 + - Revert "Update bdirjson.c" + +16Nov18 + - Improve volume truncation error messages + - Free ids buffer 14Nov18 + - Update PO files + - Initial version and date update + - Initial cut of ChangeLog and ReleaseNotes + +13Nov18 - Add use_dcr_only in cloud_dev.c so that manual truncate works 11Nov18 @@ -122,7 +146,7 @@ - Fix format string is not a string literal (potentially insecure). Bugs fixed/closed since last release: -2334 2335 2418 3574 +2334 2335 2418 3574 4379 4386 4449 ====================== Version 9.2.2 ==================== diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 1acd01a05..fcebed5d9 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,14 +1,25 @@ - Release Notes for Bacula 9.3.0 (Beta version) + Release Notes for Bacula 9.4.0 This is a major release (currently a Beta release) comprised of more than -12,600 lines of differences since version 9.2.2. - -The main new feature is the addition support for WORM cassets and support -for using Amazon S3 (and other *identical* S3 providers). Note: Azur, -Oracle S3, and Goggle S3 are not compatible with Amazon S3. - -14Nov18 +13,000 lines of differences since version 9.2.2. + +The main new feature is the addition support for using Amazon S3 (and other +*identical* S3 providers), and WORM tape cassettes. Note: Azur, Oracle S3, +and Goggle S3 are not compatible with Amazon S3. + +14Dec18 + - Add copyright and correct name on stop-restart-test + - Fix #4449 about an incorrect pool selected with the restart command + - Fix #4386 About incorrect permission on directories after a restore with + replace=ifnewer + - Fix bug #4379 certain fields of Media record not reset after Truncate command + - Revert "Update bdirjson.c" + - Improve volume truncation error messages + - Free ids buffer + - Update PO files + - Initial version and date update + - Initial cut of ChangeLog and ReleaseNotes - Add use_dcr_only in cloud_dev.c so that manual truncate works - More Enterprise backports - More Enterprise backports + changes to the backporting @@ -59,7 +70,7 @@ Oracle S3, and Goggle S3 are not compatible with Amazon S3. - baculum: Fix formatted size and time values on the volume details page - Add new manual test - baculum: Do not store any main oauth2 client nor main http basic user in api - config + config - Fix tls_bsock_shutdown() compilation when no TLS available. - Fix bsock compilation warning. - Fix bsock compilation problem in *BSD. @@ -71,8 +82,7 @@ Oracle S3, and Goggle S3 are not compatible with Amazon S3. - Fix format string is not a string literal (potentially insecure). Bugs fixed/closed since last release: -2334 2335 2418 3574 - +2334 2335 2418 3574 4379 4386 4449 ====================== Release 9.2.2 ====================== Release 9.2.2 diff --git a/bacula/src/version.h b/bacula/src/version.h index f81fc64f9..f070e5e56 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -5,7 +5,7 @@ #define COMMUNITY 1 /* Define to create a Windows community binary */ /* Note: there can be only *one* VERSION in this file */ -#define VERSION "9.3.0" +#define VERSION "9.4.0" #define BDATE "14 December 2018" #define LSMDATE "14Dec18"