From a081c25f122ad228842addec5eee6d81f042fa20 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 22 May 2003 15:52:54 +0000 Subject: [PATCH] Update ChangeLog git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@532 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 523c0c0ae1..cb7065b936 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,3 +1,17 @@ +2003-05-20 Version 1.31 Beta 22May03 +- I discovered that C++ permits "prototyping" structures e.g. struct A; is + a valid statement. This permitted me to eliminate all the void *jcr, in + favor of JCR *jcr, which pointed out a number of bugs in block.c. +- Change lib/bmisc.c to bsys.c (system routines). +- Add set_working_directory() to lib/util.c +- Remove some unneeded setjcr_job_status() since Jmsg(jcr, M_FATAL,...) + already sets it. +- Do not increment jcr->Errors for Fatal errors -- they represent non-fatal + errors. +- Fix a few more places in FD where Errors was not incremented. +- Print unexpected (or incorrect) termination message returned from FD. +- Use switch() instead of giant if statement in verify_vol.c +- Protect overrun from do_shell_expansion() by passing max length. 2003-05-20 Version 1.31 Beta 20May03 - Add mandrake to platforms - Suppress error messages if no bytes written to tape. -- 2.39.5