From: Eric Bollengier Date: Thu, 10 Sep 2009 12:56:06 +0000 (+0200) Subject: Update version and technotes X-Git-Tag: Release-3.0.3~89 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=aff518b17297d697235cb6659e7f9535d1a93e54;p=bacula%2Fbacula Update version and technotes --- diff --git a/bacula/src/version.h b/bacula/src/version.h index a9cfd5c4a3..1d39e36418 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "3.0.2" -#define BDATE "18 July 2009" -#define LSMDATE "18Jul09" +#define VERSION "3.0.3" +#define BDATE "10 September 2009" +#define LSMDATE "10Sep09" #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 968b93efb6..e84449dbe9 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -1,7 +1,18 @@ - Technical notes for current SVN + Technical notes for 3.0.3 General: +10Sep09 +ebl Apply +3.0.2-accurate.patch +3.0.2-bug-1365.patch +3.0.2-bug-1366.patch +3.0.2-exclude-dir-containing-fd.patch +3.0.2-exclude-dir-containing.patch +3.0.2-exclude-dir-containing-top_level.patch +3.0.2-mac-path-len.patch +3.0.2-zlib-buffer.patch + 18Jul09 kes Fix bat command line input bug 17Jul09