]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Update ChangeLog, ReleaseNotes, and version
authorKern Sibbald <kern@sibbald.com>
Thu, 13 Dec 2018 11:18:05 +0000 (12:18 +0100)
committerKern Sibbald <kern@sibbald.com>
Thu, 13 Dec 2018 11:18:05 +0000 (12:18 +0100)
bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h

index 0e5390ef4feeab92d74b7a2788d41a8e52a133ef..bdbc1648d9a0a4f8d7caada14c2dc45e33a7e035 100644 (file)
@@ -1,7 +1,31 @@
-              Changelog on version 9.3.0 (Beta version)
+              Changelog on version 9.4.0
 
+14Dec18
+ - Add copyright and correct name on stop-restart-test
+
+12Dec18
+ - Fix #4449 about an incorrect pool selected with the restart command
+
+21Nov18
+ - Fix #4386 About incorrect permission on directories after a restore with 
+  replace=ifnewer
+
+20Nov18
+ - Fix bug #4379 certain fields of Media record not reset after Truncate command
+
+17Nov18
+ - Revert "Update bdirjson.c"
+
+16Nov18
+ - Improve volume truncation error messages
+ - Free ids buffer
 
 14Nov18
+ - Update PO files
+ - Initial version and date update
+ - Initial cut of ChangeLog and ReleaseNotes
+
+13Nov18
  - Add use_dcr_only in cloud_dev.c so that manual truncate works
 
 11Nov18
  - Fix format string is not a string literal (potentially insecure).
 
 Bugs fixed/closed since last release:
-2334 2335 2418 3574
+2334 2335 2418 3574 4379 4386 4449
 
 ====================== Version 9.2.2 ====================
 
index 1acd01a050c74c295904e18c45be5ec260db7a33..fcebed5d99b08f3eafbc951a439fb7897e31ba71 100644 (file)
@@ -1,14 +1,25 @@
 
-               Release Notes for Bacula 9.3.0 (Beta version)
+               Release Notes for Bacula 9.4.0
 
 This is a major release (currently a Beta release) comprised of more than
-12,600 lines of differences since version 9.2.2.
-
-The main new feature is the addition support for WORM cassets and support
-for using Amazon S3 (and other *identical* S3 providers).  Note: Azur,
-Oracle S3, and Goggle S3 are not compatible with Amazon S3.
-
-14Nov18
+13,000 lines of differences since version 9.2.2.
+
+The main new feature is the addition support for using Amazon S3 (and other
+*identical* S3 providers), and WORM tape cassettes.  Note: Azur, Oracle S3,
+and Goggle S3 are not compatible with Amazon S3.
+
+14Dec18
+ - Add copyright and correct name on stop-restart-test
+ - Fix #4449 about an incorrect pool selected with the restart command
+ - Fix #4386 About incorrect permission on directories after a restore with 
+   replace=ifnewer
+ - Fix bug #4379 certain fields of Media record not reset after Truncate command
+ - Revert "Update bdirjson.c"
+ - Improve volume truncation error messages
+ - Free ids buffer
+ - Update PO files
+ - Initial version and date update
+ - Initial cut of ChangeLog and ReleaseNotes
  - Add use_dcr_only in cloud_dev.c so that manual truncate works
  - More Enterprise backports
  - More Enterprise backports + changes to the backporting
@@ -59,7 +70,7 @@ Oracle S3, and Goggle S3 are not compatible with Amazon S3.
  - baculum: Fix formatted size and time values on the volume details page
  - Add new manual test
  - baculum: Do not store any main oauth2 client nor main http basic user in api 
-  config
+   config
  - Fix tls_bsock_shutdown() compilation when no TLS available.
  - Fix bsock compilation warning.
  - Fix bsock compilation problem in *BSD.
@@ -71,8 +82,7 @@ Oracle S3, and Goggle S3 are not compatible with Amazon S3.
  - Fix format string is not a string literal (potentially insecure).
 
 Bugs fixed/closed since last release:
-2334 2335 2418 3574
-
+2334 2335 2418 3574 4379 4386 4449
 
 ====================== Release 9.2.2 ======================
 Release 9.2.2
index f81fc64f9b7b33235cb0668e48edd8abe8606872..f070e5e5639befc62288b40684d23d08cb3cc9ca 100644 (file)
@@ -5,7 +5,7 @@
 #define COMMUNITY 1      /* Define to create a Windows community binary */
 
 /* Note: there can be only *one* VERSION in this file */
-#define VERSION "9.3.0"
+#define VERSION "9.4.0"
 #define BDATE   "14 December 2018"
 #define LSMDATE "14Dec18"