Skip to content

Commit 608d26c

Browse files
Merge pull request #7 from kevinbackhouse/v0.28.3
Exiv2 version 0.28.3
2 parents 757923f + 2b651cf commit 608d26c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/exiv2.org.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
deploy:
1414
strategy:
1515
matrix:
16-
EXIV2TAG: [v0.28.2]
16+
EXIV2TAG: [v0.28.3]
1717
runs-on: ubuntu-22.04
1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.ref }}

website/master/news.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
<?xml version = '1.0'?>
22
<news>
33

4+
<newsitem>
5+
<date>2024-07-08</date>
6+
<title>Exiv2 v0.28.3</title>
7+
<abstract>Exiv2 v0.28.3</abstract>
8+
<desc>
9+
<ol>
10+
<li>Minor bugs and fixes</li>
11+
<li>Fix for CVE-2024-39695: out-of-bounds read in AsfVideo::streamProperties.</li>
12+
</ol>
13+
<p>More details: <a href="https://github.com/Exiv2/exiv2/issues/3008" _target="_blank">Change List</a></p>
14+
</desc>
15+
</newsitem>
16+
417
<newsitem>
518
<date>2024-02-13</date>
619
<title>Exiv2 v0.28.2</title>

0 commit comments

Comments
 (0)