Changes between Version 52 and Version 53 of windows_backend_activity_log
- Timestamp:
- 03/19/10 17:41:41 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v52 v53 67 67 - prevent the use of libusb_pollfd() on Windows [DONE: 2010.03.18] 68 68 - rename the 2005 project file and use them as base for release [DONE: 2010.03.19] 69 - run another memory leaks test 69 - run another memory leaks test [PASSED: 2010.03.19] 70 70 - check if the MinGW-w64 bug still occurs 71 - document the current restrictions71 - document the current Windows restrictions 72 72 - turn ENABLE_DEBUG_LOGGING off for release! 73 73 - remove the _2008 solution files for release! … … 174 174 o ERROR_OPERATION_ABORTED when thread is cancelled before control pipe is read (Graeme Gill) [FIXED: 2010.03.17] 175 175 o cancel_io "Unable to cancel I/O that was started from another thread" on XP when running xusb [FIXED: 2010.03.19] 176 o MSVC debug mode and CloseHandle() for the pipe overlapped event. [FIXED: 2010.03.19] 176 177 177 178 [DRIVER-INSTALLER]