Release 0.3.0 - Configuration variables renaming
The major changes in this release are the renaming of the various configuration variables for improved consistency, e.g. `PREFIX_LIB` becomes `PREFIX.lib`. Hence the version number bump. Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
This commit is contained in:
parent
e5fd9fe039
commit
0af1e32906
13
NEWS
13
NEWS
|
@ -1,3 +1,16 @@
|
|||
v0.3.0
|
||||
- install: Fix creation of shared library symbolic links
|
||||
- config: Make COLORIZE a weak variable
|
||||
- install: Select which kind of files go in package subdirectory
|
||||
- colorization: Check pipe status
|
||||
- Set rpath for testing purpose with opt and debug targets
|
||||
- docs: Udpate README.md to match installation refactoring
|
||||
- Refactor installation
|
||||
- Simplify the color filter
|
||||
- Colorize test results even if at top-level
|
||||
- Colorize generate steps even when generating makefiles
|
||||
- colorization: Put colorization of config in COLORIZE
|
||||
|
||||
v0.2.7
|
||||
- Add configuration check for long double
|
||||
- config: Add tests for _Float80 and _Float128
|
||||
|
|
Loading…
Reference in New Issue