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