From df2dd91275d6b7855f8e0acd83b44f823a773f36 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 23 Feb 2010 10:48:42 +0100 Subject: [PATCH] Tweak update ChangeLog and ReleaseNotes --- bacula/ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++ bacula/ReleaseNotes | 17 +++++++++++++++-- 2 files changed, 55 insertions(+), 2 deletions(-) diff --git a/bacula/ChangeLog b/bacula/ChangeLog index cd3b5da22e..8f9a4c795a 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -4,6 +4,46 @@ General: Release Version 5.0.1 +23Feb10 +- Ensure SD asks for help when looping even if poll set. Fixes bug #1513 + +21Feb10 +- Fix three-pool regress bug +- Replace MIN by code as recommended by Marco to avoid compiler warning +- Make script more portable +- Add Fedora 11 and 12 build tags. +- Lets close the Ingres cursor otherwise the code complains the cursor is still + open when we try to reuse it. +- Fix segv when indicator field is null. Also added some extra checks around + free calls so we don't try to free null pointers. +- Changed strcpy to bstrncpy and sprintf to bsnprintf and changed the bsnprintf + format. +- Small indent changes + +20Feb10 +- Sync between master and this branch as some ingres changes did go into master + but not into this branch. +- Remove include file that makes the compile complain and doesn't seem to be + used as removing makes the code compile ok. +- Some small indent changes. +- Reindented myingres.sc to Bacula "style" and regenerated myingres.c +- Merged in rejects from previous patch and regenerated new myingres.c from + myingres.sc using esqlc. Changed sprintf into snprintf. +- Added patch from Stefan Reddig -- fixed date types, errmsg +- Added patch from Stefan Reddig -- improved ingres db test +- Added patch from Stefan Reddig -- added some checks, db test prog +- Forgot one exit. +- Fixes for client only build. +- Fix seg fault in dup jobs regression test +- Possible fix for FreeBSD three-pool regress failure +- Remove duplicate. +- Remove mysql version variable. +- Enable readline support. +- bug report 1505 +- This version fixes an issue where the console window would start out not + docked. It is fixed by initiating the variables in the Pages class with a + constructor. + 19Feb10 - Fix make_catalog_backup.pl fails when catalog db is on other host diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 0ef56b415d..dc4aaabc62 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -9,6 +9,12 @@ reworked, and the default value has changed. See below. Truncate On Purge has been totally rewritten. See the new features section of the manual. + +When Volume Poll Interval is set in the SD DEVICE configuration, +(default 5 mins), after a certain number of polling tries (approx +10) polling will stop and the operator will be asked to +resolve the problem. Previously there was no limit, and an +error message could be produced at each poll attempt. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Changes since 5.0.0 @@ -31,8 +37,15 @@ Directives: - Truncate on Purge rewritten. See New Features section in the manual. Bug fixes: -1448 1466 1467 1468 1476 1481 1486 1488 1494 1497 1499 1501 1509 - +1448 1466 1467 1468 1476 1481 1486 1488 1494 1497 +1499 1501 1505 1509 1513 + +- Ensure SD asks for help when looping even if poll set. Fixes bug #1513. +- Fix three-pool regress bug +- Modify bacula.spec fixes bug #1505 +- This version fixes an issue where the console window would start out + docked. It is fixed by initiating the variables in the Pages class wi + constructor. - Fix make_catalog_backup.pl fails when catalog db is on other host - Apply MacOSX installer patch from bug #1509 - Apply fix to previous fix of Copy problem. Fix proposed by reporter o -- 2.39.5