]> git.sur5r.net Git - bacula/docs/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)
commit266dc0bec125c3c2926e1d0db376ba3e0980cf08
tree370d8c0fd1d770d0e85b3d53d20fbdb3ff73787e
parent10584577d3dcd07e94c71ddc6490b52301860f50
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.