From: Kern Sibbald Date: Mon, 17 Apr 2006 12:59:30 +0000 (+0000) Subject: - Replace a bunch of old 0x%x by %p. X-Git-Tag: Release-7.0.0~8059 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1cbc0f2db89689d4206afbddd1a530db2b547d3a;p=bacula%2Fbacula - Replace a bunch of old 0x%x by %p. - Get first cut of Migration with Job selection working. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2937 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/kernstodo b/bacula/kernstodo index 219a58a2ef..b752edd3a1 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -82,6 +82,7 @@ a list of 1 or more jobuids to migrate. [ possibly a Python event -- kes ] === +- Document export LDFLAGS=-L/usr/lib64 - Don't attempt to restore from "Disabled" Volumes. - Network error on Win32 should set Win32 error code. - What happens when you rename a Disk Volume? diff --git a/bacula/kes-1.39 b/bacula/kes-1.39 index 1b7c301025..3802437e5b 100644 --- a/bacula/kes-1.39 +++ b/bacula/kes-1.39 @@ -4,6 +4,8 @@ General: 17Apr06 - Correct some problems with database creation (new tables). +- Replace a bunch of old 0x%x by %p. +- Get first cut of Migration with Job selection working. 16Apr06 - Change store_bit() to store_bool() for the Spooling in dird_conf.c -- bug reported by Robert Nelson.