]> git.sur5r.net Git - bacula/rescue/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)
commit33e1bdede1a585f3f75a60d3222b100fd76404a5
treec9a692a7f8f8383c5c973c377e1b2196c261349a
parentfdb655cc34e1c916ac2cc18090bd8aeaa64ff279
- 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.