]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/nb-1.37
Add drive name to reserved Volume list printout in SD.
[bacula/bacula] / bacula / nb-1.37
index 8df6fb5d34dddf1560bf807f742128b0cbdbf24d..c9715dec82b24870b53020a3fef7c71dab0ef1df 100644 (file)
@@ -4,6 +4,24 @@
 General:
 
 Changes to 1.37.*:
+15Aug05
+ - Convert dvd-writepart to Python.
+ - Increase delay from 3 seconds to 5 seconds between SIGTERM and SIGKILL when
+   killing external programs.
+13Aug05
+ - Add gettext macros in autoconf/gettext-macros.
+ - Modify how localedir is set in configure.in.
+ - Remove setlocale check (useless).
+10Aug05
+ - Mark translatable strings in all source files.
+08Aug05
+ - Create French and Italian translation files (fr.po, it.po).
+ - Add support for translation in configure and Makefiles.
+ - Update autoconf/aclocal.m4 so it is automatically created with aclocal
+   (Note: autoconf/gnome-macros is not used anymore, it may be removed).
+30Jul05
+ - Fix src/lib/bpipe.c:run_program and run_program_full_output to detect if the watchdog
+   killed the program, and return an error if it is the case.
 26Apr05
  - Modify parse_config to get a LEX_ERROR_HANDLER as a parameter 
  - lex_open_file now returns NULL if the file can't be opened. All calling functions have