]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Update ChangeLog, ReleaseNotes, and version + date Release-9.4.4
authorKern Sibbald <kern@sibbald.com>
Tue, 28 May 2019 18:25:26 +0000 (20:25 +0200)
committerKern Sibbald <kern@sibbald.com>
Tue, 28 May 2019 18:25:26 +0000 (20:25 +0200)
bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h

index d72c1804329be84de4944939087f78d50949be24..cee2bc708507bf55df16f628c17e53287d16e6c7 100644 (file)
@@ -1,8 +1,55 @@
-              Changelog on version 9.4.3
+              Changelog on version 9.4.4
 
-Release 9.4.3
+Release 9.4.4
+
+28May19
+ - rpm: Fix mysql dependency for bacula-postgresql
+
+26May19
+ - baculum: Fix #2477 escaping backslashes in config in text directive types
+
+24May19
+ - Fix bug 2476 -- copy/migration jobs fail when waiting for a new Volume
+ - Add copy-jobspan-label-wait-test to do_all
+ - Add two new regression tests submitted by Martin Simmons for bug 2476
+
+23May19
+ - baculum: Fix #2474 error 404 if document root path uses link with ending 
+  slash - fix suggested by vondi
+
+22May19
+ - Remove bacula32.def and bacula64.def.
+ - Add Michael Narigon as author for Mac heap implementation
+
+18May19
+ - baculum: Remove php database extensions dependency from web requirements
+
+17May19
+ - Add tests/restart-jobmedia-test to do_all
+
+15May19
+ - Allow to hangup/blowup inside a file for tests
 
+13May19
+ - baculum: Fix removing path items selected to restore in restore wizard
+ - baculum: Fix clearing restore path field after selecting backup in restore 
+  wizard
 
+02May19
+ - baculum: Fix TPhpFatalErrorException exception on job view page with PHP 
+  version lower than 5.5
+
+12Feb19
+ - Add db_get_jobmedia_record() function
+ - Check JobMedia validity after an incomplete job
+
+Bugs fixed/closed since last release:
+2474 2477
+
+
+
+===========================================================
+Release 9.4.3
 02May19
  - baculum: Add status schedule page
  - baculum: Add status schedule API endpoint
index a7c43667aef682c571f62c89bd1ed3595eea2af0..3ea0711662d09d2bd38fe061f8412c22c41c12e7 100644 (file)
@@ -1,6 +1,38 @@
 
-               Release Notes for Bacula 9.4.3
+               Release Notes for Bacula 9.4.4
 
+Release 9.4.4
+
+This is a bug fix release to 9.4.3.  It includes some fixes that fix
+bad data records in Copy/Migration jobs or problems doing restores
+of Copy/Migration jobs.
+
+28May19
+ - rpm: Fix mysql dependency for bacula-postgresql
+ - Fix bug 2476 -- copy/migration jobs fail when waiting for a new Volume
+ - Add copy-jobspan-label-wait-test to do_all
+ - Add two new regression tests submitted by Martin Simmons for bug 2476
+ - Remove bacula32.def and bacula64.def.
+ - Add Michael Narigon as author for Mac heap implementation
+ - Add tests/restart-jobmedia-test to do_all
+ - Allow to hangup/blowup inside a file for tests
+   slash - fix suggested by vondi
+ - Add db_get_jobmedia_record() function
+ - Check JobMedia validity after an incomplete job
+ - baculum: Fix #2477 escaping backslashes in config in text directive types
+ - baculum: Fix #2474 error 404 if document root path uses link with ending 
+ - baculum: Remove php database extensions dependency from web requirements
+ - baculum: Fix removing path items selected to restore in restore wizard
+ - baculum: Fix clearing restore path field after selecting backup in restore 
+    wizard
+ - baculum: Fix TPhpFatalErrorException exception on job view page with PHP 
+    version lower than 5.5
+
+Bugs fixed/closed since last release:
+2474 2476 2477
+
+
+========================================================================
 Release 9.4.3
 
 This is a bug fix release for version 9.4.2.  It includes a number of bug
index 6918ba8a52b16cd3f50de808bb244deecdc78919..95024749e13e2d5ea59bd1c4778a3b0d82c4f48b 100644 (file)
@@ -5,9 +5,9 @@
 #define COMMUNITY 1      /* Define to create a Windows community binary */
 
 /* Note: there can be only *one* VERSION in this file */
-#define VERSION "9.4.3"
-#define BDATE   "02 May 2019"
-#define LSMDATE "03May19"
+#define VERSION "9.4.4"
+#define BDATE   "28 May 2019"
+#define LSMDATE "28May19"
 
 #define RELEASE 1   /* Use ONLY in rpms */