]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove typedef uLong for HP in baconfig.h. It broke things.
authorKern Sibbald <kern@sibbald.com>
Sun, 10 Dec 2006 09:32:50 +0000 (09:32 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 10 Dec 2006 09:32:50 +0000 (09:32 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3787 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/baconfig.h
bacula/src/version.h
bacula/technotes-1.39

index 88e7da97ec3e46d70db85c122dd38f652e81df2a..cec015ce573be519aefdae8012f082c7261da3db 100644 (file)
@@ -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 */
 
 
index dca4fb1ff7dc69a648609ef94b916db8cdc655bb..26f690b4d66dae4b8b3aa1dc88af14d572f43dae 100644 (file)
@@ -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 */
index 02dec132c5d73285019dfd9edd341d6aa7ba8495..e807fe2b597fb3ba1c0486e247ff5240f08e4b70 100644 (file)
@@ -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