]> git.sur5r.net Git - bacula/bacula/commitdiff
Updated with my changes.
authorRobert Nelson <robertn@the-nelsons.org>
Sat, 5 Aug 2006 22:36:20 +0000 (22:36 +0000)
committerRobert Nelson <robertn@the-nelsons.org>
Sat, 5 Aug 2006 22:36:20 +0000 (22:36 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3252 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/technotes-1.39

index 8ac1fc27df5641a0796300f403b24c159d553479..9acf40afbacb5e374db6d2678696bb7da583bd08 100644 (file)
@@ -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.