]> git.sur5r.net Git - bacula/bacula/commitdiff
Final doc updates for 2.4.4-b2
authorKern Sibbald <kern@sibbald.com>
Wed, 24 Dec 2008 09:06:57 +0000 (09:06 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 24 Dec 2008 09:06:57 +0000 (09:06 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@8246 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h
bacula/technotes-2.4

index 7679047b476098cd9c6a22e8eae43bd669b60470..8c932016ed2db6ed2992cbec2f6d6a17da18ca77 100644 (file)
@@ -2,6 +2,8 @@
 
 General:
 Beta Release Version 2.4.4-b2
+23Dec08
+kes  Fix bug #1208. Inappropriate Volume purging.
 22Dec08
 kes  Modify sql_update.c to edit zeros rather than NULL in unset
      fields. This should fix bug #1206, where apparently the user
index 8af5cb8a94447164a0a2b12c2e8975c18bc3e49f..6b0e6c298321e1459531cd5f07de31d6dfa382a2 100644 (file)
@@ -14,14 +14,25 @@ reparse directories backed up, you must explicitly include them
 in your FileSet.
 ==============================================================
 
-Beta Release 2.4.4-b1
+Beta Release 2.4.4-b2
 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, 1171, and 1206.
+1192, 1110, 1175, 1188, 1171, 1206, and 1208.
 
 Change Summary:
+- Fix bug #1208. Inappropriate Volume purging.
+- 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.
+- Backport most recent changes to compat.h and compat.cpp 
+  attempt to fix restore problem with accents in path. This
+  works in version 2.5.x but is not tested in 2.4.4.
+- 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 2.4.4-b1
 - Apply 2.4.3-sd-deadlock.patch that should fix bug #1192.
 - Remove extra db_lock() in get_prune_list_for_volume()
 - Apply 2.4.3-prune-deadlock.patch that fixes a problem when
index e871319a5ccb44e180c3a44ed6277726e8f69a63..4f481b11c313d30f7f5c4e6df7fa021925db12e6 100644 (file)
@@ -4,8 +4,8 @@
 
 #undef  VERSION
 #define VERSION "2.4.4-b2"
-#define BDATE   "22 December 2008"
-#define LSMDATE "22Dec08"
+#define BDATE   "24 December 2008"
+#define LSMDATE "24Dec08"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2008"       /* year for copyright messages in progs */
index 99b01468caf71bb8342cb2536c17c4dba46a9541..dd370e75aadba00945035b85da6b740463ca7dd8 100644 (file)
@@ -1,6 +1,7 @@
               Technical notes on version 2.4
 
 General:
+Release Version 2.4.4-b2
 23Dec08
 kes  Fix bug #1208. Inappropriate Volume purging.
 22Dec08
@@ -13,6 +14,8 @@ kes  Backport most recent changes to compat.h and compat.cpp.
 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.
+
+Release Version 2.4.4-b1
 03Dec08
 kes  Apply 2.4.3-sd-deadlock.patch that should fix bug #1192.
 02Dec08