File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11NEWS for Libp11 -- History of user visible changes
22
3- New in 0.4.9; unreleased
3+ New in 0.4.9; 2018-09-03; Michał Trojnara
44* Fixed EVP_PKEY ENGINE reference count with the EC EVP_PKEY_METHOD
55 (Michał Trojnara, Anderson Sasaki)
66* Fixed a leak of RSA object in pkcs11_store_key() (lbonn)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ AC_PREREQ(2.60)
66define ( [ PACKAGE_VERSION_MAJOR] , [ 0] )
77define ( [ PACKAGE_VERSION_MINOR] , [ 4] )
88define ( [ PACKAGE_VERSION_FIX] , [ 9] )
9- define ( [ PACKAGE_SUFFIX] , [ _git ] )
9+ define ( [ PACKAGE_SUFFIX] , [ ] )
1010
1111AC_INIT ( [ libp11] ,[ PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[ ] PACKAGE_SUFFIX] )
1212AC_CONFIG_AUX_DIR ( [ .] )
5353# the openssl version we link to. If the ABI is broken on a later
5454# release, we should either stick to supporting a single openssl ABI
5555# or bump the LT_OLDEST version sufficiently to avoid clashes.
56- LIBP11_LT_REVISION="0 "
56+ LIBP11_LT_REVISION="1 "
5757LIBP11_LT_CURRENT="7"
5858LIBP11_LT_AGE="$((${LIBP11_LT_CURRENT}-${LIBP11_LT_OLDEST}))"
5959
Original file line number Diff line number Diff line change 11#include <winresrc.h>
22
33VS_VERSION_INFO VERSIONINFO
4- FILEVERSION 7,4,0 ,0
4+ FILEVERSION 7,4,1 ,0
55 PRODUCTVERSION 0,4,9,0
66 FILEFLAGSMASK 0x3fL
77#ifdef _DEBUG
2020 VALUE "Comments", "Provided under the terms of the GNU General Public License (LGPLv2.1+).\0"
2121 VALUE "CompanyName", "OpenSC Project\0"
2222 VALUE "FileDescription", "PKCS#11 access library\0"
23- VALUE "FileVersion", "7.4.0 .0\0"
23+ VALUE "FileVersion", "7.4.1 .0\0"
2424 VALUE "InternalName", "libp11\0"
2525 VALUE "LegalCopyright", "OpenSC Project\0"
2626 VALUE "LegalTrademarks", "\0"
You can’t perform that action at this time.
0 commit comments