]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Update version date + ChangeLog + ReleaseNotes Release-9.6.3
authorKern Sibbald <kern@sibbald.com>
Mon, 9 Mar 2020 16:33:38 +0000 (17:33 +0100)
committerKern Sibbald <kern@sibbald.com>
Mon, 9 Mar 2020 16:33:38 +0000 (17:33 +0100)
bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h

index c08e172f78ee20701f03e21e5baa517011ade116..efe23725f495c9db751ce6d99a9e6a7681612fcf 100644 (file)
@@ -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
index d80e4f6be302118456d64cf1c8e04093b54df95a..0b33f0f70c7cd5abe03e06880d6808efbf656262 100644 (file)
@@ -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
index e06982e7f22012779044d79fc5948af5e2e8b250..5aba29033b24a89de6b7aae15b7f13547fe7e1fe 100644 (file)
@@ -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 */