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.
 
 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.
 
 
 #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 */