]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak update version + ChangeLog + ReleaseNotes Release-7.9.2
authorKern Sibbald <kern@sibbald.com>
Mon, 5 Jun 2017 16:32:09 +0000 (18:32 +0200)
committerKern Sibbald <kern@sibbald.com>
Mon, 5 Jun 2017 16:32:09 +0000 (18:32 +0200)
bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h

index 455e0c0fb1f9ec70fd40412d412accf983f0ef31..ec19207cb5b077bbb4d6704adbde3fc3a0212839 100644 (file)
@@ -1,4 +1,38 @@
-              Changelog on version 7.9.0
+              Changelog on version 7.9.2
+
+
+
+05Jun17
+ - Fix getmsg to handle additional forms of Progress messages
+
+04Jun17
+ - baculum: Fix double assets and runtime symbolic links in baculum-web deb 
+  package
+
+03Jun17
+ - baculum: Fix missing php-xml dependency in deb metafile
+ - baculum: Improve errors handling in API restore pages
+
+29May17
+ - rpm: Remove libbacsd.la for both Red Hat and Suse
+ - rpm: Add missing libs bbconsjson, bdirjson and bsdjson
+ - rpm: Fix libstdc++ version in BAT spec file
+
+28May17
+ - Fix some problems noted by clang
+ - baculum: Reorganize run job code
+ - baculum: Reorganize estimate job code
+ - baculum: Make get method definition not obligatory
+ - Make file-span-vol-test portable
+ - Attempt to fix deadlock in FreeBSD maxtime-test
+
+27May17
+ - Do not produce error if MySQL database exists in create_mysql_database
+ e
+26May17
+ - rpm: Add missing tapealert script
+ - rpm: Add missing libbacsd
+ - rpm: Remove dvd-handler script
 
 
 24May17
index af7010131ca2cb5ac89ad439aec84a17ac1ab8a2..04d7a58ea695ba8e369364a567c7d1b13a52894b 100644 (file)
@@ -1,5 +1,27 @@
 
-               Release Notes for Bacula 7.9.0
+               Release Notes for Bacula 7.9.2
+
+Release Version 7.9.2 pre-release beta
+
+05Jun17
+ - Fix getmsg to handle additional forms of Progress messages
+ - baculum: Fix double assets and runtime symbolic links in baculum-web deb 
+   package
+ - baculum: Fix missing php-xml dependency in deb metafile
+ - baculum: Improve errors handling in API restore pages
+ - rpm: Remove libbacsd.la for both Red Hat and Suse
+ - rpm: Add missing libs bbconsjson, bdirjson and bsdjson
+ - rpm: Fix libstdc++ version in BAT spec file
+ - rpm: Add missing tapealert script
+ - rpm: Add missing libbacsd
+ - rpm: Remove dvd-handler script
+ - Fix some problems noted by clang
+ - baculum: Reorganize run job code
+ - baculum: Reorganize estimate job code
+ - baculum: Make get method definition not obligatory
+ - Make file-span-vol-test portable
+ - Attempt to fix deadlock in FreeBSD maxtime-test
+ - Do not produce error if MySQL database exists in create_mysql_database
 
 Release Version 7.9.0 pre-release beta
 
index 9b78098ea2d6173e6783060d9d5ac7df0395181e..f82ed69b75a71db8462036a88cf1f8ce6f7ad153 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 "7.9.1"
-#define BDATE   "29 May 2017"
-#define LSMDATE "29May17"
+#define VERSION "7.9.2"
+#define BDATE   "05 June 2017"
+#define LSMDATE "05Jun17"
 
 #define RELEASE 1   /* Use ONLY in rpms */