Skip to content

Commit

Permalink
Exiv2 version 0.28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbackhouse committed Jul 7, 2024
1 parent 757923f commit 2b651cf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/exiv2.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
deploy:
strategy:
matrix:
EXIV2TAG: [v0.28.2]
EXIV2TAG: [v0.28.3]
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
13 changes: 13 additions & 0 deletions website/master/news.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
<?xml version = '1.0'?>
<news>

<newsitem>
<date>2024-07-08</date>
<title>Exiv2 v0.28.3</title>
<abstract>Exiv2 v0.28.3</abstract>
<desc>
<ol>
<li>Minor bugs and fixes</li>
<li>Fix for CVE-2024-39695: out-of-bounds read in AsfVideo::streamProperties.</li>
</ol>
<p>More details: <a href="https://github.com/Exiv2/exiv2/issues/3008" _target="_blank">Change List</a></p>
</desc>
</newsitem>

<newsitem>
<date>2024-02-13</date>
<title>Exiv2 v0.28.2</title>
Expand Down

0 comments on commit 2b651cf

Please sign in to comment.