]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kes-1.37
- Fix for create JobMedia so that VolIndex remains valid even
[bacula/bacula] / bacula / kes-1.37
index fb4457aae4a1bb2f1443481a3e6bf2a13f689731..06636f4a99efac0e62d1dca06a2edb6a7073dfe5 100644 (file)
@@ -4,6 +4,31 @@
 General:
 
 Changes to 1.37.36:
+19Aug05
+- Fix for create JobMedia so that VolIndex remains valid even
+  during a delete Job or pruning -- bug 402.
+- Minor tweak for Win32 build.
+18Aug05
+- Win32 fix -- remove debug O_NONBLOCK code.
+- Fix bug 399 -- make_catalog_backup does not work for sqlite3
+- Implement unloading a volume in a different drive if it
+  is needed in the current drive.
+- Implement search for unused autochanger drive.
+- Implement search for exact Volume in reservation before
+  other searches.
+- Fix picking up drive in Dir so that it is not done in
+  the status command.
+- Eliminate double check on "loaded" for autochanger.
+17Aug05
+- Start coding better reservation algorithm
+- Always look for slot for label command.
+- Add more debug code for autochangers.
+- Apply fix from Stephan Leemburg <sleemburg@jvc.nl> for
+  improper scanning of schedule resource:
+  Run = Level=Full Pool=Catalog daily at 1:20
+- Apply patch from Chris Lee <labmonkey42@gmail.com> for 
+  adding --enable-build-dird --enable-build-stored.
+- Tweak datadir definition in configure.in
 16Aug05
 - Fix bug that missed drive=nn specification.
 - Eliminate nonblocking kludge in heartbeat of FD as