Changes between Version 46 and Version 47 of windows_backend_activity_log


Ignore:
Timestamp:
03/16/10 14:53:09 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows_backend_activity_log

    v46 v47  
    6565  - check/improve DLLs produced with MinGW/cygwin (remove -0 suffic/cyg prefix, add versioning info, etc.) [DONE: 2010.03.05] 
    6666  - figure out how to produce a release archive (hint: use cygwin's configure) [DONE: 2010.03.03] 
     67  - run another memory leaks test 
    6768 
    6869EXTRAS: 
     
    164165o driver installer double warning [FIXED: 2010.03.11] 
    165166o despite driver installation success, device is still listed driverless [FIXED: 2010.03.12] 
     167o ERROR_OPERATION_ABORTED when thread is cancelled before control pipe is read (Graeme Gill) 
    166168 
    167169[DRIVER-INSTALLER] 
     
    174176  - communication between installer exe and installer lib [DONE (named pipe): 2010.03.11] 
    175177  - 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] 
    176180  - add status to communication process 
    177   - embed/extract installer exe into lib 
    178   - add rc/res description to installer exe for UAC warning 
     181o post install cleanup 
    179182o separate driver-installer into a libusb-compat type project 
    180183o add MinGW/cygwin support 
     184  - add selective 64 bit installer exe selection to prevent compat warning on 64 bit 
     185o test on Vista/XP 
     186o enable the use of installer.exe as a standalone with args from cmdline instead of pipe? 
    181187}}}