]> git.sur5r.net Git - bacula/bacula/commitdiff
Update doc for release
authorKern Sibbald <kern@sibbald.com>
Sat, 10 Nov 2007 09:00:23 +0000 (09:00 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 10 Nov 2007 09:00:23 +0000 (09:00 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@5882 91ce42f0-d328-0410-95d8-f526ca767f89

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

index ceab19d4b31a6a70b009c579029625e1878c19a3..7fbdf61846ebb489e24674e589789702e286516e 100644 (file)
@@ -1,6 +1,40 @@
               Technical notes on version 2.2.x
 
 General:
+Release Version 2.2.5
+09Nov07
+kes  Get fix for joblist bug in bat from trunk.
+04Nov07
+kes  This patch fixes bug #1003 where putting the message output from
+     a Verify job into the catalog results in a recursive loop.  The problem
+     seems to show up only with postgresql (to be verified).
+02Nov07
+kes  Fix bug #942 where lots of emails where generated when the heartbeat
+     interval was low and Bacula wanted a different tape from the one in
+     the drive.
+26Oct07
+ebl  Apply 2.2.5-lastwritten.patch to fix the LastWritten field 
+     which was updated during a restore (or a reading migration) bug #982
+24Oct07
+ebl  Use qmake-qt4 instead of qmake when available (debian system). 
+22Oct07
+kes  Add a security warning to src/cats/make_catalog_backup.in indicating
+     that passing the password via the command line (arg 3) is insecure.
+     This responds to bug #990 (it doesn't fix it).
+kes  Apply 2.2.5-postgresql-errors.patch
+kes  Remove unneeded File table index on JobId, which is already
+     present as the first index of another multi-index.
+19Oct07
+kes  Set default debug_level to zero. This corrects bugs #991 and #993. 
+kes  Fix a crash in bat when it cannot connect to the Director for example
+     if the Director is not running.
+16Oct07
+kes  Activate Close button on tray-monitor window. This fixes
+     bug #986.
+12Oct07
+kes  Fix spurious warning message printed when creating a volume with
+     a LabelFormat. This fixes bug #976.
+
 Release Version 2.2.5
 09Oct07
 kes  Add JobId in place of Job name in all the Jmsg() output.  
index dd0a96d70d756c8528e33c628622500bb798598b..a845cef78da3d0c571b1280ad70aa3c8ccb03ce5 100644 (file)
@@ -1,5 +1,5 @@
 
-          Release Notes for Bacula 2.2.5 
+          Release Notes for Bacula 2.2.6 
 
   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,12 @@ 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.6 is a minor bug fix realease to version 2.2.5
+- It fixes bugs: #1003, 942, 982, 990(response only), 991,   
+  993, 986, 976.
+- Fix bat crash wen it cannot connect to Director.
+- Fix joblist failure bug in bat.
+
 Version 2.2.5 is a major bug fix release to version 2.2.4 
 - It fixes the following bugs: #961, 962, 963, 969, 968, 960,
   964, (possibly 935 and 903), 953, 953, 967, 966, 965, 954, 
index a860f18bb900335cd3d4bd37416c3442f1a68f6b..91d645652fc3fa1a9234305790e93283bb28566e 100644 (file)
@@ -4,8 +4,8 @@
 
 #undef  VERSION
 #define VERSION "2.2.6"
-#define BDATE   "09 November 2007"
-#define LSMDATE "09Nov07"
+#define BDATE   "10 November 2007"
+#define LSMDATE "10Nov07"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2007"       /* year for copyright messages in progs */