X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=NEWS;h=87966b87faf4567c588efc644504ada80ff94555;hb=25b6b5120113989e0b91de9d0b75d3d625bbc753;hp=08e99c919fdd97d63936328a100f9a61c8c39ebb;hpb=979fe3bb61054f74ee8a2eace3a397b3e8887e8f;p=gnulib.git diff --git a/NEWS b/NEWS index 08e99c919..87966b87f 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,9 @@ 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. @@ -25,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.