* modules/verify (License): Change from GPL to LGPL. This is a
[gnulib.git] / ChangeLog
index cbcfac0..177859d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,131 @@
+2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/verify (License): Change from GPL to LGPL.  This is a
+       tiny module and there are apparently near-equivalents that are
+       under the BSD license.
+
+2005-10-24  Simon Josefsson  <jas@extundo.com>
+
+       * modules/sha1: Relicense to LGPL.
+
+2005-10-23  Simon Josefsson  <jas@extundo.com>
+
+       * gnulib-tool (func_import): Fix --tests-base.
+
+2005-10-22  Simon Josefsson  <jas@extundo.com>
+
+       * modules/arcfour (Depends-on): Need stdint.
+
+2005-10-21  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_import, func_create_testdir): Add quoting to last
+       patch.
+
+2005-10-21  Simon Josefsson  <jas@extundo.com>
+
+       * gnulib-tool (func_import, func_create_testdir): Define automake
+       conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
+       Makefile.am snippet),
+       suggested by Bruno Haible <bruno@clisp.org>.
+
+       * modules/gc (Makefile.am): Use it.
+
+2005-10-21  Simon Josefsson  <jas@extundo.com>
+
+       * modules/des, modules/des-tests: New files.
+
+       * modules/gc-des, modules/gc-des-tests: New files.
+
+       * tests/test-des.c, tests/test-gc-des.c: New file.
+
+2005-10-21  Simon Josefsson  <jas@extundo.com>
+
+       * modules/arctwo, modules/arctwo-tests: New files.
+
+       * tests/test-arctwo.c: New file.
+
+       * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
+
+       * tests/test-gc-arctwo.c: New file.
+
+2005-10-19  Simon Josefsson  <jas@extundo.com>
+
+       * tests/test-gc-arcfour.c: New file.
+
+       * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
+
+2005-10-19  Simon Josefsson  <jas@extundo.com>
+
+       * tests/test-gc-rijndael.c: New file.
+
+       * modules/gc-rijndael, modules/gc-rijndael-test: New files.
+
+2005-10-19  Simon Josefsson  <jas@extundo.com>
+
+       * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
+       interface too.
+
+2005-10-19  Simon Josefsson  <jas@extundo.com>
+
+       * modules/gc-md4, modules/gc-md4-tests: New file.
+
+       * tests/test-gc-md4.c: New file.
+
+2005-10-18  Simon Josefsson  <jas@extundo.com>
+
+       * tests/test-md4.c: New file.
+
+       * modules/md4, modules/md4-tests: New files.
+
+2005-10-18  Simon Josefsson  <jas@extundo.com>
+
+       * tests/test-md5.c: New file.
+
+       * modules/md5-tests: New file.
+
+2005-10-17  Stepan Kasal  <kasal@ucw.cz>
+
+       * gnulib-tool (func_create_testdir): Omit the second check whether
+       BUILT_SOURCES in nonempty.
+
+2005-10-17  Simon Josefsson  <jas@extundo.com>
+
+       * modules/gc-sha1-tests: New file.
+
+       * tests/test-gc-sha1.c: New file.
+
+2005-10-17  Simon Josefsson  <jas@extundo.com>
+
+       * tests/test-rijndael.c: New file.
+
+2005-10-17  Simon Josefsson  <jas@extundo.com>
+
+       * modules/sha1: Depend on stdint instead of md5.
+
+       * modules/md5: Depend on stdint, remove uint32_t.
+
+2005-10-16  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_emit_tests_Makefile_am): Also define
+       TESTS_ENVIRONMENT, so that individual tests can augment it.
+
+       * gnulib-tool (func_create_testdir): Use an intermediate target for
+       building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
+       macros, like $(ALLOCA_H), which cannot be passed through the command
+       line.
+
+2005-10-15  Simon Josefsson  <jas@extundo.com>
+
+       * modules/rijndael-tests: New file.
+
+       * modules/rijndael: New file.
+
+2005-10-14  Simon Josefsson  <jas@extundo.com>
+
+       * tests/test-arcfour.c: New file.
+
+       * modules/arcfour, modules/arcfour-tests: New files.
+
 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
 
         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.