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