Skip to content

Commit

Permalink
Merge pull request #1983 from Exiv2/v0.27.5
Browse files Browse the repository at this point in the history
v0.27.5
  • Loading branch information
clanmills committed Oct 21, 2021
2 parents c42684f + b520fe0 commit ad5484c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required( VERSION 3.3.2 )

project(exiv2 # use TWEAK to categorize the build
VERSION 0.27.5.3 # 0.27.5.3 = RC3
# 0.27.5 = GM (tagged and released)
VERSION 0.27.5 # 0.27.5 = GM (tagged and released)
# 0.27.5.3 = RC3
# 0.27.5.9 = 27.4.9 Development
# 0.27.5.00 = GM Preview
# 0.27.5.3 = RC3 (tagged and released)
Expand Down
2 changes: 1 addition & 1 deletion doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Open:
https://github.com/Exiv2/exiv2/milestone/9?open=1

Release Notes:
https://github.com/Exiv2/exiv2/issues/1018#issuecomment-895425552
https://github.com/Exiv2/exiv2/issues/1018#issuecomment-948573657

+++++++++++++++++++++++++++++++++++++
------------- History ---------------
Expand Down
9 changes: 5 additions & 4 deletions releasenotes/releasenotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Thank You to the following who have contributed to this release.
Contributor Activity
Alex Project Management
Christoph C++ code
David CR3 Preview code
Kev Outstanding work on security and other issues
Luis C++ modernisation
Miloš C++ code
Expand All @@ -14,17 +15,17 @@ Robin Release engineering

Exiv2 v0.27.5 Features

1. Security fixes
2. BMFF bug fixes
1. BMFF bug fixes and CR3 Previews
2. Security fixes
3. libFuzzer target _(for improved security testing)_
4. Minor bugs and fixes

Detailed Change List since 0.27.4
---------------------------------

https://github.com/Exiv2/exiv2/issues/1018#issuecomment-895425552
https://github.com/Exiv2/exiv2/issues/1018#issuecomment-948573657
Remaining ( 0) https://github.com/Exiv2/exiv2/milestone/9
Completed (74) https://github.com/Exiv2/exiv2/milestone/9?closed=1
Completed (87) https://github.com/Exiv2/exiv2/milestone/9?closed=1

Help Wanted
-----------
Expand Down

0 comments on commit ad5484c

Please sign in to comment.