Skip to content

Commit 30df0c0

Browse files
committed
Update the Zadig ChangeLog and move it to root
* Closes #353.
1 parent 66d282e commit 30df0c0

File tree

5 files changed

+64
-39
lines changed

5 files changed

+64
-39
lines changed
Lines changed: 51 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,112 +1,137 @@
1-
=== v2.5 (2020.03.28) ===
1+
v2.9 (2024.06.13)
2+
* Add libusb-win32 ARM64 driver installation support (courtesy of Peter Dons Tychsen)
3+
Note: Requires Windows 10 1511 or later with x86 (32-bit) emulation support.
4+
* Fix UAC not being properly triggered during driver installation (courtesy of Andrew Meyer)
5+
* Embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.4.0.0, libusbK v3.1.0.0 & USBSer (native)
6+
7+
v2.8 (2023.03.01)
8+
* Add ARM64 driver installation support (WinUSB and USBSer only!)
9+
Note: Requires Windows 10 1511 or later with x86 (32-bit) emulation support.
10+
* Improve networking support
11+
* Embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.7.3, libusbK v3.1.0.0 & USBSer (native)
12+
13+
v2.7 (2021.11.01)
14+
* Improve Windows version reporting
15+
* Prevent an infinite loop when a certificate cannot be deleted
16+
* Fix an error when trying to install libusb0.sys as a filter driver
17+
* Don't continue on .cat signing errors unless test signing is enabled
18+
* Add a more explicit error for incompatible Windows 11 Insider builds
19+
* Embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0, libusbK v3.1.0.0 & usbser (native)
20+
21+
v2.6 (2021.09.04)
22+
* Work around Windows corrupting the key containers
23+
* Improve error reporting
24+
* Embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0, libusbK v3.1.0.0 & usbser (native)
25+
26+
v2.5 (2020.03.28)
227
* Fix cat generation for some user directories with non western characters
328
* Fix update check
429
* Improve error reporting
530
* Embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0, libusbK v3.0.7.0 & usbser (native)
631

7-
=== v2.4 (2018.07.26) ===
32+
v2.4 (2018.07.26)
833
* Fix HTTPS download and update URLs
934
* Improve error reporting
1035
* Fix Windows 7 showing a "Trusted Publisher" dialog
1136
* Embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0, libusbK v3.0.7.0 & usbser (native)
1237

13-
=== v2.3 (2017.04.18) ===
38+
v2.3 (2017.04.18)
1439
* Fix issues with extended characters in current user directory
1540
* Drop Windows XP and Windows Vista support
1641
* Embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0, libusbK v3.0.7.0 & usbser (native)
1742

18-
=== v2.2 (2016.01.22) ===
43+
v2.2 (2016.01.22)
1944
* Add USB Serial (CDC) support (**EXPERIMENTAL**)
2045
* Use SHA-256 instead of SHA-1 wherever possible
2146
* Fix a possible crash when deleting the private key
2247
* Other improvements
2348
* Embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0, libusbK v3.0.7.0 & usbser (native)
2449

25-
=== v2.1.2 (2015.04.30) ===
50+
v2.1.2 (2015.04.30)
2651
* Fix freezout when listing all devices on some systems
2752
* Update version detection for Windows 10
2853
* Embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0 & libusbK v3.0.7.0
2954

30-
=== v2.1.1 (2014.11.30) ===
55+
v2.1.1 (2014.11.30)
3156
* Fix a possible crash when listing devices
3257
* Set logging to debug by default
3358
* Improve auto-update feature
3459
* Embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0 & libusbK v3.0.7.0
3560

36-
=== v2.1.0 (2014.02.03) ===
61+
v2.1.0 (2014.02.03)
3762
* Fix a crash when listing all devices on machines with intel USB 3.0 controllers
3863
* Fix multiple issues with paths containing spaces
3964
* 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.
4065
* Add auto-update feature
4166
* Update versioning scheme
4267
* Embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0 & libusbK v3.0.6.0
4368

44-
=== v2.0.1.162 (2013.11.20): ===
69+
v2.0.1.162 (2013.11.20):
4570
* fix support for devices that have a comma in their description
4671
* fix usage of relative directories for driver files
4772
* add support for VIA VL805 USB 3.0 Host Controllers
4873
* add 'exit_on_success' option in zadig.ini
4974
* embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0 & libusbK v3.0.6.0
5075

