Skip to content

Commit a6a79ef

Browse files
Merge pull request #3009 from kevinbackhouse/v0.28.3
Release Exiv2 version 0.28.3
2 parents 3a28346 + c5b922c commit a6a79ef

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-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.2
5+
VERSION 0.28.3
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
| v0.28 | 2023-05-08 | v0.28.0 | 0.28.x | v0.28.0 | 2023-05-08 | v0.28.0 |
88
| | | | | v0.28.1 | 2023-11-06 | v0.28.1 |
99
| | | | | v0.28.2 | 2024-02-13 | v0.28.2 |
10+
| | | | | v0.28.3 | 2024-07-08 | v0.28.3 |
1011
| v0.27 | 2018-12-20 | 0.27 | 0.27-maintenance | v0.27.0 | 2018-12-20 | v0.27.0 |
1112
| | | | | v0.27.1 | 2019-04-18 | v0.27.1 |
1213
| | | | | v0.27.2 | 2019-07-29 | v0.27.2 |

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.2 to 0.28.3
2+
-------------------------------------
3+
4+
Release Notes:
5+
6+
* https://github.com/Exiv2/exiv2/issues/3008
7+
* https://github.com/Exiv2/exiv2/milestone/14?closed=1
8+
9+
This release also fixes a low-severity security issue in asfvideo.cpp:
10+
11+
* [CVE-2024-39695](https://github.com/Exiv2/exiv2/security/advisories/GHSA-38rv-8x93-pvrh): out-of-bounds read in AsfVideo::streamProperties.
12+
13+
This vulnerability is in a new feature (ASF video) that was added in version 0.28.0, so earlier versions of Exiv2 are not affected.
14+
115
Changes from version 0.28.1 to 0.28.2
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.2',
4+
version: '0.28.3',
55
meson_version: '>=0.54.1',
66
default_options: ['warning_level=0', 'cpp_std=c++17'],
77
)

po/exiv2.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: exiv2 0.28.2\n"
9+
"Project-Id-Version: exiv2 0.28.3\n"
1010
"Report-Msgid-Bugs-To: https://github.com/Exiv2/exiv2/issues\n"
1111
"POT-Creation-Date: 2024-04-03 16:17+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

0 commit comments

Comments
 (0)