Skip to content

Commit 2cd987a

Browse files
Merge pull request #3493 from kevinbackhouse/release-0.28.8
Release Exiv2 version 0.28.8
2 parents 21d129c + 8aecc3f commit 2cd987a

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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-03-01 | v0.28.8 |
88

99
## Security Process
1010

doc/ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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 three low-severity vulnerabilities:
10+
11+
* [CVE-2026-25884](https://github.com/Exiv2/exiv2/security/advisories/GHSA-9mxq-4j5g-5wrp)
12+
* [CVE-2026-27596](https://github.com/Exiv2/exiv2/security/advisories/GHSA-3wgv-fg4w-75x7)
13+
* [CVE-2026-27631](https://github.com/Exiv2/exiv2/security/advisories/GHSA-p2pw-7935-c73j)
14+
115
Changes from version 0.28.6 to 0.28.7
216
-------------------------------------
317

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)