summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-07-22 12:31:45 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-07-22 12:31:45 +0000
commit8923a6ffa3da869b5fc56b9b1f698f483e3180a4 (patch)
tree40fe9f89c0245829960df11183f684b47a324688
parent587df17d99d160bd017cc54ee0f77abf02833c92 (diff)
downloadskalibs-8923a6ffa3da869b5fc56b9b1f698f483e3180a4.tar.xz
Document changes
-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>