kes Eliminate the egg files from the tray-monitor. Use gtk calls.
kes Add a tooltip to the tray monitor.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5359
91ce42f0-d328-0410-95d8-
f526ca767f89
src/tools/Makefile \
po/Makefile.in \
$PFILES ],
- [(echo "Doing make of dependencies"; ${MAKE:-make} depend;) ]
+ [ ]
)
+if test "${support_bat}" = "yes" ; then
+ cd src/qt-console
+ chmod 755 install_conf_file build-depkgs-qt-console
+ echo "Creating bat Makefile"
+ qmake
+ cd ${BUILD_DIR}
+fi
+
+echo "Doing make of dependencies"
+${MAKE:-make} depend
+
cd scripts
chmod 755 startmysql stopmysql bacula startit stopit btraceback mtx-changer
chmod 755 dvd-handler dvd-simulator
chmod 755 src/win32/build-depkgs-mingw32
-if test "${support_bat}" = "yes" ; then
- cd src/qt-console
- chmod 755 install_conf_file build-depkgs-qt-console
- echo "Creating bat Makefile"
- qmake
- cd ${BUILD_DIR}
-fi
if test "x$ac_cv_sys_largefile_CFLAGS" != "xno" ; then
;;
esac
done ;;
- default ) (echo "Doing make of dependencies"; ${MAKE:-make} depend;)
+ default )
;;
esac
done
fi
+if test "${support_bat}" = "yes" ; then
+ cd src/qt-console
+ chmod 755 install_conf_file build-depkgs-qt-console
+ echo "Creating bat Makefile"
+ qmake
+ cd ${BUILD_DIR}
+fi
+
+echo "Doing make of dependencies"
+${MAKE:-make} depend
+
cd scripts
chmod 755 startmysql stopmysql bacula startit stopit btraceback mtx-changer
chmod 755 dvd-handler dvd-simulator
chmod 755 src/win32/build-depkgs-mingw32
-if test "${support_bat}" = "yes" ; then
- cd src/qt-console
- chmod 755 install_conf_file build-depkgs-qt-console
- echo "Creating bat Makefile"
- qmake
- cd ${BUILD_DIR}
-fi
if test "x$ac_cv_sys_largefile_CFLAGS" != "xno" ; then
*/
#undef VERSION
-#define VERSION "2.3.0"
-#define BDATE "15 August 2007"
-#define LSMDATE "15Aug07"
+#define VERSION "2.3.1"
+#define BDATE "16 August 2007"
+#define LSMDATE "16Aug07"
#define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n"
#define BYEAR "2007" /* year for copyright messages in progs */
Technical notes on version 2.3
General:
+16Aug07
+kes Fix configure to create bat Makefile before creating dependencies.
+kes Eliminate the egg files from the tray-monitor. Use gtk calls.
+kes Add a tooltip to the tray monitor.
15Aug07
kes Update AUTHORs file
kes Increase the default max concurrent jobs to 20 in FD and SD to