]> git.sur5r.net Git - bacula/bacula/commitdiff
Update ReleaseNotes, ChangeLog and version
authorKern Sibbald <kern@sibbald.com>
Wed, 7 Jun 2017 08:42:15 +0000 (10:42 +0200)
committerKern Sibbald <kern@sibbald.com>
Wed, 7 Jun 2017 08:42:15 +0000 (10:42 +0200)
bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h

index ec19207cb5b077bbb4d6704adbde3fc3a0212839..6353d69d98a7d20441ea13fbcc18abdaacdfae78 100644 (file)
@@ -1,7 +1,21 @@
-              Changelog on version 7.9.2
+              Changelog on version 7.9.3
 
 
 
+07Jun17
+ - Remove vestiges of crc32_bad -- fixes Solaris build
+ - Fix #2890 about segfault in .status command on Redhat 5 32bit
+ - Add missing semi-colon in bsys.c
+
+06Jun17
+ - baculum: Fix incorrect table name error during restore start
+
+30May17
+ - Display the correct address in lockdump for db_lock()
+
+Bugs fixed/closed since last release:
+2890
+
 05Jun17
  - Fix getmsg to handle additional forms of Progress messages
 
index 04d7a58ea695ba8e369364a567c7d1b13a52894b..d32f916485bac84484d9eedc2e5109643db39b85 100644 (file)
@@ -1,5 +1,19 @@
 
-               Release Notes for Bacula 7.9.2
+               Release Notes for Bacula 7.9.3
+
+Release Version 7.9.3 pre-release bet
+
+07Jun17
+ - Remove vestiges of crc32_bad -- fixes Solaris build
+ - Fix #2890 about segfault in .status command on Redhat 5 32bit
+ - Add missing semi-colon in bsys.c
+ - baculum: Fix incorrect table name error during restore start
+ - Display the correct address in lockdump for db_lock()
+
+Bugs fixed/closed since last release:
+2890
+
+Please read the release notes for 7.9.0, 7.9.1 and 7.9.2 below.
 
 Release Version 7.9.2 pre-release beta
 
index f82ed69b75a71db8462036a88cf1f8ce6f7ad153..62e99b7cc8201b8195f36d29df08069a2b614ac4 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.2"
-#define BDATE   "05 June 2017"
-#define LSMDATE "05Jun17"
+#define VERSION "7.9.3"
+#define BDATE   "07 June 2017"
+#define LSMDATE "07Jun17"
 
 #define RELEASE 1   /* Use ONLY in rpms */