Skip to content

Commit 6ae17a1

Browse files
kevinbackhousemergify[bot]
authored andcommitted
Release Exiv2 version 0.28.8
(cherry picked from commit 8aecc3f) # Conflicts: # CMakeLists.txt # meson.build
1 parent 659db31 commit 6ae17a1

File tree

4 files changed

+28
-1
lines changed

4 files changed

+28
-1
lines changed

CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Minimum version imposed by Ubuntu:20.04
22
cmake_minimum_required(VERSION 3.16.3)
33

4+
<<<<<<< HEAD
45
# use TWEAK to categorize the build:
56
#
67
# * 1.00.0 = GM (tagged and released)
@@ -15,6 +16,12 @@ project(
1516
VERSION 1.00.0.9
1617
DESCRIPTION "Exif/IPTC/Xmp C++ metadata library and tools plus ICC Profiles, Previews and more."
1718
LANGUAGES C CXX
19+
=======
20+
project(exiv2
21+
VERSION 0.28.8
22+
DESCRIPTION "Exif/IPTC/Xmp C++ metadata library and tools plus ICC Profiles, Previews and more."
23+
LANGUAGES C CXX
24+
>>>>>>> 8aecc3ff (Release Exiv2 version 0.28.8)
1825
)
1926

2027
# Shared Object versioning (SemVer-like: must bump major on API breakage)

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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
project(
22
'exiv2',
33
'cpp',
4+
<<<<<<< HEAD
45
version: '1.0.0',
56
meson_version: '>=0.63.0',
67
default_options: 'cpp_std=c++20',
8+
=======
9+
version: '0.28.8',
10+
meson_version: '>=0.54.1',
11+
default_options: ['warning_level=0', 'cpp_std=c++17'],
12+
>>>>>>> 8aecc3ff (Release Exiv2 version 0.28.8)
713
)
814

915
cpp = meson.get_compiler('cpp')

0 commit comments

Comments
 (0)