From: Kern Sibbald Date: Sun, 10 Dec 2006 09:32:50 +0000 (+0000) Subject: Remove typedef uLong for HP in baconfig.h. It broke things. X-Git-Tag: Release-2.0.0~130 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f9b47c55730555429b9f223cd95ce736741bcffb;p=bacula%2Fbacula Remove typedef uLong for HP in baconfig.h. It broke things. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3787 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/baconfig.h b/bacula/src/baconfig.h index 88e7da97ec..cec015ce57 100644 --- a/bacula/src/baconfig.h +++ b/bacula/src/baconfig.h @@ -665,7 +665,6 @@ extern int h_errno; */ extern "C" int getdomainname(char *name, int namelen); extern "C" int setdomainname(char *name, int namelen); -#define uLong unsigned long #endif /* HAVE_HPUX_OS */ diff --git a/bacula/src/version.h b/bacula/src/version.h index dca4fb1ff7..26f690b4d6 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "1.39.30" -#define BDATE "08 December 2006" -#define LSMDATE "08Dec06" +#define VERSION "1.39.31" +#define BDATE "10 December 2006" +#define LSMDATE "10Dec06" #define PROG_COPYRIGHT "Copyright (C) %d-2006 Free Software Foundation Europe e.V.\n" #define BYEAR "2006" /* year for copyright messages in progs */ diff --git a/bacula/technotes-1.39 b/bacula/technotes-1.39 index 02dec132c5..e807fe2b59 100644 --- a/bacula/technotes-1.39 +++ b/bacula/technotes-1.39 @@ -1,8 +1,20 @@ Technical notes on version 1.39 General: +10Dec06 +kes Remove typedef uLong for HP in baconfig.h. It broke things. +lf Fix job byte reporting -- the digest code runs in verify.c and + increases this value. The better solution is to digest the + stream as we receive it, thus removing the need to re-read + from disk at all, but that requires more extensive and + potentially destabilizing changes. +lf This commit fixes backup and restore of HFS+ resource forks. +lf Add a long-missing 'break' statement in HFS+ attribute + handling that resulted in restore failures. 09Dec06 ebl Fix runscript to always execute command after all job type. + +Version 1.39.30 released: 08Dec06 kes Mark build-depkgs-mingw3 executable in configure process. kes Update autoconf/config.h.in to include LOCALEDIR