From: Kern Sibbald Date: Wed, 23 Jul 2008 17:20:37 +0000 (+0000) Subject: Update Release Notes X-Git-Tag: Release-2.4.2~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9b261a25c3daf4ecbee6b8cad777ac0d39ed05b8;p=bacula%2Fbacula Update Release Notes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7426 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 8264b6ff40..cab1766044 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -2,6 +2,12 @@ General: Release Version 2.4.2 +23Jul08 +kes Apply patch submitted for bug #1107 with a small modification. + This fixes a bug where bcopy copied too many records. +kes Make some tweaks to bsmtp based on patch submitted in bug #1124. + This fixes bug #1124. +kes Make the default bat restore Pool be Any. This fixes bug #1118. 22Jul08 kes Minor cleanups. kes Fix bug #1125 which reports a SD crash at the end of a tape diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index a76225d177..2c4d3058b4 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -18,9 +18,14 @@ Release 2.4.2 This is a bug fix for version 2.4.1. Bugs Fixed: - 1034, 1125 + 1034, 1125, 1118, 1124, 1107 Change Summary: +- Apply patch submitted for bug #1107 with a small modification. + This fixes a bug where bcopy copied too many records. +- Make some tweaks to bsmtp based on patch submitted in bug #1124. + This fixes bug #1124. +- Make the default bat restore Pool be Any. This fixes bug #1118. - Fix bug #1125 which reports a SD crash at the end of a tape during restore. It was a debug statement that should not be in a release.