diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | doc/upgrade.html | 3 |
2 files changed, 8 insertions, 1 deletions
@@ -3,7 +3,11 @@ Changelog for skalibs. In 2.9.0.0 ---------- - - Refactoring of scanning and formatting functions. + - Bugfixes. + - Better support of out-of-path toolchains (among other things, +that means better autotools emulation). + - Build more friendly to recent glibc. + - Refactoring and optimization of scanning and formatting functions. In 2.8.1.0 diff --git a/doc/upgrade.html b/doc/upgrade.html index 25c9376..f56629e 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -20,6 +20,9 @@ <ul> <li> Formatting and scanning functions and macros have been refactored. </li> + <li> The configure script now emulates autotools-created configure scripts +more closely. In particular, it's now possible to declare an out-of-path +compiler in <tt>CC</tt>. </li> </ul> <h2> in 2.8.1.0 </h2> |