diff --git a/NEWS b/NEWS index edd3cfe..7b99760 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +v0.2.5 Release v0.2.5 + + - Copyright header adjustments + - Improve determination of linker when some C++ files are generated + - Add configuration check for setlinebuf + - Avoid rebuilding target product everytime + - Add feature to disable testing in specific subdirectories + - Fix rpath option to address macOS / Linux usage difference + v0.2.4 Integration of Fedora packaging - Put %package first (style, comment #11 of BZ#1689277) diff --git a/make-it-quick.spec b/make-it-quick.spec index 198047b..073a801 100644 --- a/make-it-quick.spec +++ b/make-it-quick.spec @@ -52,12 +52,7 @@ Development files for make-it-quick %changelog * Tue Apr 23 2019 Christophe de Dinechin - 0.2.5-1 -- Copyright header adjustments -- Improve determination of linker when some C++ files are generated -- Add configuration check for setlinebuf -- Avoid rebuilding target product everytime -- Add feature to disable testing in specific subdirectories -- Fix rpath option to address macOS / Linux usage difference +- New upstream release * Tue Mar 19 2019 Christophe de Dinechin - 0.2.4-1 - Address review comments (see comment #11 of BZ#1689277) - Integrate fixes found while building SPICE