From c205f98aff775e96e18dc0af2f194e76f2ddaaa9 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 9 Sep 2007 18:46:00 +0000 Subject: [PATCH] Update Release Notes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@5508 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/ReleaseNotes | 11 ++++++++++- bacula/src/version.h | 6 +++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index f8247782b2..b00e0e0dff 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,5 +1,5 @@ - Release Notes for Bacula 2.2.2 + Release Notes for Bacula 2.2.3 Bacula code: Total files = 520 Total lines = 195,550 (*.h *.c *.in) 82 new files, 41,221 new lines of code, 208,380 lines of change from 2.0.3 @@ -10,6 +10,15 @@ use some of the new features that affect the FD. In other words, you should 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 + restored. MediaId was not properly set in JobMedia record after + a Volume change. +- 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 - Detect if new PosgreSQL batch insert API is present. - Correct incorrect mempool call causing Director crash. diff --git a/bacula/src/version.h b/bacula/src/version.h index f51da3cd35..6c4d7e881b 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "2.2.2" -#define BDATE "06 September 2007" -#define LSMDATE "06Aug07" +#define VERSION "2.2.3" +#define BDATE "09 September 2007" +#define LSMDATE "09Aug07" #define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n" #define BYEAR "2007" /* year for copyright messages in progs */ -- 2.39.5