-
Notifications
You must be signed in to change notification settings - Fork 471
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
102 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
= libwdi - Changelog = | ||
For the latest changes, please visit:\\ | ||
[[http://libwdi.git.sourceforge.net/git/gitweb.cgi?p=libwdi/libwdi;a=summary]] | ||
|
||
=== v1.2.0 (2011.10.14) === | ||
* Improvements: | ||
** [[http://sourceforge.net/apps/mediawiki/libwdi/index.php?title=WCID_devices|WCID device]] driver installation support | ||
** [[http://sourceforge.net/apps/trac/libusb-win32/wiki|libusb-win32]] filter driver installation/uninstallation | ||
** Zadig UI redesign and other improvements | ||
** Windows 8 and USB 3.0 support improvements | ||
** removal of cygwin's no longer available '-mno-cygwin' support | ||
=== v1.1.1 (2011.04.13) === | ||
* Bugfixes: | ||
** autogenerated certificate no longer reports a private key available | ||
* Improvements: | ||
** Zadig UI improvements | ||
** wdi-simple now handles certificate related operations | ||
** New NSIS (Nullsoft Scriptable Install System) script sample | ||
** improved INNO Setup script sample | ||
=== v1.1.0 (2011.03.30) === | ||
* Improvements: | ||
** libsubK support | ||
** autogeneration and self-signing of a .cat file, to prevent further security prompts during driver installation on Vista and later.\\ | ||
For more information, see [[http://libwdi-cps.akeo.ie]] | ||
** disable restore point creation during installation | ||
** Visual Studio 2010 support and overall MS file cleanup | ||
** use of the Kerberos/e2fsprogs parser in Zadig instead of libconfig | ||
=== v1.0.4 (2011.01.22) === | ||
* Bugfixes: | ||
** improper title for progress bar | ||
** improper detection of updated files for embedder run | ||
* Improvements: | ||
** embedding of user files with international characters should be possible | ||
** new wdi_install_trusted_certificate API call, for promptless driver installation of static signed driver packages | ||
** new wdi_is_file_embedded API call | ||
=== v1.0.3 (2010.10.07) === | ||
* Bugfixes: | ||
** progress bar text was not being erased properly | ||
* Improvements: | ||
** libwdi can now be cross-compiled | ||
** MinGW and MS generated DLLs are interchangeable | ||
** updated inf-wizard libusb-win32 sample to v1.2.2.0 | ||
=== v1.0.2 (2010.09.15) === | ||
* Bugfixes: | ||
** WinUSB inf file appends libusb0 template | ||
** inf-wizard does not support international characters | ||
* Improvements: | ||
** Relative path for extraction dir | ||
** Logging (silent mode) | ||
** New sample (wdi-simple) and setup script example | ||
=== v1.0.1 (2010.09.01) - Initial Release === |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AC_INIT([libwdi], [1.1.1], [[email protected]], [libwdi], [http://libwdi.akeo.ie]) | ||
AC_INIT([libwdi], [1.2.0], [[email protected]], [libwdi], [http://libwdi.sf.net]) | ||
AM_INIT_AUTOMAKE([-Wno-portability]) | ||
AC_CONFIG_SRCDIR([libwdi/libwdi.c]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters