From 007fecba21f4b20681c5cfdf5d93ee3d3a5b72f5 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 25 Sep 2008 20:07:52 +0000 Subject: [PATCH] Fix Win32 build to include new library function git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7647 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/version.h | 6 +++--- bacula/src/win32/dll/bacula.def | 1 + bacula/technotes-2.5 | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bacula/src/version.h b/bacula/src/version.h index 94e7bf20f1..c8c8a09200 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "2.5.3" -#define BDATE "24 September 2008" -#define LSMDATE "24Sep08" +#define VERSION "2.5.4" +#define BDATE "25 September 2008" +#define LSMDATE "25Sep08" #define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n" #define BYEAR "2008" /* year for copyright messages in progs */ diff --git a/bacula/src/win32/dll/bacula.def b/bacula/src/win32/dll/bacula.def index 18feacbb94..ad6941d5dd 100644 --- a/bacula/src/win32/dll/bacula.def +++ b/bacula/src/win32/dll/bacula.def @@ -454,6 +454,7 @@ _Z13is_name_validPcPS_ _Z13str_to_uint64Pc _Z14size_to_uint64PciPy _Z17duration_to_utimePcPx +_Z22edit_int64_with_commasxPc _Z23edit_uint64_with_commasyPc _Z23edit_uint64_with_suffixyPc diff --git a/bacula/technotes-2.5 b/bacula/technotes-2.5 index eab33fbe5a..241f5eb79b 100644 --- a/bacula/technotes-2.5 +++ b/bacula/technotes-2.5 @@ -19,6 +19,7 @@ remove reader/writer in FOPTS???? General: 25Sep08 +kes Fix Win32 build to include new library function. kes Remove some old reader/writer code. kes Implement ./configure --with-plugindir=xxx ebl Fix the mysql bug in the new accurate code -- 2.39.5