]> git.sur5r.net Git - bacula/bacula/commitdiff
Update ChangeLog + ReleaseNotes
authorKern Sibbald <kern@sibbald.com>
Wed, 6 Sep 2017 06:57:44 +0000 (08:57 +0200)
committerKern Sibbald <kern@sibbald.com>
Wed, 6 Sep 2017 06:57:44 +0000 (08:57 +0200)
bacula/ChangeLog
bacula/ReleaseNotes

index 951ff1d0ec2897231d79732986a9fb054d41165a..62eb0ccd10ea12f0bfdfdcf63c3ea6286227d726 100644 (file)
@@ -1,7 +1,51 @@
-              Changelog on version 9.0.3
+              Changelog on version 9.0.4
 
-Release 9.0.3
 
+Release 9.0.4
+
+
+06Sep17
+ - Update po files
+
+05Sep17
+ - Fix SQLite3 upgrade tables script fixes bug #2306
+ - baculum: Fix language setting in config file
+
+03Sep17
+ - Upgrade to latest lz4.c to fix bug #2310 bus error on 64 bit Solaris
+ - Recompile configure.in
+ - Ensure systemd/bacula.conf is created by configure fixed bug #2307
+ - Fix compiler warning noted in bug #2309
+ - Fix SQLite3 Version bug #2305
+ - Remove unused variable to elimiate compiler warning
+ - Recompile configure.in
+
+28Aug17
+ - Fix #2925 Do not try to stop non backup jobs (virtualfull, copy, migration, 
+  restore, etc...)
+
+25Aug17
+ - baculum: Fix broken symbolic links for lang files
+
+17Aug17
+ - don't use add_event() when flag "l" is not set
+
+14Jun17
+ - core: bwlimit measure bandwidth
+
+02Jun17
+ - core: bwlimit handle backlog and allow burst
+
+25Apr17
+ - Do not purge running jobs in autoprune
+
+Bugs fixed/closed since last release:
+2305 2306 2307 2309 2310 2925
+
+
+==========================================================
+
+Release 9.0.3
 
 06Aug17
  - baculum: Fix access denied error on api install wizard page
index 54eea9ee093abe023c2e4d0f72061e467a9c0b79..bdb5a5e2e74551b9e57cd84ff2f1d7d767e72f4e 100644 (file)
@@ -1,5 +1,42 @@
 
-               Release Notes for Bacula 9.0.3
+               Release Notes for Bacula 9.0.4
+
+Release 9.0.4
+
+This is a minor bug fix release. The main fix in this release
+is to allow SQLite3 to work.
+
+Please note: SQLite3 has been depreciated for a long time. If the
+community will step forward (as it did in this case) and prepare
+the appropriate make_sqlite3_tables and update_sqlite3_tables files,
+we can continue to leave the SQLite3 code in Bacula.  However, we
+strongly urge users to update to MySQL, MariaDB, and PostgreSQL,
+which are our supported SQL databases.
+
+06Sep17
+ - Update po files
+ - Fix SQLite3 upgrade tables script fixes bug #2306
+ - baculum: Fix language setting in config file
+ - Upgrade to latest lz4.c to fix bug #2310 bus error on 64 bit Solaris
+ - Recompile configure.in
+ - Ensure systemd/bacula.conf is created by configure fixed bug #2307
+ - Fix compiler warning noted in bug #2309
+ - Fix SQLite3 Version bug #2305
+ - Remove unused variable to elimiate compiler warning
+ - Recompile configure.in
+ - Fix #2925 Do not try to stop non backup jobs (virtualfull, copy, migration, 
+  restore, etc...)
+ - baculum: Fix broken symbolic links for lang files
+ - don't use add_event() when flag "l" is not set
+ - core: bwlimit measure bandwidth
+ - core: bwlimit handle backlog and allow burst
+ - Do not purge running jobs in autoprune
+
+Bugs fixed/closed since last release:
+2305 2306 2307 2309 2310 2925
+
+==================================================================
+Release 9.0.3
 
 This is a minor bug fix release.