summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-09-02 00:36:28 +0200
committerBruno Haible <bruno@clisp.org>2008-09-02 00:36:28 +0200
commitbe6c2737cca8fa0f8e41e836e0cb843bc9138035 (patch)
treead617c8f36342abe3cfc194b518848ee8eaed107 /NEWS
parente6a0d376a9b44cadd66d06e76d0c9181c20e4102 (diff)
downloadgnulib-be6c2737cca8fa0f8e41e836e0cb843bc9138035.tar.gz
Split module 'filename' into 'filename' and 'concat-filename'.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ae550ba158..4a01c1f2ae 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,11 @@ User visible incompatible changes
Date Modules Changes
+2008-09-01 filename The module does not define the function
+ concatenated_filename any more. To get this
+ function, use module 'concat-filename' and the
+ include file "concat-filename.h".
+
2008-08-31 havelib On Solaris, when searching for 64-bit mode
libraries the directory $prefix/lib is now ignored.
Instead the directory $prefix/lib/64 is searched.