]> git.sur5r.net Git - bacula/bacula/commitdiff
Update technotes
authorKern Sibbald <kern@sibbald.com>
Sun, 1 Nov 2009 15:44:52 +0000 (16:44 +0100)
committerKern Sibbald <kern@sibbald.com>
Sun, 1 Nov 2009 15:44:52 +0000 (16:44 +0100)
bacula/src/version.h
bacula/technotes

index 8c4040d2996be1c7de4c609c9ee0857ac20f8adc..183eaa2ed5a46ffc4b38fe4df737036fff8caf24 100644 (file)
@@ -4,8 +4,8 @@
 
 #undef  VERSION
 #define VERSION "3.1.4"
-#define BDATE   "31 October 2009"
-#define LSMDATE "31Oct09"
+#define BDATE   "1 November 2009"
+#define LSMDATE "01Nov09"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2009"       /* year for copyright messages in progs */
index 2106f6299b75d4301ccdd554fa81c89a030e3d96..b624af6f06db8181cb1544b0e20a7caa8ce0224e 100644 (file)
@@ -2,6 +2,15 @@
           
 General:
 
+01Nov09
+kes  Fix DCR race condition in SD that could lead to seg faults.
+kes  Make many regress tests timeout after 30 mins.
+30Nov09
+kes  Fix Win32 bat so that it runs better.
+kes  Fix seg fault in bat.
+29Nov09
+kes  Make builds stop if any errors.
+kes  Revert James' Win32 make_defs fix -- it builds incorrect def files
 27Oct09
 ebl  Add readline completion support for bconsole. It gives help
      on all commands, and complete job=, pool=, client=, fileset=, ...