From 74d83dd0bb4ee5385648fda4b62211a43f46c153 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 7 May 2005 17:22:45 +0000 Subject: [PATCH] Final changes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2007 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/ChangeLog | 20 ++++++++++++++++++++ bacula/src/version.h | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/bacula/ChangeLog b/bacula/ChangeLog index b1f7ba64f4..0964c0bfe0 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,3 +1,23 @@ +Changes to 1.37.16 (07May05): released 07May05 +07May05 +- Implement cstrlen() in sql list routines. +- Implement caching of attributes to add the + signature so that only one DB call will be made + per file. Not yet turned on. +- Fix Win32 build for TLS. +- Optimize File pruning to eliminate one database call. +- Fix bug that prevented File pruning from working. +- Implement a cstrlen() which returns the character + length of a UTF-8 string. +06May05 +- Move test for MaxStartDelay as suggested by Peter. +- Implement Python methods (I had to read the Python source + code). +- Implement run() method in Director. +- Add Priority and Scheduled time to Job report. +- Add JobInit and JobRun events. +- Add Priority as Python read/write attribute to Job. +- Correct typo in bsmtp reported by Jo. Changes to 1.37.16 (03May05): released 05May05 03May05 diff --git a/bacula/src/version.h b/bacula/src/version.h index c2cc7e6d13..a8578b5461 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -12,7 +12,7 @@ #define TRACE_FILE 1 /* If this is set stdout will not be closed on startup */ -#define DEVELOPER 1 +/* #define DEVELOPER 1 */ -- 2.39.5