Skip to content

Commit

Permalink
Merge pull request #4 from kevinbackhouse/v0.28.1
Browse files Browse the repository at this point in the history
Exiv2 version 0.28.1
  • Loading branch information
kevinbackhouse authored Nov 11, 2023
2 parents 0a7b0ac + d493cef commit e7575b2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/exiv2.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
deploy:
strategy:
matrix:
EXIV2TAG: [v0.28.0]
runs-on: ubuntu-20.04
EXIV2TAG: [v0.28.1]
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
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>2023-11-06</date>
<title>Exiv2 v0.28.1</title>
<abstract>Exiv2 v0.28.1</abstract>
<desc>
<ol>
<li>Minor bugs and fixes</li>
<li>Fix for CVE-2023-44398, an out-of-bounds write in BmffImage::brotliUncompress.</li>
</ol>
<p>More details: <a href="https://github.com/Exiv2/exiv2/issues/2813" _target="_blank">Change List</a></p>
</desc>
</newsitem>

<newsitem>
<date>2023-05-14</date>
<title>Exiv2 v0.27.7</title>
Expand Down

0 comments on commit e7575b2

Please sign in to comment.