From: Kern Sibbald Date: Mon, 22 Dec 2008 15:14:11 +0000 (+0000) Subject: Tweak release notes X-Git-Tag: Release-2.4.4~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1a509bd926002fcb883c6eab85c46bafa951efe5;p=bacula%2Fbacula Tweak release notes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@8229 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 0e43df81d4..7679047b47 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,6 +1,18 @@ Technical notes on version 2.4.x General: +Beta Release Version 2.4.4-b2 +22Dec08 +kes Modify sql_update.c to edit zeros rather than NULL in unset + fields. This should fix bug #1206, where apparently the user + has modified the Bacula schema. +20Dec08 +kes Backport most recent changes to compat.h and compat.cpp. +13Dec08 +kes Create and apply 2.4.3-migrate2.patch, which fixes two bugs + - Bug #1206 -- sql error when there are no files to migrate. + - Bug #1171 -- Job catalog log is not migrated during migration. + Beta Release Version 2.4.4-b1 03Dec08 kes Apply 2.4.3-sd-deadlock.patch that should fix bug #1192. diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index cfda9700f9..8af5cb8a94 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -19,7 +19,7 @@ This is an important bug fix to version 2.4.3. All daemones are compatible with prior 2.4.x version. Bugs Fixed: -1192, 1110, 1175, 1188, and 1171 +1192, 1110, 1175, 1188, 1171, and 1206. Change Summary: - Apply 2.4.3-sd-deadlock.patch that should fix bug #1192. diff --git a/bacula/src/version.h b/bacula/src/version.h index 00810fa3a9..e871319a5c 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -4,8 +4,8 @@ #undef VERSION #define VERSION "2.4.4-b2" -#define BDATE "20 December 2008" -#define LSMDATE "20Dec08" +#define BDATE "22 December 2008" +#define LSMDATE "22Dec08" #define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n" #define BYEAR "2008" /* year for copyright messages in progs */