X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=NEWS;h=87966b87faf4567c588efc644504ada80ff94555;hb=7f4d7474bc9b613a5a6577819befb340e1093d67;hp=7aaa55025a9bb317b72d45c4d0b4a26aec6caa16;hpb=7b88472378ef4a201a63ccef0c07502b23287d7e;p=gnulib.git diff --git a/NEWS b/NEWS index 7aaa55025..87966b87f 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,13 @@ Important notes Date Modules Changes +2012-06-27 elisp-comp The module 'elisp-comp' is removed; the script is + not independently useful outside of automake. + +2012-06-21 gnulib-tool The option --with-tests is now implied by the + options --create-testdir, --test, + --create-megatestdir, --megatest. + 2012-01-07 quotearg In the C locale, the function will no longer use the grave accent character to begin a quoted string (`like this'). It will use apostrophes @@ -21,6 +28,11 @@ User visible incompatible changes Date Modules Changes +2012-06-26 getopt-posix This module no longer guarantees that option + processing is resettable. If your code uses + 'optreset' or 'optind = 0;', rewrite it to make + only one pass over the argument array. + 2012-02-24 streq This module no longer provides the STREQ macro. Use STREQ_OPT instead.