]> git.sur5r.net Git - bacula/bacula/commitdiff
- Replace a bunch of old 0x%x by %p.
authorKern Sibbald <kern@sibbald.com>
Mon, 17 Apr 2006 12:59:30 +0000 (12:59 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 17 Apr 2006 12:59:30 +0000 (12:59 +0000)
- 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

bacula/kernstodo
bacula/kes-1.39

index 219a58a2ef48803e3b4a9bdf96ac3d09d1610695..b752edd3a14aa85472dbf82afe3fd5072d1aa040 100644 (file)
@@ -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?
index 1b7c30102519d90246361c402b677c783766ef25..3802437e5b0ebc52136577d1466d7a4c2b0478ad 100644 (file)
@@ -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.