Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.27.5 #1983

Merged
merged 1 commit into from
Oct 21, 2021
Merged

v0.27.5 #1983

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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