Changes between Version 209 and Version 210 of windows_backend_activity_log


Ignore:
Timestamp:
08/26/10 17:36:34 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows_backend_activity_log

    v209 v210  
    245245o 64 bit MinGW-w64 lib calling convention changed sometime since Dec. 2009 => WPG-System64 binaries are now broken [FIXED: use newer MinGW-w64] 
    246246o libusb doesn't support filter drivers [FIXED: 2010.08.19] 
     247o WinUSB_ReadPipe / bCSWStatus issue with WinUSB as Mass Storage (reported by Max Teo) 
    247248o [wdi] "Warning: .stabs: description field too big, try a different debug format" on MinGW-32 [FIXED (disable -g): 2010.03.24] 
    248249o [wdi] pipe communications between installer and lib don't seem to work with MinGW [FIXED (DON'T PICK EXE from dir, use the one in .libs!!!): 2010.03.23] 
     
    288289o [wdi] syslog truncation on win2k [FIXED: 2010.08.21] 
    289290o [wdi] app can flash after the progress bar dialog is closed [FIXED (pfffew!): 2010.08.25] 
     291o [wdi] MSVC 64 bit compilation on 32 bit platform fails because of 64 bit embedder (reported by Xiaofan) [FIXED: 2010.08.26] 
    290292o [zadig] why do these all these control look SO UGLY compared to what MSVC promises? [FIXED ("ooh, shiny!!"): 2010.05.28] 
    291293o [zadig] the font in device selection still looks 3.1ish... [FIXED: 2010.05.31] 
     
    389391o why oh why didn't Microsoft use UTF-8 for A vs W?!? [ADDRESSED (pfew!): 2010.07.28] 
    390392o win2k support [OK: 2010.07.28] 
    391 o can we hook into the OS driver installation dialogs, instead of using our own (or reuse dpinst)? 
     393o can we hook into the OS driver installation dialogs, instead of using our own (or reuse dpinst)? [v2] 
    392394o revert back to using a def + def autogeneration for MS/MinGW compatibility, like libusb does 
     395o -Wshadow on cygwin, and all the problems that come with it 
    393396o follow libusb's calling convention changes 
    394397o fix the bugs and get a 1.0 release already!! 
     
    422425  - custom driver extraction [DONE: 2010.06.11] 
    423426  - use ini to set default options [DONE: 2010.06.17] 
    424   - improve UI by following MS's UI guidelines 
     427  - improve UI by following MS's UI guidelines [SHOULD BE OK: 2010.08.26] 
    425428  - setting of the log level [DONE: 2010.07.26] 
    426429  - allow the provision of an external inf/conf file / custom driver fixed inf file? [NO LONGER NEEDED (can be done in libwdi itself)] 
     
    432435  - colours in log dropdown according to level? [NOT WORTH IT: 2010.06.24] 
    433436  - use default temp folder in basic mode [NAH: 2010.05.28] 
    434   - maybe we should tone down notifications a notch between log, status and dialogs 
     437  - maybe we should tone down notifications a notch between log, status and dialogs [AT USER REQUEST: 2010.08.26] 
    435438  - feedback our cygwin/DDK/64 bit changes to the makers of libconfig 
    436439  - change the progress text to warn about the super long MS induced delays [DONE: 2010.06.30] 
    437   - prevent the entering of non hex chars for VID/PID (will need subclassing => v2 or never) 
    438   - add testlibusb-win.exe support for libusb0.sys 
     440  - prevent the entering of non hex chars for VID/PID (will need subclassing) [v2 or never] 
     441  - add testlibusb-win.exe support for libusb0.sys [NOT FOR NOW: 2010.08.26] 
    439442  - provide a win2k compatible Zadig binary [DONE: 2010.07.15] 
    440443o add the inf-wizard from libusb-win32 in samples [DONE: 2010.08.17]