From: Robert Nelson Date: Sat, 5 Aug 2006 22:36:20 +0000 (+0000) Subject: Updated with my changes. X-Git-Tag: Release-2.0.0~653 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5b1a10473a6faf6329feaef678755c1ea3660851;p=bacula%2Fbacula Updated with my changes. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3252 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/technotes-1.39 b/bacula/technotes-1.39 index 8ac1fc27df..9acf40afba 100644 --- a/bacula/technotes-1.39 +++ b/bacula/technotes-1.39 @@ -2,6 +2,24 @@ General: 05Aug06 +rbn Fixed the Windows Makefiles so that they won't accidently try and + pickup binaries for the Unix build. This allows both the Unix + build and the Windows build to be built in the same tree without + interfering with each other. +rbn Fixed error handling and cleaned up mtx-changer.cmd. +rbn Added the rest of the database scripts. These are installed but are + not yet editted for variable replacement. +rbn Broke out the cats functionality from bacula.dll and put into new + separate dlls for each database type. At installation time the + correct one is copied to bacula_cats.dll. +rbn Eliminate the need to install the mysql.dll on client only builds. +rbn Moved dird/sql_cmds.c into the cats directory so all the database + specific #ifdefs were in the cats directory. +rbn Added a new sql_cmds.h with all the declarations for the variables + exported from sql_cmds.c. +rbn Moved catalog_db[] from lib/message.c to a new routine db_get_type() + which is implemented in bdb.c, mysql.c, postgresql.c and sqlite.c in + src/cats. kes Correct improperly formated list command output reported by Dan. 04Aug06 kes Correct despool time calculation.