]> git.sur5r.net Git - bacula/bacula/blob - bacula/nb-1.37
Add techlogs to main dir
[bacula/bacula] / bacula / nb-1.37
1               Technical notes on version 1.37  
2                       Nicolas Boichat
3
4 General:
5
6 Changes to 1.37.*:
7 26Apr05
8  - Modify parse_config to get a LEX_ERROR_HANDLER as a parameter 
9  - lex_open_file now returns NULL if the file can't be opened. All calling functions have
10    been adapted.
11  - Remove set_exit_on_error function
12 07Apr05
13  - Fix "unknown device type" problem with DVD devices.
14  - Fix crash when there is no media in the DVD drive.
15 09Jan05
16  - Update the documentation and ReleaseNotes.
17 05Jan05
18  - Add FreeSpaceCommand in Device (SD configuration file) and implement it.
19  - Some modifications (again) on how guessed volume names are handled (now it should work).
20  - Part files on the hard disk are removed if they are empty.
21 04Jan05
22  - Major fixes on how guessed volume names are handled.
23  - Minor fix in src/stored/append.c.
24  - Replace, when possible, POOLMEM by POOL_MEM in the new code of src/stored/dev.c.
25  - New script, scripts/dvd-freespace, which gets the free space available on a writable DVD.
26 03Jan05
27  - Add WritePartAfterJob directive in Job resource (Director)
28  - Add WritePartAfterJob directive in Schedule Resource (Director)
29  - Implement these new directives
30 02Jan05
31  - New function, open_guess_name_dev in src/stored/dev.c, which tries to guess the volume
32    name of a mounted device, so the label can be read.  
33  - New script, scripts/dvd-writepart, which write parts to DVD+/-R(W).
34  - Removed WriteFirstPartCommand directive in Device (SD configuration file).
35  - Use readdir_r instead of readdir (src/stored/dev.c:open_guess_name_dev).
36 01Jan05
37  - Add RequiresMount, MountPoint, MountCommand, UnmountCommand directives in Device (SD configuration file).
38  - Implement these directives (volumes can now be restored from a manually written DVD). 
39  - Add WriteFirstPartCommand, WritePartCommand directives in Device (SD configuration file).
40  - Implement these directives (DVD writing now works).
41  - New function run_program_full_output in src/lib/bpipe.c.
42  - Lots of bugfixes and cleanups in the new code.
43 29Dec04
44  - Add VolParts field in Media table
45  - Add MaximumPartSize directive in Device (SD configuration file)
46  - File Volumes can now be splitted in multiple files ("parts")
47  - Fix SQL error in sql_list while doing "llist jobmedia"