X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=NEWS;h=44fc6623c24992be13d1857a13bbffe6bbf7b305;hb=b5ae144098a1d1d58447fbec55af8b76631df549;hp=da75d7f83d7282381fc462ebbfde0566ec3b4d9b;hpb=f6a65c23356574113f91060f82cef2119af4949a;p=gnulib.git diff --git a/NEWS b/NEWS index da75d7f83..44fc6623c 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,29 @@ User visible incompatible changes Date Modules Changes +2008-09-13 EOVERFLOW The module is removed. Use module errno instead. + +2008-09-01 filename The module does not define the function + concatenated_filename any more. To get an + equivalent function, use function + xconcatenated_filename from module + 'xconcat-filename'. + +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. + You may need to create a symbolic link for + $prefix/lib/64 if you have 64-bit libraries + installed in $prefix/lib. + +2008-08-19 strverscmp The include file is changed from "strverscmp.h" + to . + +2008-08-14 lock The include file is changed from "lock.h" + to "glthread/lock.h". + tls The include file is changed from "tls.h" + to "glthread/tls.h". + 2008-07-17 c-stack The module now requires the addition of $(LIBCSTACK) or $(LTLIBCSTACK) in Makefile.am, since it may depend on linking with libsigsegv.