From: Kern Sibbald Date: Fri, 18 Sep 2009 14:51:02 +0000 (+0200) Subject: Update 3.0.3 notes and date X-Git-Tag: Release-3.0.3~77 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=459433e4b54c6801bc2b8a7b2943044286679de4;p=bacula%2Fbacula Update 3.0.3 notes and date --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index e214e61e92..cbba966a2c 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -3,15 +3,19 @@ General: Release Version 3.0.3: +18Sep09 +ebl tweak space on projects file +kes Fix seg fault in ignoredir code +kes Apply Frank's slash patch 10Sep09 -kes Add more info when SD-connection refused -kes Fixes bug #1371 about segfault in SD -kes Fixes bug #1355 Director crashes with double free in Accurate SQL query -mvw Fixes bug #1365 and #1366 about MacOSX resource forks. -ebl Fixes bug #1369 about "Exclude Dir Containing" fileset option -kes Fixes bug #1368 ASSERT Failure on MacOS. -ebl Fixes bug #1364 and #1363 about compression buffer error. - +kes Add more info when SD-connection refused +kes Fixes bug #1371 about segfault in SD +kes Fixes bug #1355 Director crashes with double free in Accurate SQL query +mvw Fixes bug #1365 and #1366 about MacOSX resource forks. +ebl Fixes bug #1369 about "Exclude Dir Containing" fileset option +kes Fixes bug #1368 ASSERT Failure on MacOS. +ebl Fixes bug #1364 and #1363 about compression buffer error. + Release Version 3.0.2: 16Jul09 ebl Fix #1323 about a problem when mounting a requested volume @@ -58,7 +62,7 @@ mvw Fix 2 rather big bugs in the xattr and acl code and fix a small memory leak on a particular code path for Linux xattr/acl handling. ebl Update FileSetId when initializing job. ebl Add '*' when volume is online when displaying volume list in restore. - Should complete project 31. + Should complete project 31. 21Jun09 kes Re-fix bug #1311 if MaxDiffInterval exceeded ensure job upgraded 17Jun09 @@ -111,7 +115,7 @@ kes Fix Show FileSet command to handle spaces kes Add --with-bsrdir and --with-logdir for placement of Bacula bsr files and Bacula log files. - + Release Version 3.0.1: 29Apr09 kes Fix bug #1282 Setting job.Priority in python crashes director by diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index b03b12ff29..3b43d09b00 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -4,7 +4,7 @@ Bacula code: Total files = 1,009 Total lines = 206,204 (Using SLOCCount) Note, if you are not already running 3.0.x, read the 3.0.x release notes -below. Important!!! + below. Important!!! Version 3.0.3 is primarily a important bug fix update to version 3.0.2. @@ -13,12 +13,14 @@ Bug fixes: 1355, 1363, 1364, 1365, 1366, 1368, 1369, 1370, 1371 Compatibility: -Like always, both the Director and Storage daemon must be upgraded at -the same time. + As always, both the Director and Storage daemon must be upgraded at + the same time. + + Older 3.0.x and possibly 2.4.x File Daemons are compatible with the 3.0.3 + Director and Storage daemons. There should be no need to upgrade older File + Daemons. + -Older 3.0.x and possibly 2.4.x File Daemons are compatible with the 3.0.3 -Director and Storage daemons. It should be no need to upgrade older File -Daemon. ============ Documentation improvements needed ================== diff --git a/bacula/src/version.h b/bacula/src/version.h index 1d39e36418..9ec0585fac 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -1,11 +1,11 @@ /* - * Version $Id$ + * */ #undef VERSION #define VERSION "3.0.3" -#define BDATE "10 September 2009" -#define LSMDATE "10Sep09" +#define BDATE "18 September 2009" +#define LSMDATE "18Sep09" #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n" #define BYEAR "2009" /* year for copyright messages in progs */ diff --git a/bacula/technotes b/bacula/technotes index d4d3501afe..298dba64c6 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -2,25 +2,31 @@ General: +Release Version 3.0.3: +kes Cherry-pick 3.1.x commits + tweak space on projects file + Fix seg fault in ignoredir code + Apply Frank's slash patch 10Sep09 ebl Apply patches - Fix seg fault in SD bug #1371 - 3.0.2-Fix-seg-fault-in-SD-bug-1371.patch - Add more info when SD connection refused - 3.0.2-Add-more-info-when-SD-connection-refused.patch - Fix bug #1355 Director crashes with double free in Accurate SQL query - 3.0.2-accurate.patch - Fixes bug #1368 ASSERT Failure on MacOS. - 3.0.2-mac-path-len.patch - Fix #1364 and #1363 about compression buffer error. - 3.0.2-zlib-buffer.patch - Fixes bug #1365 and #1366 about MacOSX resource forks. - 3.0.2-bug-1365.patch and 3.0.2-bug-1366.patch - Fix "Exclude Dir Containing" fileset option - 3.0.2-exclude-dir-containing-fd.patch - 3.0.2-exclude-dir-containing.patch - 3.0.2-exclude-dir-containing-top_level.patch + Fix seg fault in SD bug #1371 + 3.0.2-Fix-seg-fault-in-SD-bug-1371.patch + Add more info when SD connection refused + 3.0.2-Add-more-info-when-SD-connection-refused.patch + Fix bug #1355 Director crashes with double free in Accurate SQL query + 3.0.2-accurate.patch + Fixes bug #1368 ASSERT Failure on MacOS. + 3.0.2-mac-path-len.patch + Fix #1364 and #1363 about compression buffer error. + 3.0.2-zlib-buffer.patch + Fixes bug #1365 and #1366 about MacOSX resource forks. + 3.0.2-bug-1365.patch and 3.0.2-bug-1366.patch + Fix "Exclude Dir Containing" fileset option + 3.0.2-exclude-dir-containing-fd.patch + 3.0.2-exclude-dir-containing.patch + 3.0.2-exclude-dir-containing-top_level.patch +Release version 3.0.2: 18Jul09 kes Fix bat command line input bug 17Jul09