File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed
Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 22cmake_minimum_required ( VERSION 3.11.0 )
33
44project (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)
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- 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)
You can’t perform that action at this time.
0 commit comments