From dc61d6e861bafc05fde2fbe6c7fef92b99a04860 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 5 May 2005 09:35:40 +0000 Subject: [PATCH] Update doc git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1992 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/ChangeLog | 35 +++++++++++++++++++++++++++++++++++ bacula/ReleaseNotes | 10 ++++++---- 2 files changed, 41 insertions(+), 4 deletions(-) diff --git a/bacula/ChangeLog b/bacula/ChangeLog index d6d28923a8..b1f7ba64f4 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -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 - Apply Unicode fixes for Win32 from "Thorsten Engel" diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index cb07214f91..dbdfb9a219 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -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. -- 2.39.5