File tree Expand file tree Collapse file tree 4 files changed +28
-1
lines changed
Expand file tree Collapse file tree 4 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 11# Minimum version imposed by Ubuntu:20.04
22cmake_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)
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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+
115Changes from version 0.28.6 to 0.28.7
216-------------------------------------
317
Original file line number Diff line number Diff line change 11project (
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+ >>>>>>> 8 aecc3ff (Release Exiv2 version 0 .28 .8 )
713)
814
915cpp = meson .get_compiler(' cpp' )
You can’t perform that action at this time.
0 commit comments