1 Technical notes on version 1.37
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
11 - Remove set_exit_on_error function
13 - Fix "unknown device type" problem with DVD devices.
14 - Fix crash when there is no media in the DVD drive.
16 - Update the documentation and ReleaseNotes.
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.
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.
27 - Add WritePartAfterJob directive in Job resource (Director)
28 - Add WritePartAfterJob directive in Schedule Resource (Director)
29 - Implement these new directives
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).
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.
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"