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