Skip to content

Commit 9ebd79a

Browse files
committed
Release 2.7
Signed-off-by: Michał Trojnara <[email protected]>
1 parent 1700455 commit 9ebd79a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
env:
88
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
99
BUILD_TYPE: Release
10-
version: osslsigncode-2.7-dev
10+
version: osslsigncode-2.7
1111

1212
jobs:
1313
build:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ project(osslsigncode
1616
LANGUAGES C)
1717

1818
# force nonstandard version format for development packages
19-
set(DEV "-dev")
19+
set(DEV "")
2020
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}${DEV}")
2121

2222
# version and contact information

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# osslsigncode change log
22

3-
### 2.7 (unreleased)
3+
### 2.7 (2023.09.19)
44

5+
- fixed signing CAB files (by Michael Brown)
6+
- fixed handling of unsupported commands (by Maxim Bagryantsev)
7+
- fixed writing DIFAT sectors
58
- added APPX support (by Maciej Panek and Małgorzata Olszówka)
69
- added a built-in TSA response generation (-TSA-certs, -TSA-key
710
and -TSA-time options)

0 commit comments

Comments
 (0)