]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak ChangeLog and ReleaseNotes for last backport from Enterprise
authorKern Sibbald <kern@sibbald.com>
Mon, 20 Nov 2017 07:27:33 +0000 (08:27 +0100)
committerKern Sibbald <kern@sibbald.com>
Mon, 20 Nov 2017 07:27:33 +0000 (08:27 +0100)
bacula/ChangeLog
bacula/ReleaseNotes

index d6f9d866eebc64fb0505c0195ac069bb4af1a11a..3cc9ad78521cdcb5bbbdd7b894e89875163d6750 100644 (file)
@@ -2,7 +2,6 @@
 
 Release 9.0.6
 
-
 19Nov17
  - Update AUTHORS for recent commits
  - Remove incorrecly placed openssl-compat.h
@@ -17,10 +16,18 @@ Release 9.0.6
  - Fix bug #2315 INTEGER misspelled in update_sqlite3_tables.in
  - Try to fix bug #2349 multiple recycle messages
 
+17Nov17
+ - Add support for items with comma in ini_store_alist_str()
+
 15Nov17
+ - Fix segfault after the reload of an incorrect configuration
+ - Add temporary fix to avoid a deadlock after a reload command on an incorrect 
+  configuration
  - baculum: Throw 404 error if service not known
 
 14Nov17
+ - Fix race condition between setip and the access to CLIENT::address()
+ - Fix #3284 about Client address not reloaded properly
  - baculum: Use home page url when an error is shown
 
 12Nov17
@@ -49,6 +56,9 @@ Release 9.0.6
  - crypto: Add a tiny OpenSSL compat level
  - crypto: remove support for ancient openssl
 
+06Nov17
+ - fix #3269 obey the user choice of "Are you sure you want to delete X JobIds
+
 02Nov17
  - Add restore wizard to the tray monitor.
  - Preparation fixes: remove some warning
index 919692c56d0df067218598f1bb4797be647e247e..caf5741b293d42125865d40569adeef244b3d98f 100644 (file)
@@ -23,7 +23,13 @@ appreciated.
  - Apply patches from bugs #2325 and #2326 to fix FIFO bugs
  - Fix bug #2315 INTEGER misspelled in update_sqlite3_tables.in
  - Try to fix bug #2349 multiple recycle messages
+ - Add support for items with comma in ini_store_alist_str()
+ - Fix segfault after the reload of an incorrect configuration
+ - Add temporary fix to avoid a deadlock after a reload command on an incorrect 
+   configuration
  - baculum: Throw 404 error if service not known
+ - Fix race condition between setip and the access to CLIENT::address()
+ - Fix #3284 about Client address not reloaded properly
  - baculum: Use home page url when an error is shown
  - Fix bug #2346 Dir blocks when max reloads reached
  - baculum: Send config to api server as json
@@ -41,12 +47,13 @@ appreciated.
  - crypto: Use DEFINE_STACK_OF()
  - crypto: Add a tiny OpenSSL compat level
  - crypto: remove support for ancient openssl
+ - fix #3269 obey the user choice of "Are you sure you want to delete X JobIds
  - Add restore wizard to the tray monitor.
  - Preparation fixes: remove some warning
  - Add ASSERTD() to track NULL Volume name error
  - Add "noautoparent" restore command option to disable the automatic parent 
   directory selection
- - Make qt-console compatible to Qt5 (Qt4 still works)
+ - Make qt-console compatible to Qt5 (Qt4 still work)
 
 Bugs fixed/closed since last release:
 2315 2325 2346 2349 2351