]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Remove mention of Beta release from ReleaseNotes
authorKern Sibbald <kern@sibbald.com>
Sat, 19 Jan 2019 10:51:54 +0000 (11:51 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 19 Jan 2019 10:52:01 +0000 (11:52 +0100)
bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h

index 737e3c1a0e3d8265b419c24b65f997ea69b90e40..bb3cb9eada15fdf0b410ebd30bf62a6f1b97ebe6 100644 (file)
@@ -1,6 +1,18 @@
-              Changelog on version 9.4.0
+              Changelog on version 9.4.1
 
-16Dec18 Release
+21Dec18
+ - Remove register attribute on variables as it is not supported by newer C++ 
+  compilers
+
+20Dec18
+ - Fix regression from 9.2 when backporting Enterprise code
+ - Add missing default flag so that configure looks for libs3
+
+Bugs fixed/closed since last release:
+
+
+==========================================================
+16Dec18 Release 9.4.0
 
 14Dec18
  - Add copyright and correct name on stop-restart-test
index bc09c896d045603f8c22954b1ffa5d8bca028cc0..8b12656219f623ad9b66124773ecf87dcdcceed6 100644 (file)
@@ -1,7 +1,29 @@
 
-               Release Notes for Bacula 9.4.0
+               Release Notes for Bacula 9.4.1
 
-This is a major release (currently a Beta release) comprised of more than
+This is a minor bug fix release for 9.4.0.  It should fix a few of
+the warning messages, but not all, on FreeBSD and Solaris.  More importantly
+The ./configure process now properly detects that libs3 is installed
+on your system.  If you do not want to use the Amazon S3 driver, this
+update is not required.
+
+In addition to this release, I have posted the current source code with
+patches for libs3 to bacula.org. This package is needed if you wish to
+build the S3 driver. You may download it from the following location:
+
+https://www.bacula.org/downloads/libs3-20181010.tar.gz
+
+21Dec18
+ - Remove register attribute on variables as it is not supported by newer C++ 
+   compilers
+ - Fix regression from 9.2 when backporting Enterprise code in bsock code
+ - Add missing default flag so that configure looks for libs3
+
+
+=====================================================================
+Release 9.4.0
+
+This is a major release comprised of more than
 13,000 lines of differences since version 9.2.2.  It has updates to Baculum
 and small number of bug fixes and back ports from Bacula Systems Enterprise
 since version 9.2.2, but primarily it has two new features ...
index efdfd705ec752e83e74d61421d7cb22ad1dcb088..ee96f8e5ea7df1a0a175c01f77c0de8f5b776594 100644 (file)
@@ -6,8 +6,8 @@
 
 /* Note: there can be only *one* VERSION in this file */
 #define VERSION "9.4.1"
-#define BDATE   "20 December 2018"
-#define LSMDATE "20Dec18"
+#define BDATE   "21 December 2018"
+#define LSMDATE "21Dec18"
 
 #define RELEASE 1   /* Use ONLY in rpms */