crypto/gc-rijndael: Fix recent regression.
[gnulib.git] / ChangeLog
index 57797a1..39a83f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,59 @@
 2011-06-16  Bruno Haible  <bruno@clisp.org>
 
+       crypto/gc-rijndael: Fix recent regression.
+       * modules/crypto/gc-rijndael (Files): Remove m4/rijndael.m4.
+       (configure.ac): Invoke AC_LIBOBJ here.
+       * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Don't invoke gl_RIJNDAEL.
+       Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+
+       crypto/gc-hmac-sha1: Fix recent regression.
+       * modules/crypto/gc-hmac-sha1 (Files): Remove m4/hmac-sha1.m4.
+       (configure.ac): Invoke AC_LIBOBJ here.
+       * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Don't invoke gl_HMAC_SHA1.
+       Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+
+       crypto/gc-hmac-md5: Fix recent regression.
+       * modules/crypto/gc-hmac-md5 (Files): Remove m4/hmac-md5.m4.
+       (configure.ac): Invoke AC_LIBOBJ here.
+       * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Don't invoke gl_HMAC_MD5.
+       Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+
+       crypto/gc-des: Fix recent regression.
+       * modules/crypto/gc-des (Files): Remove m4/des.m4.
+       (configure.ac): Invoke AC_LIBOBJ here.
+       * m4/gc-des.m4 (gl_GC_DES): Don't invoke gl_DES.
+       Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+
+       crypto/gc-arcfour: Fix recent regression.
+       * modules/crypto/gc-arcfour (Files): Remove m4/arcfour.m4.
+       (configure.ac): Invoke AC_LIBOBJ here.
+       * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Don't invoke gl_ARCFOUR.
+       Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+
+2011-06-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * m4/lstat.m4 (gl_FUNC_LSTAT): Fix typo in prerequisite.
+       After the 2011-05-21 change, this macro requires
+       gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, not
+       AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
+
+2011-06-16  Bruno Haible  <bruno@clisp.org>
+
+       fprintftime: Move AC_LIBOBJ invocations to module description.
+       * m4/fprintftime.m4: Remove file.
+       * modules/fprintftime (Files): Remove m4/fprintftime.m4.
+       (configure.ac): Remove gl_FPRINTFTIME call.
+       (Makefile.am): Augment lib_SOURCES.
+       Reported by Jim Meyering.
+
+2011-06-16  Bruno Haible  <bruno@clisp.org>
+
+       tmpfile-safer: Finish 2011-05-23 commit.
+       * m4/stdio-safer.m4: Really remove file.
+       Reported by Jim Meyering.
+
+2011-06-16  Bruno Haible  <bruno@clisp.org>
+
        syntax-check: Fix typo.
        * Makefile (allow_AC_LIBOBJ): Mention printf-posix-rpl.m4, not
        printf-posix.m4.