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
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
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
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.
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 ==================
/*
- * 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 */
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