]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak release notes
authorKern Sibbald <kern@sibbald.com>
Mon, 22 Dec 2008 15:14:11 +0000 (15:14 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 22 Dec 2008 15:14:11 +0000 (15:14 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@8229 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h

index 0e43df81d4930a2b6fcb348613f2d3cf5fd1fcf3..7679047b476098cd9c6a22e8eae43bd669b60470 100644 (file)
@@ -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.
index cfda9700f9e770a74af464641277b98c5b2a6d37..8af5cb8a94447164a0a2b12c2e8975c18bc3e49f 100644 (file)
@@ -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.
index 00810fa3a9d2b931e35553a783077ae96e44d1a9..e871319a5ccb44e180c3a44ed6277726e8f69a63 100644 (file)
@@ -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 */