From: Kern Sibbald Date: Mon, 9 Mar 2020 16:33:38 +0000 (+0100) Subject: Update version date + ChangeLog + ReleaseNotes X-Git-Tag: Release-9.6.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ff3dd4ccece51020de9fcf495de9a3c84a11073;p=thirdparty%2Fbacula.git Update version date + ChangeLog + ReleaseNotes --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index c08e172f7..efe23725f 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,6 +1,8 @@ Changelog for version 9.6.3 - +09Mar20 + - Eliminate false error when droping postgres table MAC + - Apply Carsten's character set fix for the docs. Many thanks! 08Mar20 - Fix logic error in clearing bit on Windows diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index d80e4f6be..0b33f0f70 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -3,7 +3,9 @@ This is a minor bug fix (mostly fixing incorrect copyrights) to Release-9.6.2. -08Mar20 +09Mar20 + - Eliminate false error when droping postgres table MAC + - Apply Carsten's character set fix for the docs. Many thanks! - Fix logic error in clearing bit on Windows - baculum: Update Portuguese translations - baculum: Update Polish translations diff --git a/bacula/src/version.h b/bacula/src/version.h index e06982e7f..5aba29033 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -6,8 +6,8 @@ /* Note: there can be only *one* VERSION in this file */ #define VERSION "9.6.3" -#define BDATE "08 March 2020" -#define LSMDATE "08Mar20" +#define BDATE "09 March 2020" +#define LSMDATE "09Mar20" #define RELEASE 1 /* Use ONLY in rpms */