From 2d8fda0032be1bbc09db54fa0fe9fee615e462e7 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 28 May 2019 20:25:26 +0200 Subject: [PATCH] Update ChangeLog, ReleaseNotes, and version + date --- bacula/ChangeLog | 51 ++++++++++++++++++++++++++++++++++++++++++-- bacula/ReleaseNotes | 34 ++++++++++++++++++++++++++++- bacula/src/version.h | 6 +++--- 3 files changed, 85 insertions(+), 6 deletions(-) diff --git a/bacula/ChangeLog b/bacula/ChangeLog index d72c18043..cee2bc708 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,8 +1,55 @@ - Changelog on version 9.4.3 + Changelog on version 9.4.4 -Release 9.4.3 +Release 9.4.4 + +28May19 + - rpm: Fix mysql dependency for bacula-postgresql + +26May19 + - baculum: Fix #2477 escaping backslashes in config in text directive types + +24May19 + - Fix bug 2476 -- copy/migration jobs fail when waiting for a new Volume + - Add copy-jobspan-label-wait-test to do_all + - Add two new regression tests submitted by Martin Simmons for bug 2476 + +23May19 + - baculum: Fix #2474 error 404 if document root path uses link with ending + slash - fix suggested by vondi + +22May19 + - Remove bacula32.def and bacula64.def. + - Add Michael Narigon as author for Mac heap implementation + +18May19 + - baculum: Remove php database extensions dependency from web requirements + +17May19 + - Add tests/restart-jobmedia-test to do_all + +15May19 + - Allow to hangup/blowup inside a file for tests +13May19 + - baculum: Fix removing path items selected to restore in restore wizard + - baculum: Fix clearing restore path field after selecting backup in restore + wizard +02May19 + - baculum: Fix TPhpFatalErrorException exception on job view page with PHP + version lower than 5.5 + +12Feb19 + - Add db_get_jobmedia_record() function + - Check JobMedia validity after an incomplete job + +Bugs fixed/closed since last release: +2474 2477 + + + +=========================================================== +Release 9.4.3 02May19 - baculum: Add status schedule page - baculum: Add status schedule API endpoint diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index a7c43667a..3ea071166 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,6 +1,38 @@ - Release Notes for Bacula 9.4.3 + Release Notes for Bacula 9.4.4 +Release 9.4.4 + +This is a bug fix release to 9.4.3. It includes some fixes that fix +bad data records in Copy/Migration jobs or problems doing restores +of Copy/Migration jobs. + +28May19 + - rpm: Fix mysql dependency for bacula-postgresql + - Fix bug 2476 -- copy/migration jobs fail when waiting for a new Volume + - Add copy-jobspan-label-wait-test to do_all + - Add two new regression tests submitted by Martin Simmons for bug 2476 + - Remove bacula32.def and bacula64.def. + - Add Michael Narigon as author for Mac heap implementation + - Add tests/restart-jobmedia-test to do_all + - Allow to hangup/blowup inside a file for tests + slash - fix suggested by vondi + - Add db_get_jobmedia_record() function + - Check JobMedia validity after an incomplete job + - baculum: Fix #2477 escaping backslashes in config in text directive types + - baculum: Fix #2474 error 404 if document root path uses link with ending + - baculum: Remove php database extensions dependency from web requirements + - baculum: Fix removing path items selected to restore in restore wizard + - baculum: Fix clearing restore path field after selecting backup in restore + wizard + - baculum: Fix TPhpFatalErrorException exception on job view page with PHP + version lower than 5.5 + +Bugs fixed/closed since last release: +2474 2476 2477 + + +======================================================================== Release 9.4.3 This is a bug fix release for version 9.4.2. It includes a number of bug diff --git a/bacula/src/version.h b/bacula/src/version.h index 6918ba8a5..95024749e 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -5,9 +5,9 @@ #define COMMUNITY 1 /* Define to create a Windows community binary */ /* Note: there can be only *one* VERSION in this file */ -#define VERSION "9.4.3" -#define BDATE "02 May 2019" -#define LSMDATE "03May19" +#define VERSION "9.4.4" +#define BDATE "28 May 2019" +#define LSMDATE "28May19" #define RELEASE 1 /* Use ONLY in rpms */ -- 2.47.3