Changes between Version 46 and Version 47 of windows_backend_activity_log
- Timestamp:
- 03/16/10 14:53:09 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v46 v47 65 65 - check/improve DLLs produced with MinGW/cygwin (remove -0 suffic/cyg prefix, add versioning info, etc.) [DONE: 2010.03.05] 66 66 - figure out how to produce a release archive (hint: use cygwin's configure) [DONE: 2010.03.03] 67 - run another memory leaks test 67 68 68 69 EXTRAS: … … 164 165 o driver installer double warning [FIXED: 2010.03.11] 165 166 o despite driver installation success, device is still listed driverless [FIXED: 2010.03.12] 167 o ERROR_OPERATION_ABORTED when thread is cancelled before control pipe is read (Graeme Gill) 166 168 167 169 [DRIVER-INSTALLER] … … 174 176 - communication between installer exe and installer lib [DONE (named pipe): 2010.03.11] 175 177 - force reenumeration of devices with new driver in driver-installer [DONE: 2010.03.12] 178 - embed/extract installer exe into lib [DONE: 2010.03.15] 179 - add rc/res description to installer exe for UAC warning [doesn't help but DONE: 2010.03.15] 176 180 - add status to communication process 177 - embed/extract installer exe into lib 178 - add rc/res description to installer exe for UAC warning 181 o post install cleanup 179 182 o separate driver-installer into a libusb-compat type project 180 183 o add MinGW/cygwin support 184 - add selective 64 bit installer exe selection to prevent compat warning on 64 bit 185 o test on Vista/XP 186 o enable the use of installer.exe as a standalone with args from cmdline instead of pipe? 181 187 }}}