File tree Expand file tree Collapse file tree 8 files changed +35
-19
lines changed
Expand file tree Collapse file tree 8 files changed +35
-19
lines changed Original file line number Diff line number Diff line change 11For the latest changes, please visit:
22 https://github.com/pbatard/libwdi/commits/master
33
4+ o v1.2.4 (2014.11.30)
5+ Bugfixes
6+ - fix multiple potential NULL derefs
7+ - fix a Zadig crash when listing devices
8+ Improvements
9+ - upgrade solution files for Visual Studio 2013 Community Edition
10+ - update the list of known Android devices
11+ - add support for AMD USB 3.0 hub driver
12+ - improve error reporting and external DLL handling
13+
414o v1.2.3 (2014.02.05)
515 Bugfixes
616 - allow spaces and commas in paths and names used for installation
Original file line number Diff line number Diff line change 1- AC_INIT ( [ libwdi] ,
[ 1.2.3 ] ,
[ [email protected] ] ,
[ libwdi] ,
[ http://libwdi.akeo.ie] ) 1+ AC_INIT ( [ libwdi] ,
[ 1.2.4 ] ,
[ [email protected] ] ,
[ libwdi] ,
[ http://libwdi.akeo.ie] ) 22AM_INIT_AUTOMAKE ( [ -Wno-portability] )
33AC_CONFIG_SRCDIR ( [ libwdi/libwdi.c] )
44AC_CONFIG_MACRO_DIR ( [ m4] )
Original file line number Diff line number Diff line change 77#endif
88
99VS_VERSION_INFO VERSIONINFO
10- FILEVERSION 1,2,3,673
11- PRODUCTVERSION 1,2,3,673
10+ FILEVERSION 1,2,4,674
11+ PRODUCTVERSION 1,2,4,674
1212 FILEFLAGSMASK 0x17L
1313#ifdef _DEBUG
1414 FILEFLAGS 0x1L
@@ -25,13 +25,13 @@ BEGIN
2525 BEGIN
2626 VALUE "CompanyName", "akeo.ie"
2727 VALUE "FileDescription", "WDI-Simple"
28- VALUE "FileVersion", "1.2.3.673 "
28+ VALUE "FileVersion", "1.2.4.674 "
2929 VALUE "InternalName", "WDI-Simple"
3030 VALUE "LegalCopyright", "� 2010-2014 Pete Batard (LGPL v3)"
3131 VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/lesser.html"
3232 VALUE "OriginalFilename", "wdi-simple.exe"
3333 VALUE "ProductName", "WDI-Simple"
34- VALUE "ProductVersion", "1.2.3.673 "
34+ VALUE "ProductVersion", "1.2.4.674 "
3535 VALUE "Comments", "http://libwdi.akeo.ie"
3636 END
3737 END
Original file line number Diff line number Diff line change 5656//
5757
5858VS_VERSION_INFO VERSIONINFO
59- FILEVERSION 1,2,3,673
60- PRODUCTVERSION 1,2,3,673
59+ FILEVERSION 1,2,4,674
60+ PRODUCTVERSION 1,2,4,674
6161 FILEFLAGSMASK 0x17L
6262#ifdef _DEBUG
6363 FILEFLAGS 0x1L
@@ -74,13 +74,13 @@ BEGIN
7474 BEGIN
7575 VALUE "CompanyName", "akeo.ie"
7676 VALUE "FileDescription", "Zadic"
77- VALUE "FileVersion", "1.2.3.673 "
77+ VALUE "FileVersion", "1.2.4.674 "
7878 VALUE "InternalName", "Zadic"
7979 VALUE "LegalCopyright", "� 2010-2014 Pete Batard (LGPL v3)"
8080 VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/lesser.html"
8181 VALUE "OriginalFilename", "zadic.exe"
8282 VALUE "ProductName", "Zadic"
83- VALUE "ProductVersion", "1.2.3.673 "
83+ VALUE "ProductVersion", "1.2.4.674 "
8484 VALUE "Comments", "http://libwdi.akeo.ie"
8585 END
8686 END
Original file line number Diff line number Diff line change 5959#define FIELD_ORANGE RGB(255,240,200)
6060#define ARROW_GREEN RGB(92,228,65)
6161#define ARROW_ORANGE RGB(253,143,56)
62- #define APP_VERSION "Zadig 2.1.1.673 "
62+ #define APP_VERSION "Zadig 2.1.1.674 "
6363
6464// These are used to flag end users about the driver they are going to replace
6565enum driver_type {
Original file line number Diff line number Diff line change 248248//
249249
250250VS_VERSION_INFO VERSIONINFO
251- FILEVERSION 2,1,1,673
252- PRODUCTVERSION 2,1,1,673
251+ FILEVERSION 2,1,1,674
252+ PRODUCTVERSION 2,1,1,674
253253 FILEFLAGSMASK 0x17L
254254#ifdef _DEBUG
255255 FILEFLAGS 0x1L
@@ -266,13 +266,13 @@ BEGIN
266266 BEGIN
267267 VALUE "CompanyName", "akeo.ie"
268268 VALUE "FileDescription", "Zadig"
269- VALUE "FileVersion", "2.1.1.673 "
269+ VALUE "FileVersion", "2.1.1.674 "
270270 VALUE "InternalName", "Zadig"
271271 VALUE "LegalCopyright", "� 2010-2014 Pete Batard (GPL v3)"
272272 VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html"
273273 VALUE "OriginalFilename", "zadig.exe"
274274 VALUE "ProductName", "Zadig"
275- VALUE "ProductVersion", "2.1.1.673 "
275+ VALUE "ProductVersion", "2.1.1.674 "
276276 VALUE "Comments", "http://libwdi.akeo.ie"
277277 END
278278 END
Original file line number Diff line number Diff line change 1+ === v2.1.1 (2014.11.30) ===
2+ * Fix a possible crash when listing devices
3+ * Set logging to debug by default
4+ * Improve auto-update feature
5+ * Embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0 & libusbK v3.0.7.0
6+
17 === v2.1.0 (2014.02.03) ===
28* Fix a crash when listing all devices on machines with intel USB 3.0 controllers
39* Fix multiple issues with paths containing spaces
410* Use the Google Device Interface GUID when an Android device is detected. This allows the use of Zadig to install the debug port driver for adb & fastboot.
511* Add auto-update feature
612* Update versioning scheme
7- * embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0 & libusbK v3.0.6.0
13+ * Embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0 & libusbK v3.0.6.0
814
915 === v2.0.1.162 (2013.11.20): ===
1016* fix support for devices that have a comma in their description
Original file line number Diff line number Diff line change 5050//
5151
5252VS_VERSION_INFO VERSIONINFO
53- FILEVERSION 1,2,3,673
54- PRODUCTVERSION 1,2,3,673
53+ FILEVERSION 1,2,4,674
54+ PRODUCTVERSION 1,2,4,674
5555 FILEFLAGSMASK 0x17L
5656#ifdef _DEBUG
5757 FILEFLAGS 0x1L
@@ -68,13 +68,13 @@ BEGIN
6868 BEGIN
6969 VALUE "CompanyName", "akeo.ie"
7070 VALUE "FileDescription", "libwdi: Windows Driver Installer Library"
71- VALUE "FileVersion", "1.2.3.673 "
71+ VALUE "FileVersion", "1.2.4.674 "
7272 VALUE "InternalName", "libwdi"
7373 VALUE "LegalCopyright", "� 2010-2014 Pete Batard (LGPL v3)"
7474 VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/lesser.html"
7575 VALUE "OriginalFilename", "libwdi"
7676 VALUE "ProductName", "libwdi"
77- VALUE "ProductVersion", "1.2.3.673 "
77+ VALUE "ProductVersion", "1.2.4.674 "
7878 VALUE "Comments", "http://libwdi.akeo.ie"
7979 END
8080 END
You can’t perform that action at this time.
0 commit comments