]> git.sur5r.net Git - bacula/bacula/commitdiff
Final changes
authorKern Sibbald <kern@sibbald.com>
Sat, 7 May 2005 17:22:45 +0000 (17:22 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 7 May 2005 17:22:45 +0000 (17:22 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2007 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ChangeLog
bacula/src/version.h

index b1f7ba64f4fa3fa05c44d460ae16d7f892f79b33..0964c0bfe01642be1d21fa8ecd827e58ba2c4956 100644 (file)
@@ -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
index c2cc7e6d13950e4e736bdb98053db4611cebd7bf..a8578b5461f8b3c278ea6770fd07478c278d2794 100644 (file)
@@ -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 */