]> git.sur5r.net Git - bacula/bacula/commit
kes Make a first cut at a ReleaseNotes and ChangeLog for a
authorKern Sibbald <kern@sibbald.com>
Mon, 31 Jul 2006 17:36:56 +0000 (17:36 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 31 Jul 2006 17:36:56 +0000 (17:36 +0000)
commit5168006b83f501a3cd516fa0e420c9bbac15f0da
treefba0d815ef23632e7f7079e547fe23158d2cb78b
parent5f2380f6fc3633a303f2bfc2accb40f81b6008dd
kes  Make a first cut at a ReleaseNotes and ChangeLog for a
     beta release.
kes  Make make clean decend into the src/win32 directory.
kes  Fix some #ifdefing so that Solaris and FreeBSD compile
     sys/stat.h was turned off.
kes  Use suffix editing for new transfer rate messages.
kes  Attempt to come up with a workaround which seems to be an OS
     bug where write() returns EBUSY.  IMO this should not happen.
     It triggered in truncatebug test. The workaround retries using
     a 100 ms wait.
kes  Eliminate a strerror() call in a class method that failed with
     older C++ compilers.
kes  Use rm -rf rather than rmdir to delete the src/win32/release
     directory during make clean.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3213 91ce42f0-d328-0410-95d8-f526ca767f89
14 files changed:
bacula/ChangeLog
bacula/Makefile.in
bacula/ReleaseNotes
bacula/kernstodo
bacula/kes-1.39
bacula/src/bacula.h
bacula/src/count-lines
bacula/src/stored/append.c
bacula/src/stored/block.c
bacula/src/stored/btape.c
bacula/src/stored/dev.c
bacula/src/stored/spool.c
bacula/src/version.h
bacula/src/win32/Makefile