]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2002/kes19Apr02
Bring Windows specific documentation more up to date corrects bug #1818
[bacula/docs] / docs / techlogs / 2002 / kes19Apr02
1               Technical notes on version 1.17 19Apr02
2                        19 April 2002
3                         Kern Sibbald
4
5 General:
6 - DAT tape handling fix.
7 - Fixed WinNT hang problem.
8 - Applied Phil's patches.
9 - Some doc updates
10
11 Changes submitted this submission:
12 - Ensure that platforms Makefiles are called for clean  
13   and distclean.
14 - Hide a lot of Makefile messages with @
15 - Applied Phil's configure.in patch. Thanks.
16 - Doc updates, many to clarify points brought up by Phil.
17 - Applied Phil's make_mysql_tables.in patch. Thanks.
18 - Made authenticate.c in dird test bnet_send status.
19 - Make label a bit more friendly with extra info message.
20 - Add level 200 to debug info in run command.
21 - Remove old code from findlib/testfind.c so that it compiles.
22 - Add two minute max wait to cram-md5 authentication. Hopefully,
23   this will catch non-responding WinNT daemons.
24 - Allow time and size modifiers to be upper or lower case.
25 - Turn off old CYGWIN patch for pthread_cond_timedwait() bug that
26   now causes File daemon hangs on WinNT.
27 - Fix mount messages for restore. Previous updates to save
28   broke the restore code.
29 - By default write fixed block sizes rather than variable block
30   sizes.  My Sony DAT simply does not work (reread failures) with
31   variable block sizes.
32 - Data split across tapes was not being correctly restored
33   (at least on DAT tapes). 
34 - Implement MaximumBlockSize and MinumBlockSize statements in
35   Storage daemon so user can specify variable block sizes if
36   desired.
37 - Return error if block checksum error on read (previously 
38   ignored).
39 - Fixed some error messages in bls, and in some cases exit(1)
40   rather than ABORT. There remain ABORTs to be examined.
41 - Made a local copy of tcpd.h and corrected the function 
42   prototype problem for C++.