51-
=== v2.0.1.161 (2013.09.03): ===
76+
v2.0.1.161 (2013.09.03):
5277
* Newer versions of Zadig are now available at http://zadig.akeo.ie
5378
* Zadig is now provided as an LZMA compressed executable
5479
* default driver extraction directory is now %USERPROFILE%\usb_driver\
5580
* embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0 & libusbK v3.0.6.0
5681

57-
=== v2.0.1.160: ===
82+
v2.0.1.160:
5883
* Zadig is now provided in 2 versions: One for XP users that includes KMDF/WDF 1.09 and one for Vista, Windows 7 and Windows 8 users that includes KMDF/WDF 1.11. Make sure you pick the right one!
5984
* libusb-win32 should now install the libusbK DLL. This is needed for libusb applications using libusb-win32.
6085
* embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0 & libusbK v3.0.5.16
6186

62-
=== v2.0.1.159: ===
87+
v2.0.1.159:
6388
* token release to align with libwdi v1.2.2
6489
* binary build compiler upgradded to gcc v4.7 (MinGW-w64)
6590
* embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0 & libusbK v3.0.5.16 - KMDF 1.11
6691

67-
=== v2.0.1.158: ===
68-
* Fixes support for libusb0.sys as a composite interface driver when used with [[http://libusb.info|libusb]].
92+
v2.0.1.158:
93+
* Fixes support for libusb0.sys as a composite interface driver when used with [libusb](http://libusb.info).
6994
* embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0 & libusbK v3.0.5.16 - KMDF 1.11
7095

71-
=== v2.0.1.157: ===
72-
* fixes support for KMDF v1.11 [[https://github.com/pbatard/libwdi/issues/1|issue #1]].
96+
v2.0.1.157:
97+
* fixes support for KMDF v1.11
7398
* Note that the use of KMDF v1.11 may require a reboot the first time it is installed on Windows 7. If that is the case, a Windows popup will appear prompting you to reboot. Please pay attention to it!
7499
* embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0 & libusbK v3.0.5.16 - KMDF 1.11
75100

76-
=== v2.0.1.156: ===
77-
* support the [[http://msdn.microsoft.com/en-US/windows/hardware/br259104|WinUSB redistributables from Windows 8 Preview]]
101+
v2.0.1.156:
102+
* support the [WinUSB redistributables from Windows 8 Preview](http://msdn.microsoft.com/en-US/windows/hardware/br259104)
78103
* embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0 & libusbK v3.0.5.16 - KMDF 1.11 **[BROKEN]**
79104

80-
=== v2.0.1.154: ===
105+
v2.0.1.154:
81106
* minor fixes (Clang static-analyzer warnings)
82107
* embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.5.0 & libusbK v3.0.4.0 - KMDF 1.9
83108

84-
=== v2.0.1.152: ===
109+
v2.0.1.152:
85110
* fixed memory leaks
86111
* fixed "could not reset device list" error message
87112
* updated file properties
88113
* updated for libwdi v1.2.1
89114
* embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.5.0 & libusbK v3.0.4.0 - KMDF 1.9
90115

91-
=== v2.0.0.151: ===
116+
v2.0.0.151:
92117
* **Zadig executable is now digitally signed**
93118
* fixed arrow tooltip not being displayed
94119
* fixed potential issues reported by Clang static-analyzer
95120
* embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.5.0 & libusbK v3.0.4.0 - KMDF 1.9
96121

97-
=== v2.0.0.150: ===
122+
v2.0.0.150:
98123
* **New GUI**
99-
* full WCID driver support ([[https://github.com/pbatard/libwdi/wiki/WCID-Devices|more]])
100-
* facilitate the reporting of unresolved VIDs to the [[http://www.linux-usb.org/usb-ids.html|USB ID Repository]]
124+
* full WCID driver support (https://github.com/pbatard/libwdi/wiki/WCID-Devices)
125+
* facilitate the reporting of unresolved VIDs to the [USB ID Repository](http://www.linux-usb.org/usb-ids.html)
101126
* libusb-win32's filter driver support
102127
* fixed extraction directory selection
103128
* embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.5.0 & libusbK v3.0.4.0 - KMDF 1.9
104129

105-
=== v1.1.1.144 ===
106-
* WCID driver support ([[https://github.com/pbatard/libwdi/wiki/WCID-Devices|more]])
130+
v1.1.1.144
131+
* WCID driver support (https://github.com/pbatard/libwdi/wiki/WCID-Devices)
107132
* changed WinUSB installation category to match Windows 8's ("libusb (WinUSB) devices" -> "Universal Serial Bus Devices")
108133
* embedded drivers: WinUSB v6.1.7600.16385 (KMDF 1.9), libusb-win32 v1.2.5.0 & libusbK v3.0.3.0 - KMDF 1.9
109134

110-
=== v1.1.1.143 ===
135+
v1.1.1.143
111136
* improved USB 3.0 HUB detection
112137
* embedded drivers: WinUSB v6.1.7600.16385 (KMDF 1.9), libusb-win32 v1.2.5.0 & libusbK v3.0.3.0 - KMDF 1.9

examples/wdi-simple.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#endif
88

99
VS_VERSION_INFO VERSIONINFO
10-
FILEVERSION 1,5,1,791
11-
PRODUCTVERSION 1,5,1,791
10+
FILEVERSION 1,5,1,792
11+
PRODUCTVERSION 1,5,1,792
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.5.1.791"
28+
VALUE "FileVersion", "1.5.1.792"
2929
VALUE "InternalName", "WDI-Simple"
3030
VALUE "LegalCopyright", "� 2010-2025 Pete Batard (LGPL v3)"
3131
VALUE "LegalTrademarks", "https://www.gnu.org/licenses/lgpl-3.0.html"
3232
VALUE "OriginalFilename", "wdi-simple.exe"
3333
VALUE "ProductName", "WDI-Simple"
34-
VALUE "ProductVersion", "1.5.1.791"
34+
VALUE "ProductVersion", "1.5.1.792"
3535
VALUE "Comments", "http://libwdi.akeo.ie"
3636
END
3737
END

examples/zadig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
#define FIELD_ORANGE RGB(255,240,200)
6161
#define ARROW_GREEN RGB(92,228,65)
6262
#define ARROW_ORANGE RGB(253,143,56)
63-
#define APP_VERSION "Zadig 2.9.791"
63+
#define APP_VERSION "Zadig 2.9.792"
6464

6565
// These are used to flag end users about the driver they are going to replace
6666
enum driver_type {

examples/zadig.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ END
246246
//
247247

248248
VS_VERSION_INFO VERSIONINFO
249-
FILEVERSION 2,9,791,0
250-
PRODUCTVERSION 2,9,791,0
249+
FILEVERSION 2,9,792,0
250+
PRODUCTVERSION 2,9,792,0
251251
FILEFLAGSMASK 0x17L
252252
#ifdef _DEBUG
253253
FILEFLAGS 0x1L
@@ -264,13 +264,13 @@ BEGIN
264264
BEGIN
265265
VALUE "CompanyName", "akeo.ie"
266266
VALUE "FileDescription", "Zadig"
267-
VALUE "FileVersion", "2.9.791"
267+
VALUE "FileVersion", "2.9.792"
268268
VALUE "InternalName", "Zadig"
269269
VALUE "LegalCopyright", "� 2010-2025 Pete Batard (GPL v3)"
270270
VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html"
271271
VALUE "OriginalFilename", "zadig.exe"
272272
VALUE "ProductName", "Zadig"
273-
VALUE "ProductVersion", "2.9.791"
273+
VALUE "ProductVersion", "2.9.792"
274274
VALUE "Comments", "https://zadig.akeo.ie"
275275
END
276276
END

libwdi/libwdi.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 1,5,1,791
54-
PRODUCTVERSION 1,5,1,791
53+
FILEVERSION 1,5,1,792
54+
PRODUCTVERSION 1,5,1,792
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.5.1.791"
71+
VALUE "FileVersion", "1.5.1.792"
7272
VALUE "InternalName", "libwdi"
7373
VALUE "LegalCopyright", "� 2010-2025 Pete Batard (LGPL v3)"
7474
VALUE "LegalTrademarks", "https://www.gnu.org/licenses/lgpl-3.0.html"
7575
VALUE "OriginalFilename", "libwdi"
7676
VALUE "ProductName", "libwdi"
77-
VALUE "ProductVersion", "1.5.1.791"
77+
VALUE "ProductVersion", "1.5.1.792"
7878
VALUE "Comments", "http://libwdi.akeo.ie"
7979
END
8080
END

0 commit comments

Comments
 (0)