]> git.sur5r.net Git - bacula/bacula/commitdiff
Update doc
authorKern Sibbald <kern@sibbald.com>
Thu, 5 May 2005 09:35:40 +0000 (09:35 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 5 May 2005 09:35:40 +0000 (09:35 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1992 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ChangeLog
bacula/ReleaseNotes

index d6d28923a85ff7bfee74d579ea9b417bfc257545..b1f7ba64f4fa3fa05c44d460ae16d7f892f79b33 100644 (file)
@@ -1,5 +1,40 @@
 
+Changes to 1.37.16 (03May05): released 05May05
+03May05
+- Make a few tls ifdef tweaks.
+- Fix create_file.c Win32 problem pointed out by
+  Peter Sjoberg.
+- Fix really ugly bstrncpy() but found by Thorsten.
+- Move winapi.h/c from findlib to lib for inclusion in 
+  multiple places.
+02May05
+- Thorsten Engel finished his work on Win32 Unicode. We
+  now have a single executable that runs on all Win32 machines.
+- Move job initialization code after job scheduling so that
+  Verify jobs check for the prior JobId after they are really
+  started rather than before.
+- Fix lib/fnmatch.c so that it does proper testing before folding.
+- More documentation -- at tls and ansi labels chapters.
+- Fix fileset_convert.pl to handle empty Exclude statements.
+- Turn regex back off in Win32
+01May05
+- Fix sign extension problem in lex.c that reads UTF-8 
+  with Chinese characters incorrectly.
+
 Changes to 1.37.14:
+30Apr05
+- Remove a few HAVE_TLS #ifdefs
+- Implement final Python style interface. More implemention to
+  be done, but the interface should change little if at all.
+28Apr05
+- Make default no tls support. You must add 
+  --with-openssl to get tls support.
+27Apr05
+- Update Web header to include google search in the search
+  box -- thanks to input from Michel Meyers.
+- Fix md5sum so that it builds with the new openssl stuff.
+- Take some enhancements to the md5sum test program proposed
+  by a user.
 26Apr05
 - Apply Tru64 patch supplied by Pascal Pederiva <freebsd@paped.com>
 - Apply Unicode fixes for Win32 from "Thorsten Engel" 
index cb07214f91a4a9610ede5324244e950cfc1f05f5..dbdfb9a2198e78893559128290d281d346a61f08 100644 (file)
@@ -1,7 +1,7 @@
 
-          Release Notes for Bacula 1.37.14
+          Release Notes for Bacula 1.37.16
 
-  Bacula code: Total files = 422 Total lines = 129,844 (*.h *.c *.in)
+  Bacula code: Total files = 425 Total lines = 137,071 (*.h *.c *.in)
 
 Note! The DB has been upgraded from version 8 to 9 and requres
 a DB upgrade.
@@ -19,7 +19,9 @@ Major Changes:
 - New communications protocol between DIR and SD to reserve 
   drives.
 - Python Event support has been added. See below for
-  configuration and details.
+  configuration and details. Unfortunately, it is not yet complete
+  and the only really useful function is defining a new
+  Volume name.
 - DVD writing support, using parts, and a lot of new directives in
   the Device resource of the Storage configuration file thanks
   to Nicolas Boichat.
@@ -157,4 +159,4 @@ Other Items:
   files, called "parts".
 
 - For the details of the Python scripting support, please see the new
-  Python Scripting chapter in the manual.
\ No newline at end of file
+  Python Scripting chapter in the manual.