From: Kern Sibbald Date: Mon, 10 Sep 2007 12:03:40 +0000 (+0000) Subject: Update release notes X-Git-Tag: Release-2.2.3~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=642c6efd1e8a1fcf734fcdb950d6493e28f2ccb8;p=bacula%2Fbacula Update release notes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@5510 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index b00e0e0dff..5142ee5c49 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -11,17 +11,23 @@ not have to upgrade all your File daemons when you upgrade. There is no database upgrade needed from version 2.0.x to 2.2.0. Version 2.2.3 is a critical bug fix release to version 2.2.2 -- Fix bug #935, and probably also bug #903 where files were not +- Fix bug #935, and possibly also bug #903 where files were not restored. MediaId was not properly set in JobMedia record after - a Volume change. + a Volume change. This bug is known to affect all versions from + 2.0.0 on, and probably versions prior to that. A detailed analysis + of the bug can be found at: + + http://www.bacula.org/downloads/bug-395.txt + - Add ./configure search in qwt-qt4 for qwt package - Apply Martin Simmons patch that should turn off the new API usage when batch insert is turned off allowing building on older PostgreSQLs. -Version 2.2.2 is a bug fix release to 2.2.1 +Version 2.2.2 is a minor bug fix release to 2.2.1 - Detect if new PosgreSQL batch insert API is present. -- Correct incorrect mempool call causing Director crash. +- Correct incorrect mempool call causing Director crash on older + systems that do not have va_copy(). - Update spec files for 2.2.1 release Version 2.2.1 is mainly a minor bug fix release to version 2.2.0, diff --git a/bacula/technotes-2.1 b/bacula/technotes-2.1 index cd022f7bc1..fa5c650271 100644 --- a/bacula/technotes-2.1 +++ b/bacula/technotes-2.1 @@ -1,6 +1,7 @@ Technical notes on version 2.2 General: +Release Version 2.2.3 09Sep07 kes Fix bug #935, and probably also bug #903 where files were not restored. MediaId was not properly set in JobMedia record after