From: Kern Sibbald Date: Thu, 14 May 2009 10:21:13 +0000 (+0000) Subject: bat not installed even if configured. Fix by working X-Git-Tag: Release-3.0.2~241 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4b0e2256fa6aef6173f69bd0c3511def14dd0204;p=bacula%2Fbacula bat not installed even if configured. Fix by working around apparent bug in qmake git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8824 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/qt-console/bat.pro.in b/bacula/src/qt-console/bat.pro.in index b779743e94..046bbad51e 100644 --- a/bacula/src/qt-console/bat.pro.in +++ b/bacula/src/qt-console/bat.pro.in @@ -157,7 +157,7 @@ SOURCES += status/storstat.cpp HEADERS += util/fmtwidgetitem.h util/comboutil.h SOURCES += util/fmtwidgetitem.cpp util/comboutil.cpp -INSTALLS += bins +INSTALLS = bins INSTALLS += confs INSTALLS += help diff --git a/bacula/src/version.h b/bacula/src/version.h index 91a53c34c7..501b624e00 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "3.0.1" -#define BDATE "13 May 2009" -#define LSMDATE "13May09" +#define VERSION "3.0.2" +#define BDATE "14 May 2009" +#define LSMDATE "14May09" #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n" #define BYEAR "2009" /* year for copyright messages in progs */ @@ -46,7 +46,7 @@ #define TRACE_FILE 1 /* If this is set stdout will not be closed on startup */ -/* #define DEVELOPER 1 */ +#define DEVELOPER 1 /* * SMCHECK does orphaned buffer checking (memory leaks) diff --git a/bacula/technotes b/bacula/technotes index c37e3f21de..c0b4389113 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -2,6 +2,9 @@ General: +14May09 +kes bat not installed even if configured. Fix by working + around apparent bug in qmake. 13May09 ebl Turn on lockmanager when using DEVELOPER flag 07May09