Skip to content

Commit

Permalink
libwdi 1.3.1
Browse files Browse the repository at this point in the history
* Also update AppVeyor build image to VS2019
* Also remove wdk_build.cmd
  • Loading branch information
pbatard committed Mar 30, 2020
1 parent bccb43d commit faf20f6
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 208 deletions.
5 changes: 4 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
*.inf.in eol=crlf
*.rc eol=crlf
*.def eol=crlf
*.creole export-ignore
.gitattributes export-ignore
.gitignore export-ignore
*.creole export-ignore
_*.sh export-ignore
_*.cmd export-ignore
appveyor.yml export-ignore
13 changes: 10 additions & 3 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
Copyright 2010-2016 Pete Batard <[email protected]>
Copyright 2010-2011 Travis Robinson <[email protected]>
Copyright © 2010-2020 Pete Batard <[email protected]>
Copyright © 2010-2011 Travis Robinson <[email protected]>

Other contributors:
Alexander Sashnov
Bob Paddock
Fred Sundvik
Georg Vienna
Jacob Alexander
JaggedJax
Jasper van Bourgognie
Jeorg Fischer
Jerome-PS
Joseph Marshall
Karel Bilek
Liam Staskawicz
Louie Caulfield
PhracturedBlue
Ryan Pavlik
Stanley Elliott
Uri Lublin
Vitali Lovich
Xiaofan Chen
Xiaofan Chen
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
For the latest changes, please visit:
https://github.com/pbatard/libwdi/commits/master

o v1.3.1 (2020.03.30)
Bugfixes:
- fix handling of non western paths during cat file generation
- fix Windows 7 showing a "Trusted Publisher" dialog
- fix memory leaks
Improvements:
- update project files to VS2019
- improve error reporting
- allow interface 0 for wdi-simple
- increase RSA bit key size

o v1.3.0 (2017.04.18)
Bugfixes:
- fix issues with extended characters in current user directory
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
os: Visual Studio 2017
os: Visual Studio 2019

init:
- ps: >-
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.3.0], [[email protected]], [libwdi], [http://libwdi.akeo.ie])
AC_INIT([libwdi], [1.3.1], [[email protected]], [libwdi], [http://libwdi.akeo.ie])
AM_INIT_AUTOMAKE([-Wno-portability 1.11 foreign])
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,3,730,0
PRODUCTVERSION 1,3,730,0
FILEVERSION 1,3,731,0
PRODUCTVERSION 1,3,731,0
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.3.730"
VALUE "FileVersion", "1.3.731"
VALUE "InternalName", "WDI-Simple"
VALUE "LegalCopyright", "� 2010-2018 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.3.730"
VALUE "ProductVersion", "1.3.731"
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,3,730,0
PRODUCTVERSION 1,3,730,0
FILEVERSION 1,3,731,0
PRODUCTVERSION 1,3,731,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -74,13 +74,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "akeo.ie"
VALUE "FileDescription", "Zadic"
VALUE "FileVersion", "1.3.730"
VALUE "FileVersion", "1.3.731"
VALUE "InternalName", "Zadic"
VALUE "LegalCopyright", "� 2010-2018 Pete Batard (LGPL v3)"
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/lesser.html"
VALUE "OriginalFilename", "zadic.exe"
VALUE "ProductName", "Zadic"
VALUE "ProductVersion", "1.3.730"
VALUE "ProductVersion", "1.3.731"
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.5.730"
#define APP_VERSION "Zadig 2.5.731"

// 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 @@ -246,8 +246,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,5,730,0
PRODUCTVERSION 2,5,730,0
FILEVERSION 2,5,731,0
PRODUCTVERSION 2,5,731,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -264,13 +264,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "akeo.ie"
VALUE "FileDescription", "Zadig"
VALUE "FileVersion", "2.5.730"
VALUE "FileVersion", "2.5.731"
VALUE "InternalName", "Zadig"
VALUE "LegalCopyright", "� 2010-2018 Pete Batard (GPL v3)"
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html"
VALUE "OriginalFilename", "zadig.exe"
VALUE "ProductName", "Zadig"
VALUE "ProductVersion", "2.5.730"
VALUE "ProductVersion", "2.5.731"
VALUE "Comments", "http://libwdi.akeo.ie"
END
END
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,3,730,0
PRODUCTVERSION 1,3,730,0
FILEVERSION 1,3,731,0
PRODUCTVERSION 1,3,731,0
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.3.730"
VALUE "FileVersion", "1.3.731"
VALUE "InternalName", "libwdi"
VALUE "LegalCopyright", "� 2010-2017 Pete Batard (LGPL v3)"
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/lesser.html"
VALUE "OriginalFilename", "libwdi"
VALUE "ProductName", "libwdi"
VALUE "ProductVersion", "1.3.730"
VALUE "ProductVersion", "1.3.731"
VALUE "Comments", "http://libwdi.akeo.ie"
END
END
Expand Down
185 changes: 0 additions & 185 deletions wdk_build.cmd

This file was deleted.

0 comments on commit faf20f6

Please sign in to comment.