New module u64. Make crypto/sha512 use it.
[pspp] / ChangeLog
index 1698422730038e3f7aad5765f464fa2583d4d7fa..7e1b78a240d21662e4bb544a131ac19a3e515688 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2009-03-04  Simon Josefsson  <simon@josefsson.org>
+
+       * MODULES.html.sh: Mention u64.
+       * modules/u64: New module.
+       * modules/crypto/sha512: Depend on u64 module instead of providing
+       u64.h.
+
+2009-03-27  Eric Blake  <ebb9@byu.net>
+
+       test-strerror: make debugging EAI_SYSTEM easier
+       * modules/getaddrinfo-tests (Depends-on): Add strerror.
+       * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
+       failure was EAI_SYSTEM.
+
+2009-03-25  Bruno Haible  <bruno@clisp.org>
+
+       Fix a problem with --enable-relocatable on Solaris 7.
+       * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
+       since 2008-02-24.
+
+2009-03-25  Eric Blake  <ebb9@byu.net>
+
+       test-sockets: avoid gcc warning
+       * tests/test-sockets.c (main): Silence compiler warning.
+
 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
 
        New modules nproc, pthread, contributed by Glen Lenker.