]> git.sur5r.net Git - bacula/docs/commit
- Add VolumePurged method to Python JobEvents class. Fixes
authorKern Sibbald <kern@sibbald.com>
Thu, 6 Oct 2005 07:03:52 +0000 (07:03 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 6 Oct 2005 07:03:52 +0000 (07:03 +0000)
commitf0acfbeccc7d05f06a796b928d3b3f1bb364c8c3
tree36ee91ba420bc67cba02326b07b768620a3c201f
parentaaf4499180463dd2dd17a75277007e3eba4d20be
- Add VolumePurged method to Python JobEvents class.  Fixes
  bug #428 (I think).
- Add JobId index to File table for MySQL.
- Correct tray-monitor crash of bacula-dir. qstatus_cmd()
  code referenced the wrong pointer. Fixes bug #438.
- Add bacualnovss.mak file from Martin.
- Remove Pool from restore string in wbrestorepanel.cpp. Patch
  from user for bug #433.
- Correct code in wbrestorpanel.cpp with misplaced parens. Patch
  from user for bug #431
- Correct printing filenames/date/times in wbrestorepanel.cpp due to bad
  column alignment. Patch from user for bug #432.