From: Kern Sibbald Date: Tue, 6 Jun 2006 18:44:20 +0000 (+0000) Subject: Fix Win32 cross-compile X-Git-Tag: Release-7.0.0~7954 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5cdacd591b85bbc3301a96a0d27d3370b2894058;p=bacula%2Fbacula Fix Win32 cross-compile git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3049 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/kes-1.38 b/bacula/kes-1.38 index b9a436cce0..99803cb71d 100644 --- a/bacula/kes-1.38 +++ b/bacula/kes-1.38 @@ -2,6 +2,12 @@ Kern Sibbald General: +04Jun06 +- Modify configure.in to check for typeof(). +- Better detection of postgresql installation if pg_conf works. +- Fix RescheduleTimes = 0 bug (should not reschedule). +- Down port from 1.39: fixes for reload, autochanger error messages, + scheduler fixes for reload and day light savings change, 01Jun06 - Implement partial error messages for src/filed/acl.c - Fix return code to fail when doing update barcodes and @@ -11,8 +17,6 @@ General: 26May06 - Prevent DVD code from rewriting label if the device cannot be opened read/write. -- Used __GNUC__ to detect GNU g++ as suggested by John Goerzen to - fix Debian build bug. - Fix Dir/SD run race in migrate.c, verify.c, and restore.c - Update projects file. 24May06