]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kes-1.37
- Add Scratch to PoolType in PostgreSQL make...tables and do not
[bacula/bacula] / bacula / kes-1.37
index 8272bfc7794a7fd7b834375d4e20019556f6c6ce..9f6a28e16364c9e55f18b46596407a2b6301e2b1 100644 (file)
@@ -4,6 +4,23 @@
 General:
 
 Changes to 1.37.18:
+16May05
+- Add Scratch to PoolType in PostgreSQL make...tables and do not
+  permit NULL PoolTypes. Fix for bug 319 reported by Eric.
+- Update LICENSE.
+- Add quotes around filename in parse_config error message. Bug
+  reported by Eric.
+15May05
+- Change nested \include to \input so that sections are properly
+  included in the pdf manual -- update the Web site.
+- Set reconnect flag in MySQL packet to 1 to ensure that connection
+  is re-established.  MySQL 5 changed default to 0. Fixes bug report.
+- Fix Scratch pool handling as reported in a bug by Eric Bollengier
+  by applying his patch.
+- Remove delete job in favor of delete jobid.
+- Add = NULL to configfile definitions as reported by Eric in a bug
+  report.
+- Update winbacula.nsi.in to reflect new manual file structure.
 10May05
 - Correct a minor build problem with wx-console.
 - Add cancel() to Dir Python scripting.