]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2002/kes12Aug02
Change Win32 to Windows in win32.tex
[bacula/docs] / docs / techlogs / 2002 / kes12Aug02
1               Technical notes on version 1.24 14Aug02  
2                       12,13,14 August 2002
3                        Kern Sibbald
4
5 General:
6
7 Changes submitted this submission:
8 12 Aug
9 - Made a new tools directory.
10 - Moved smtp into the tools directory.
11 - Created a dbcheck program in the tools directory that
12   checks for certain database errors and if requested fixes them.
13 - Put the database link flags on DB_LIBS so that it now only is
14   on binaries that actually need it.
15 13 Aug
16 - Document dbcheck and testfind programs.
17 - Move testfind to tools directory.
18 - Check for FileSet after getting Client name in Restore command.
19   Modify all necessary SQL commands to accept FileSetId.
20 - Add a db_get_fileset_record in cats directory.
21 - Correct list last 20 files concatenation to be MySQL 
22   dependent. They aren't SQL standard. Use SQL standard || for
23   other SQL programs.
24 - Modify dir command in file selection to produce a long form
25   listing of the file/directory name.
26 14 Aug
27 - Add platforms/irix/*.in files to CVS
28 - Make Console command scanner accept quoted value fields.
29 - If after selecting Client to restore, there are multiple
30   FileSets, ask user to select one.
31 - After obtaining JobIds for restore, ensure that there is only
32   one MediaType, and select a Storage resource to be used.