]> git.sur5r.net Git - bacula/bacula/commitdiff
Update Release Notes
authorKern Sibbald <kern@sibbald.com>
Sun, 9 Sep 2007 18:46:00 +0000 (18:46 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 9 Sep 2007 18:46:00 +0000 (18:46 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@5508 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ReleaseNotes
bacula/src/version.h

index f8247782b2763642df1b45137d9d3a1fe6bb5e7c..b00e0e0dff45612cc633abd378fa4fb0ecc6579c 100644 (file)
@@ -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.
index f51da3cd35dfc6674c2efa50e987939fc8489dfa..6c4d7e881bc56c346eb1a96dc278b64bc3fe5665 100644 (file)
@@ -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 */