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