summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--doc/upgrade.html3
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 742eb7b..6d05a58 100644
--- a/NEWS
+++ b/NEWS
@@ -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>