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
This commit is contained in:
parent
ed303a3b61
commit
45767c46ab
9
NEWS
9
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)
|
||||
|
|
|
@ -52,12 +52,7 @@ Development files for make-it-quick
|
|||
|
||||
%changelog
|
||||
* Tue Apr 23 2019 Christophe de Dinechin <dinechin@redhat.com> - 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 <dinechin@redhat.com> - 0.2.4-1
|
||||
- Address review comments (see comment #11 of BZ#1689277)
|
||||
- Integrate fixes found while building SPICE
|
||||
|
|
Loading…
Reference in New Issue