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