Skip to content

Commit

Permalink
libwdi 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pbatard committed Nov 30, 2014
1 parent a61bebb commit ac33121
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 19 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
For the latest changes, please visit:
https://github.com/pbatard/libwdi/commits/master

o v1.2.4 (2014.11.30)
Bugfixes
- fix multiple potential NULL derefs
- fix a Zadig crash when listing devices
Improvements
- upgrade solution files for Visual Studio 2013 Community Edition
- update the list of known Android devices
- add support for AMD USB 3.0 hub driver
- improve error reporting and external DLL handling

o v1.2.3 (2014.02.05)
Bugfixes
- allow spaces and commas in paths and names used for installation
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([libwdi], [1.2.3], [[email protected]], [libwdi], [http://libwdi.akeo.ie])
AC_INIT([libwdi], [1.2.4], [[email protected]], [libwdi], [http://libwdi.akeo.ie])
AM_INIT_AUTOMAKE([-Wno-portability])
AC_CONFIG_SRCDIR([libwdi/libwdi.c])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
8 changes: 4 additions & 4 deletions examples/wdi-simple.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#endif

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,3,673
PRODUCTVERSION 1,2,3,673
FILEVERSION 1,2,4,674
PRODUCTVERSION 1,2,4,674
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -25,13 +25,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "akeo.ie"
VALUE "FileDescription", "WDI-Simple"
VALUE "FileVersion", "1.2.3.673"
VALUE "FileVersion", "1.2.4.674"
VALUE "InternalName", "WDI-Simple"
VALUE "LegalCopyright", "� 2010-2014 Pete Batard (LGPL v3)"
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/lesser.html"
VALUE "OriginalFilename", "wdi-simple.exe"
VALUE "ProductName", "WDI-Simple"
VALUE "ProductVersion", "1.2.3.673"
VALUE "ProductVersion", "1.2.4.674"
VALUE "Comments", "http://libwdi.akeo.ie"
END
END
Expand Down
8 changes: 4 additions & 4 deletions examples/zadic.rc
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,3,673
PRODUCTVERSION 1,2,3,673
FILEVERSION 1,2,4,674
PRODUCTVERSION 1,2,4,674
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -74,13 +74,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "akeo.ie"
VALUE "FileDescription", "Zadic"
VALUE "FileVersion", "1.2.3.673"
VALUE "FileVersion", "1.2.4.674"
VALUE "InternalName", "Zadic"
VALUE "LegalCopyright", "� 2010-2014 Pete Batard (LGPL v3)"
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/lesser.html"
VALUE "OriginalFilename", "zadic.exe"
VALUE "ProductName", "Zadic"
VALUE "ProductVersion", "1.2.3.673"
VALUE "ProductVersion", "1.2.4.674"
VALUE "Comments", "http://libwdi.akeo.ie"
END
END
Expand Down
2 changes: 1 addition & 1 deletion examples/zadig.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
#define FIELD_ORANGE RGB(255,240,200)
#define ARROW_GREEN RGB(92,228,65)
#define ARROW_ORANGE RGB(253,143,56)
#define APP_VERSION "Zadig 2.1.1.673"
#define APP_VERSION "Zadig 2.1.1.674"

// These are used to flag end users about the driver they are going to replace
enum driver_type {
Expand Down
8 changes: 4 additions & 4 deletions examples/zadig.rc
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,1,1,673
PRODUCTVERSION 2,1,1,673
FILEVERSION 2,1,1,674
PRODUCTVERSION 2,1,1,674
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -266,13 +266,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "akeo.ie"
VALUE "FileDescription", "Zadig"
VALUE "FileVersion", "2.1.1.673"
VALUE "FileVersion", "2.1.1.674"
VALUE "InternalName", "Zadig"
VALUE "LegalCopyright", "� 2010-2014 Pete Batard (GPL v3)"
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html"
VALUE "OriginalFilename", "zadig.exe"
VALUE "ProductName", "Zadig"
VALUE "ProductVersion", "2.1.1.673"
VALUE "ProductVersion", "2.1.1.674"
VALUE "Comments", "http://libwdi.akeo.ie"
END
END
Expand Down
8 changes: 7 additions & 1 deletion examples/zadig_README.creole
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
=== v2.1.1 (2014.11.30) ===
* Fix a possible crash when listing devices
* Set logging to debug by default
* Improve auto-update feature
* Embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0 & libusbK v3.0.7.0
=== v2.1.0 (2014.02.03) ===
* Fix a crash when listing all devices on machines with intel USB 3.0 controllers
* Fix multiple issues with paths containing spaces
* 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.
* Add auto-update feature
* Update versioning scheme
* embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0 & libusbK v3.0.6.0
* Embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0 & libusbK v3.0.6.0
=== v2.0.1.162 (2013.11.20): ===
* fix support for devices that have a comma in their description
Expand Down
8 changes: 4 additions & 4 deletions libwdi/libwdi.rc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,3,673
PRODUCTVERSION 1,2,3,673
FILEVERSION 1,2,4,674
PRODUCTVERSION 1,2,4,674
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -68,13 +68,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "akeo.ie"
VALUE "FileDescription", "libwdi: Windows Driver Installer Library"
VALUE "FileVersion", "1.2.3.673"
VALUE "FileVersion", "1.2.4.674"
VALUE "InternalName", "libwdi"
VALUE "LegalCopyright", "� 2010-2014 Pete Batard (LGPL v3)"
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/lesser.html"
VALUE "OriginalFilename", "libwdi"
VALUE "ProductName", "libwdi"
VALUE "ProductVersion", "1.2.3.673"
VALUE "ProductVersion", "1.2.4.674"
VALUE "Comments", "http://libwdi.akeo.ie"
END
END
Expand Down

0 comments on commit ac33121

Please sign in to comment.