]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak update version date + ChangeLog + ReleaseNotes Release-9.0.2
authorKern Sibbald <kern@sibbald.com>
Sun, 23 Jul 2017 16:31:57 +0000 (18:31 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 23 Jul 2017 16:31:57 +0000 (18:31 +0200)
bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h

index b09b48e6640fcbd12e8a4650d90b88ddbf6c610c..75cf0ed136fc8e48fd9184b66a5f47b7abf07236 100644 (file)
@@ -1,4 +1,31 @@
-              Changelog on version 9.0.1
+              Changelog on version 9.0.2
+
+Release 9.0.2
+
+23Jul17
+ - Use Bacula in place of Libz variables so we can build with/without libz and 
+   lzo
+ - Apply ideas from bug #2255 prettier status slots output
+ - Configure and install bacula-tray-monitor.desktop
+
+22Jul17
+ - Fix btape test which counted files incorrectly on EOT
+
+21Jul17
+ - Fix bug #2296 where Bacula would not compile with postgres 8 or older
+
+20Jul17
+ - Fix bug #2294 Bacula does not build with MariaDB 10.2
+
+14Jul17
+ - baculum: Fix multiple directors support
+ - baculum: Fix showing errors from the API
+
+Bugs fixed/closed since last release:
+2255 2294 2296
+
+
+Release 9.0.1
 
 10Jul17
  - Remove two incorrect trailing commas in bsock.h
@@ -14,6 +41,7 @@
 Bugs fixed/closed since last release:
 2293
 
+Release 9.0.0
 
 02Jul17
  - Skip verify-data-test if not running Linux
index 2fffb1b02bf74c402cde8e06a78bd8bfcbb043d2..669f098bf95ce1d6fc2513aa916d2aa82ed6f4d2 100644 (file)
@@ -1,5 +1,42 @@
 
-               Release Notes for Bacula 9.0.1
+               Release Notes for Bacula 9.0.2
+
+This is a minor bug fix release, but a few of the bugs are important.
+The main items fixed are:
+
+- Postgresql should now work with Postgresql prior to 9.0
+  Note: the ssl connection feature added in 9.0 is not available on
+  postgresql servers older than 9.0 (it needs the new connection API).
+- The issues with MariaDB (reconnect variable) are now fixed
+- The problem of the btape "test" command finding a wrong number
+  of files in the append test was a bug.  It is now fixed.  It is
+  unlikely that it affected anything but btape.
+- The bacula-tray-monitor.deskop script is released in the scripts
+  directory.
+- We recommend that you build with libz and lzo library support (the
+  developer packages must be installed when building, and the shared 
+  object libraries must be installed at run time).  However we have
+  modified the code so that Bacula *should* build and run with either
+  or both libz or lzo absent.
+
+23Jul17
+ - Use Bacula in place of Libz variables so we can build with/without
+   libz and lzo
+ - Apply ideas from bug #2255 prettier status slots output
+ - Configure and install bacula-tray-monitor.desktop
+ - Fix btape test which counted files incorrectly on EOT
+ - Fix bug #2296 where Bacula would not compile with postgres 8 or older
+ - Fix bug #2294 Bacula does not build with MariaDB 10.2
+ - baculum: Fix multiple directors support
+ - baculum: Fix showing errors from the API
+
+Bugs fixed/closed since last release:
+2255 2294 2296
+
+
+==================================================================
+
+Release 9.0.1 12Jul17:
 
 This is a minor bug fix release that mainly to include the new
 tray-monitor files that were omitted. The tray-monitor now builds
index 7dd01cbfc8837b61b7698ca2c6e9e92d4d52be74..b5327889915c087f3bbf087580b6dc46f304f9a2 100644 (file)
@@ -6,8 +6,8 @@
 
 /* Note: there can be only *one* VERSION in this file */
 #define VERSION "9.0.2"
-#define BDATE   "22 July 2017"
-#define LSMDATE "22Jul17"
+#define BDATE   "24 July 2017"
+#define LSMDATE "24Jul17"
 
 #define RELEASE 1   /* Use ONLY in rpms */