Branch: refs/heads/master
Home: https://github.com/OpenSC/libp11
Commit: c7cfc1ce93fe0ba2ba595bf9eb146c8074176cb7
https://github.com/OpenSC/libp11/commit/c7cfc1ce93fe0ba2ba595bf9eb146c8074176cb7
Author: Pavol Misik <pm...@gm...>
Date: 2020-05-18 (Mon, 18 May 2020)
Changed paths:
M src/libp11.rc
M src/libp11.rc.in
M src/pkcs11.rc
M src/pkcs11.rc.in
Log Message:
-----------
Windows: Fix issues in VERSIONINFO resource
1. Windows Explorer unable to display information about compiled dll.
It seems root cause of this issue is missing VarFileInfo block.
2. FILETYPE 0x1L is dedicated to executable not to dll
see: WindowsSDK: verrsrc.h
#define VFT_APP 0x00000001L
#define VFT_DLL 0x00000002L
3. String represented versions (StringFileInfo.FileVersion and StringFileInfo.ProductVersion)
parts should be delimited by dot (not by comma).
Solves issue #339
Commit: 71c3baeb10543c2bdaa8e7cb8cdbebf04b32cce5
https://github.com/OpenSC/libp11/commit/71c3baeb10543c2bdaa8e7cb8cdbebf04b32cce5
Author: Pavol Misik <pm...@gm...>
Date: 2020-05-18 (Mon, 18 May 2020)
Changed paths:
M appveyor.yml
Log Message:
-----------
Bump OpenSSL version to 1.1.1g
Compare: https://github.com/OpenSC/libp11/compare/4084f83ee5ea...71c3baeb1054
|