]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2004/kes-1.36
update accurate file
[bacula/docs] / docs / techlogs / 2004 / kes-1.36
1               Technical notes on version 1.36  
2                         Kern Sibbald
3
4 General:
5
6 Changes to 1.36.1:
7 24Nov04
8 - Take Dan's fix to the fix_postgresql_tables (thanks Dan)
9 - Increase Maximum Concurrent Jobs to 20 in SD and FD!
10 - Fix improper handling of autochanger Volumes that are not
11   marked InChanger.
12 22Nov04
13 - Update authentication failure message to indicate possible
14   problem with Maximum Concurrent Jobs. Add to doc too.
15 - Commit PostgreSQL BIGINT fix -- apparently some people didn't
16   get it.
17 - Do not use a slot unless it is InChanger in the autochanger
18   code, otherwise autochanger gets upset not finding the Volume.
19 21Nov04
20 - Make authentication timeout compile time configurable.
21   The value is set in src/baconfig.h
22 - Fix removing items from watchdog queue, which apparently
23   screwed up if there was more than one item.
24 - Rework mediaformat part of manual to separate out old
25   tape format for easier reading.
26 - Add a lot of debug code to the authentication code.
27 - Add seconds to the start/end times printed in the job report.
28 19Nov04
29 - Fix mutex deadlock in dequeue of messages.
30 - Add debug code to FD authorization.
31 18Nov04
32 - Increase authentication timeouts to 10 minutes.
33 15Nov04
34 - Fix cancel bug in FD on /lib/tls with zero pid in
35   pthread_kill.
36 - Add date/time to all messages.
37 - Make Qmsg use time message was queued rather than time
38   printed.
39 - Indent job output two spaces.
40 13Nov04
41 - Fix web page links for new manual.
42 - Grant postgresql permission to cdimages.
43 - Correct crash after "list nextvol" "list media" bug 160
44 12Nov04
45 - Fix scripts/Makefile.in missing ;\  -- thanks Martin
46 - A bit of work on btape to keep if from going into infinite
47   loops when things do not work well, and to print a bit
48   better info.
49 11Nov04
50 - JobDefs Storage resource completely overrode anything
51   specified in Job resource -- bug 159 -- fixed.
52 - Fix syntax of renaming postgresql per Dan.
53 - Add working_directory to be /tmp for wx_console.
54 10Nov04
55 - Allow both a JobId and a filename or list of files to be
56   specified on a restore command line.
57 - Save old mtx-changer before installing new one: bug 156
58 - Fix errors in CDROM file pointed out by Scott.
59 09Nov04
60 - Fix exepath when Bacula executed without path.
61 - Move test for socket libraries for Solaris in configure.in
62   before tcp wrapper tests so that linking works.
63 - Add "make copy-static-fd" to makefile in CDROM file to
64   copy existing static fd to CDROM rather than building it.
65 08Nov04
66 - More doc updates
67 - Fix ps command for OpenBSD
68 - Rework the creation of indexes for SQL -- fall back
69   to the old code, but document what can be added.
70 06Nov04
71 - Add new Daemon message handler in default DIR conf.
72 05Nov04
73 - Fix Seg Fault with -D100 in bpipe.c.    
74 - Fix Seg Fault in run specifying a JobId.
75 - Make mail from daemon with a Messages Resource use
76   the MailCommand with editing rather than the default
77   sendmail.
78 - Replace Jmsg in dispatch_message() with Qmsg.
79 - Make edit_job_codes handle NULL jcr.
80 04Nov04
81 - Add M_ALERT class and put tape alerts into it.
82 - Fix Verify count vs found by not double counting files
83   that are split across files/Volumes.
84 30Oct04
85 - Fix count returned from write_bsr_file() to handle multiple
86   volumes. This fixes most cases of the Verify VolumeToCatalog.
87 - Cleanup a bit the make clean for the rescue cdrom and remove
88   unneeded files from the CVS.
89 28Oct04
90 - Fixed acquiring a tape so that it does not block all acquires 
91   when operator intervention is needed.
92 - Platform build script updates from Scott
93 - Doc updates
94 - Add patch to force Linux LD_ASSUME_KERNEL to avoid using the
95   new /lib/tls. This is done in the startup scripts.
96 - Modify mtx-changer so that it checks for ONLINE while 
97   waiting.
98 - Modify make_postgresql_tables.in so that EndBlock is stored
99   as a bigint. Prevents job failures when a disk volume is
100   larger than 2GB.
101 24Oct04
102 - Add grep ONLINE to wait_for_drive() in mtx-changer.in