Skip to content

Commit 3b7bfae

Browse files
Release Exiv2 version 0.28.8
1 parent ff7bdd6 commit 3b7bfae

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cmake_minimum_required( VERSION 3.11.0 )
33

44
project(exiv2
5-
VERSION 0.28.7
5+
VERSION 0.28.8
66
DESCRIPTION "Exif/IPTC/Xmp C++ metadata library and tools plus ICC Profiles, Previews and more."
77
LANGUAGES C CXX
88
)

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| Exiv2 Version | Date | Tag | Branch | _Dot/Security_ Release | Date | Tag |
66
|:-- |:-- |:- |:-- |:-- |:- |:- |
7-
| v0.28 | 2023-05-08 | v0.28.0 | 0.28.x | v0.28.7 | 2025-08-31 | v0.28.7 |
7+
| v0.28 | 2023-05-08 | v0.28.0 | 0.28.x | v0.28.8 | 2026-02-21 | v0.28.8 |
88

99
## Security Process
1010

doc/ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Changes from version 0.28.7 to 0.28.8
2+
-------------------------------------
3+
4+
Release Notes:
5+
6+
* https://github.com/Exiv2/exiv2/issues/3467
7+
* https://github.com/Exiv2/exiv2/milestone/19?closed=1
8+
9+
This release fixes one low-severity vulnerability:
10+
11+
* [CVE-2026-25884](https://github.com/Exiv2/exiv2/security/advisories/GHSA-9mxq-4j5g-5wrp)
12+
113
Changes from version 0.28.6 to 0.28.7
214
-------------------------------------
315

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'exiv2',
33
'cpp',
4-
version: '0.28.7',
4+
version: '0.28.8',
55
meson_version: '>=0.54.1',
66
default_options: ['warning_level=0', 'cpp_std=c++17'],
77
)

0 commit comments

Comments
 (0)