From 259b3ebe70da90a8375438139674d1ba552cf1dc Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 18 Nov 2002 17:55:38 +0000 Subject: [PATCH] Update ChangeLog git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@201 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/ChangeLog | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 6d3a6be1f5..a3463631c0 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,5 +1,18 @@ -2002-mm-dd Version 1.27 (14Nov02) not yet released +2002-mm-dd Version 1.27 (18Nov02) not yet released + +General: from kes18Nov02 +- Did a number of cleanups of string copying to limit the length + and prevent buffer overflows. + +Changes submitted this submission: +- Added a mutex arount the gethostbyname() so that multiple simultaneous + jobs get the correct address. +- Added the MaxVolJobs to the Media alter tables script for MySQL (forgot it). +- Changed arg to db_find_job_start_time to be POOLMEM for returning the string. +- Add the new VolUseDuration and MaxVolJobs to all the db_ routines. +- Use bstrncpy() in most places in the db_ routines to prevent a bad + database from crashing Bacula (self protection). General: from kes13Nov02 - You MUST either re-initialize your databases or use the -- 2.39.5