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