]> git.sur5r.net Git - bacula/bacula/commitdiff
Update version + ChangeLog + ReleaseNotes
authorKern Sibbald <kern@sibbald.com>
Sun, 11 May 2014 10:03:01 +0000 (12:03 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 11 May 2014 10:03:01 +0000 (12:03 +0200)
bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h

index 2228967573c1471cb787d5fb37164e75b908a079..8ee753f33f8da1c098e4998c60cd9150d1d7dc79 100644 (file)
@@ -1,4 +1,56 @@
-              Changelog on version 7.0.2
+              Changelog on version 7.0.3
+
+Release version 7.0.3
+11May14
+ - Tighten error condition handling in sellist
+ - Add new cancel test
+
+06May14
+ - Update LICENSE and LICENSE-FAQ
+
+03May14
+ - Also update autoconf/aclocal.m4
+ - Reschedule on error caused EndTime to be incorrect -- fixes bug #2029
+ - Flush console queued job messages -- should fix bug #2054
+ - Attempt to fix FreeBSD echo/printf, bug #2048
+ - Update to newer libtool + config.guess
+ - Recompile configure
+ - Apply fix supplied for acl.c in bug #2050
+
+01May14
+ - Fix a SD seg fault that occurs with over committed drives
+
+28Apr14
+ - Clear bvfs cache and set debug options available only for admin
+ - Moved auth params to curl opts
+ - Filtred single results for restricted consoles
+
+27Apr14
+ - Removed unnecessary debug
+ - Changed e-mail address in gettext file
+ - Support for customized and restricted consoles
+
+15Apr14
+ - Misc changes for rpm building (made by Louis)
+
+13Apr14
+ - Updated requirements for Baculum
+
+12Apr14
+ - Apply fix for bug 2049: wrong drive selected
+
+11Apr14
+ - Fix #2047 about bthread_cond_wait_p not declared
+
+09Apr14
+ - Fix Bacula bug #2044 -- fix Makefile for bplugininfo linking
+ - Fix Bacula bug #2046 -- sellist limited to 10000
+ - Fix Bacula bug #2045 -- multiply defined daemon_event
+ - Fix Bacula bug #2020 overflow in btape -- Andreas Koch
+
+Bugs fixed/closed since last release:
+2020 2029 2044 2045 2046 2047 2048 2050 2054
+
 
 Release version 7.0.2
 02Apr14
index 19fda5a547b970b6e20080b04d84a88770cc21d7..43e61c8d065417e24f2e5db8215195e65475eccd 100644 (file)
@@ -1,6 +1,42 @@
 
-               Release Notes for Bacula 7.0.2
-
+               Release Notes for Bacula 7.0.3
+
+Release version 7.0.3
+This is a bug fix release to version 7.0.2. We recommend that
+everyone using version 7.0.2 upgrade to this version.
+
+12May14
+ - Tighten error condition handling in sellist
+ - Add new cancel test
+ - Update LICENSE and LICENSE-FAQ
+ - Also update autoconf/aclocal.m4
+ - Reschedule on error caused EndTime to be incorrect -- fixes bug #2029
+ - Flush console queued job messages -- should fix bug #2054
+ - Attempt to fix FreeBSD echo/printf, bug #2048
+ - Update to newer libtool + config.guess
+ - Recompile configure
+ - Apply fix supplied for acl.c in bug #2050
+ - Fix a SD seg fault that occurs with over committed drives
+ - Clear bvfs cache and set debug options available only for admin
+ - Moved auth params to curl opts
+ - Filtred single results for restricted consoles
+ - Removed unnecessary debug
+ - Changed e-mail address in gettext file
+ - Support for customized and restricted consoles
+ - Misc changes for rpm building (made by Louis)
+ - Updated requirements for Baculum
+ - Apply fix for bug 2049: wrong drive selected
+ - Fix #2047 about bthread_cond_wait_p not declared
+ - Fix Bacula bug #2044 -- fix Makefile for bplugininfo linking
+ - Fix Bacula bug #2046 -- sellist limited to 10000
+ - Fix Bacula bug #2045 -- multiply defined daemon_event
+ - Fix Bacula bug #2020 overflow in btape -- Andreas Koch
+
+Bugs fixed/closed since last release:
+2020 2029 2044 2045 2046 2047 2048 2050 2054
+
+
+===================================================================
 Release version 7.0.2
 This is a minor update since version 7.0.1 that is mostly cleanup.
 However, there is one annoying bug concerning shell expansion of
index 4e2b062894543b2682cea6046f7e1e9d42a8f9c1..f400658bd11f67b13be7146a15d2fa43ea99c537 100644 (file)
@@ -1,8 +1,8 @@
 
 #undef  VERSION
-#define VERSION "7.0.2"
-#define BDATE   "02 April 2014"
-#define LSMDATE "02Apr14"
+#define VERSION "7.0.3"
+#define BDATE   "12 May 2014"
+#define LSMDATE "12May14"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2014 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2014"       /* year for copyright messages in progs */