File tree Expand file tree Collapse file tree 5 files changed +18
-3
lines changed Expand file tree Collapse file tree 5 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 2
2
cmake_minimum_required ( VERSION 3.11.0 )
3
3
4
4
project (exiv2
5
- VERSION 0.28.2
5
+ VERSION 0.28.3
6
6
DESCRIPTION "Exif/IPTC/Xmp C++ metadata library and tools plus ICC Profiles, Previews and more."
7
7
LANGUAGES C CXX
8
8
)
Original file line number Diff line number Diff line change 7
7
| v0.28 | 2023-05-08 | v0.28.0 | 0.28.x | v0.28.0 | 2023-05-08 | v0.28.0 |
8
8
| | | | | v0.28.1 | 2023-11-06 | v0.28.1 |
9
9
| | | | | v0.28.2 | 2024-02-13 | v0.28.2 |
10
+ | | | | | v0.28.3 | 2024-07-08 | v0.28.3 |
10
11
| v0.27 | 2018-12-20 | 0.27 | 0.27-maintenance | v0.27.0 | 2018-12-20 | v0.27.0 |
11
12
| | | | | v0.27.1 | 2019-04-18 | v0.27.1 |
12
13
| | | | | v0.27.2 | 2019-07-29 | v0.27.2 |
Original file line number Diff line number Diff line change
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
+
1
15
Changes from version 0.28.1 to 0.28.2
2
16
-------------------------------------
3
17
Original file line number Diff line number Diff line change 1
1
project (
2
2
' exiv2' ,
3
3
' cpp' ,
4
- version : ' 0.28.2 ' ,
4
+ version : ' 0.28.3 ' ,
5
5
meson_version : ' >=0.54.1' ,
6
6
default_options : [' warning_level=0' , ' cpp_std=c++17' ],
7
7
)
Original file line number Diff line number Diff line change 6
6
#, fuzzy
7
7
msgid ""
8
8
msgstr ""
9
- "Project-Id-Version: exiv2 0.28.2 \n"
9
+ "Project-Id-Version: exiv2 0.28.3 \n"
10
10
"Report-Msgid-Bugs-To: https://github.com/Exiv2/exiv2/issues\n"
11
11
"POT-Creation-Date: 2024-04-03 16:17+0200\n"
12
12
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
You can’t perform that action at this time.
0 commit comments