2007/02/01
commit67f2306a71f68c0a0bcb1ab49539ffe47cda945c
authorcdfrey <cdfrey>
Fri, 2 Feb 2007 03:03:11 +0000 (2 03:03 +0000)
committercdfrey <cdfrey>
Fri, 2 Feb 2007 03:03:11 +0000 (2 03:03 +0000)
tree509a3454cd3ff827f272b6c5bf7d10a3ccce0e66
parent29acf9a3fc482447202be20e5cae2060292f9716
2007/02/01
       - version bump in:
               - configure.ac
               - src/Makefile.am
               - src/version.cc
               - gui/src/BackupWindow.cc (about dialog)
       - updated doc/ReleaseChecklist.txt
       - added usb-level breset.cc command line tool
       - fixed bug in gui/src/tarfile.* for systems where
               sizeof(int) != sizeof(void*)
               - TarFile class now uses a plugin style for the compression
                       operations, to allow for threadsafe versions if needed
                       in the future.
               - also fixed leaked file handle bug in open_compressed()
               - Thanks to Jonathan Hudson for reporting this for 64bit systems
       - minor signed comparison fixes in the library
       - added better protocol data dumping code in probe.cc
       - added Usb::Device::BulkDrain(), to prevent Barry from hanging
               due to pending reads
ChangeLog