]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2002/kes11Aug02
Change Win32 to Windows in win32.tex
[bacula/docs] / docs / techlogs / 2002 / kes11Aug02
1               Technical notes on version 1.24 11Aug02  
2                       11 August 2002
3                        Kern Sibbald
4
5 General:
6 - Made restore actually work.
7
8 Changes submitted this submission:
9 - Made console and gconsole be configured (requested by Chuck)
10 - Updated kernstodo
11 - changed fs in Job record to fileset for clarity
12 - The console run command was not properly picking up the command
13   line arguments.  Fixed!
14 - Changed add/remove/rm to mark/unmark
15 - Volume keyword VolumeName was wrong, changed to Volume (in restore bsr).
16 - Pass jcr to parse_bsr, and if non-NULL, it will output error messages
17   to Job stream rather than Emsg.
18 - Modified lexical scanner to include caller context so that jcr can
19   be stored in lex context allowing error messages to be properly 
20   routed.
21 - Renamed the Job message chain to be jcr_msgs. This eliminated the      
22   previous confusion with the default value, now named jcr->messages.
23 - Implemented multi-volume bsr records.    
24 - Implemented pm_strcat() and pm_strcpy() to cat/add to memory pool
25   buffers in same way as strcat/strcpy, but expanding buffer.
26 - Modified db_get_volume_names to handle arbitrarily long Volume list.