NEWS: start NEWS for 1.7.0

was hoping to go straight into 2.0 but we need a new maintenance
branch :(
pull/199/head
Ariadne Conill 2020-05-24 14:27:52 -06:00
parent 382a89c173
commit 80508f7138
1 changed files with 18 additions and 0 deletions

18
NEWS
View File

@ -1,6 +1,24 @@
Changes from previous version of pkgconf
========================================
Changes from 1.6.3 to 1.7.0:
----------------------------
* Bug fixes:
- Fix a possible buffer overflow involving newline escaping.
Patch by Tobias Stöckmann.
- Fix an out of boundary access in the parser.
Patch by Tobias Stöckmann.
- Fix leakage of strcmp() result value in pkgconf_compare_version()
responses.
- Return the default personality if loading a cross-compile
personality file failed.
* Enhancements:
- A new --shared option and WantDefaultStatic cross-compile
configuration option have been added. This allows for toolchains
to specify that static linking should be used by default.
Changes from 1.6.2 to 1.6.3:
----------------------------