]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2002/kes06Aug02
Tweak bacula.org html meta data
[bacula/docs] / docs / techlogs / 2002 / kes06Aug02
1               Technical notes on version 1.24 06Aug02  
2                       6 August 2002
3                        Kern Sibbald
4
5 General:
6 - Did a good amount of documentation.
7
8 Changes submitted this submission:
9 - Added sql_cmds.c to CVS, forgot, pointed out by Chuck.
10 - Added new platforms/irix directory to CVS
11 - Turn off transaction debug code in sql.c
12 - Reworked the scheduler so that it handles the same Job starting
13   twice in the same hour. Previously it took one or the other.
14 - Tightened up the "slop" in the timings that I programmed to ensure
15   that the same job isn't run twice or that no job was missed.
16 - Increase the sleep time.
17 - Used job_type_to_str() in status so that Admin jobs are correctly reported.
18 - Add internationalization message chars to a number of routines
19   in util.c
20 - Make the watchdog timer clear the mutex when it exits.
21 - Some tweaks to the Restore command. It needs fixing when a Job spans
22   two or more volumes.