Skip to content

Commit

Permalink
0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xhanulik committed Jan 14, 2025
1 parent 643d4c1 commit abb2e63
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.26.0.{build}
version: 0.26.1.{build}

platform:
- x86
Expand Down
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
NEWS for OpenSC -- History of user visible changes

# New in 0.26.1; 2025-01-14

## General improvements
* Align allocations of sc_mem_secure_alloc (#3281)
* Fix -O3 gcc optimization failure on amd64 and ppc64el (#3299)

## pkcs11-spy
* Avoid crash while spying C_GetInterface() (#3275)

## TCOS
* Fix reading certificate (#3296)

# New in 0.26.0; 2024-11-13

## Security
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ backport security fixes into them. Only the last release is supported.

| Version | Supported |
| -------- | ------------------ |
| 0.26.0 | :white_check_mark: |
| < 0.26.0 | :x: |
| 0.26.1 | :white_check_mark: |
| < 0.26.1 | :x: |

## Reporting a Vulnerability

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ define([PRODUCT_BUGREPORT], [https://github.com/OpenSC/OpenSC/issues])
define([PRODUCT_URL], [https://github.com/OpenSC/OpenSC])
define([PACKAGE_VERSION_MAJOR], [0])
define([PACKAGE_VERSION_MINOR], [26])
define([PACKAGE_VERSION_FIX], [0])
define([PACKAGE_VERSION_FIX], [1])
define([PACKAGE_SUFFIX], [])

define([VS_FF_LEGAL_COPYRIGHT], [OpenSC Project])
Expand Down Expand Up @@ -48,7 +48,7 @@ OPENSC_VS_FF_PRODUCT_URL="VS_FF_PRODUCT_URL"
# (Interfaces added: CURRENT++, REVISION=0)
OPENSC_LT_CURRENT="12"
OPENSC_LT_OLDEST="12"
OPENSC_LT_REVISION="1"
OPENSC_LT_REVISION="2"
OPENSC_LT_AGE="$((${OPENSC_LT_CURRENT}-${OPENSC_LT_OLDEST}))"

AC_CONFIG_SRCDIR([src/libopensc/sc.c])
Expand Down

0 comments on commit abb2e63

Please sign in to comment.