summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-28 11:23:57 +0200
committerBruno Haible <bruno@clisp.org>2010-03-28 11:23:57 +0200
commit0771f626ab33a517372f630331d1887252521bcf (patch)
tree6f1d0bbd7e329126800039e003c9322df7a0c8c4 /NEWS
parenteaed10f9242fe10f654e820002a7c5601a54ce94 (diff)
downloadgnulib-0771f626ab33a517372f630331d1887252521bcf.tar.gz
lib-ignore: Determine different options for different compilers.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0074492c59..778e3b965d 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,12 @@ User visible incompatible changes
Date Modules Changes
+2010-03-28 lib-ignore This module now provides a variable
+ IGNORE_UNUSED_LIBRARIES_CFLAGS that you should
+ add to LDFLAGS (when linking C programs only) or
+ CFLAGS yourself. It is no longer added to LDFLAGS
+ automatically.
+
2010-03-18 pty This module now only declares the pty.h header.
Use the new modules 'forkpty' or 'openpty' to
get the functions that were previously provided.