]> 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 6b206f9c4df6bbdaa0e55ed59184dfcd50ca0c86..c9715dec82b24870b53020a3fef7c71dab0ef1df 100644 (file)
@@ -4,6 +4,21 @@
 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.