From: Kern Sibbald Date: Wed, 7 May 2008 12:02:55 +0000 (+0000) Subject: Prepare for 2.2.10-b2 X-Git-Tag: Release-2.4.0~50 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f46ea67fea62b1fa87003947aa8f09816f2d8b33;p=bacula%2Fbacula Prepare for 2.2.10-b2 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@6905 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 7fe65ab0b4..ad29b7f4c8 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,6 +1,33 @@ Technical notes on version 2.2.x General: +Beta Release Version 2.2.10-b2 +03May08 +kes Rework SD acquire for read to handle autochanger Volume + swapping. +kes Implement regression that explicitly tests swapping a Volume + from one drive to another. +kes Enhance disk-changer to detect most error conditions. +kes Fix SD code so that it properly swaps a Volume between drives. + This fixes bug #1083. +01May08 +kes Prevent a Volume that is being swapped from being freed from + the volume list. This will most likely fix, at least partially, + bug #1083. +kes Fix strippath so that it does not get a buffer overrun and crash FD. + This fixes bug #1078. +kes Make inability to change owner/group when creating a dir only a + warning rather than an error. +28Apr08 +ebl Fix SQL query in migration code +19Apr08 +kes Force unload of volume when wrong volume mounted in SD. +17Apr08 +kes Fix bat seg fault at termination. +kes Add Bacula generated version to bat about box. + + +Beta Release Version 2.2.10-b1 16Apr08 kes Permit multiple simultaneous restores -- experiment. 15Apr08 diff --git a/bacula/src/version.h b/bacula/src/version.h index 364a962f3f..92c8474c1c 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -4,8 +4,8 @@ #undef VERSION #define VERSION "2.2.10-b2" -#define BDATE "03 May 2008" -#define LSMDATE "03May08" +#define BDATE "07 May 2008" +#define LSMDATE "07May08" #define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n" #define BYEAR "2008" /* year for copyright messages in progs */ diff --git a/bacula/technotes-2.1 b/bacula/technotes-2.1 index 72c48e9a16..fa58a26bd1 100644 --- a/bacula/technotes-2.1 +++ b/bacula/technotes-2.1 @@ -1,6 +1,9 @@ Technical notes on version 2.2 General: + +Beta Release Version 2.2.10-b2 +07May08 03May08 kes Rework SD acquire for read to handle autochanger Volume swapping. @@ -31,7 +34,6 @@ kes Permit multiple simultaneous restores -- experiment. 15Apr08 kes Backport development stream SD reservation system changes. See below: -=== 16Apr08 kes Move final volume swapping code to DCR method and call it from acquire_for_read().