From: Kern Sibbald Date: Fri, 15 Jun 2007 07:39:14 +0000 (+0000) Subject: Final changes X-Git-Tag: Release-7.0.0~6135 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f04ef7f3c4776c2a53941fb6fc8811a1725c953b;p=bacula%2Fbacula Final changes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5016 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 0d50c90d98..ba6d35445d 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,6 +1,16 @@ Technical notes on version 2.1 General: +Release: 2.1.14 beta +14Jun07 +kes Do not free a volume on a tape drive until another volume is + mounted and read, or the autochanger unloads the volume. + This should help the SD re-use volumes that are already mounted, + and should fix bug #886. +kes Apply patch from user brettedgar that allows gnome2-console include + the OpenSSL libraries, and hence work with SSL. Fixes bug #885. +kes Apply patch from Lucien Weller that fixes day of week calculation + because of DST flag problem. Fixes bug #887. 10Jun08 kes Move find_next_appendable_volume() to after acquiring a valid device in reserve.c. This fixes bug #864 -- confirmed by reporter.