diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f45779d0f..07af451e90 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/doc/ChangeLog b/doc/ChangeLog index 58db4678c0..008b2540f0 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -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 --------------- diff --git a/releasenotes/releasenotes.txt b/releasenotes/releasenotes.txt index 3d3f973fea..2dec47bbe0 100644 --- a/releasenotes/releasenotes.txt +++ b/releasenotes/releasenotes.txt @@ -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 @@ -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 -----------