]> git.sur5r.net Git - bacula/docs/commit
24Mar06
authorKern Sibbald <kern@sibbald.com>
Fri, 24 Mar 2006 16:37:56 +0000 (16:37 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 24 Mar 2006 16:37:56 +0000 (16:37 +0000)
commit18b6f6ad4625616aa1fd6d75a0f0f4e96e2c26da
tree2ef82599afd0d3654c2c997cb78efef14647f17a
parent403609bca42e2be642a5b845263e975be757db93
24Mar06
- Create datestyle fix for PostgreSQL. Fixes bug #574.
- Correct editing of JobId from int to int64 in fd_cmds.c
- Eliminate FileSet name race with bash_spaces() and multiple
  threads by bashing in a local.
- Fix error return from 'use storage' to print a correct error
  message rather than nothing.
- Correct false re-read last block error message when two jobs
  are simultaneously writing at the end of a tape.
- Simplify exit conditions in the reserve.c code to avoid
  possible non-release of reservation_lock().
- Suffle lock order in reserve to avoid deadlock between
  reservation lock and device mutex.
21Mar06
- Initialize jcr mutex before first use.