X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=e34da0e62851218d95eee9c1fdbde0289df4a331;hb=a5f33a9b2e79819acb9315c928e896ec0fe80cb1;hp=b3593068f828b4daed360d1dd338d1ee0575c29e;hpb=52116d1510321c620865d5643d9fa6dd17afbf48;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index b3593068f..e34da0e62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,215 @@ +2005-10-24 Simon Josefsson + + * modules/sha1: Relicense to LGPL. + +2005-10-23 Simon Josefsson + + * gnulib-tool (func_import): Fix --tests-base. + +2005-10-22 Simon Josefsson + + * modules/arcfour (Depends-on): Need stdint. + +2005-10-21 Bruno Haible + + * gnulib-tool (func_import, func_create_testdir): Add quoting to last + patch. + +2005-10-21 Simon Josefsson + + * 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 . + + * modules/gc (Makefile.am): Use it. + +2005-10-21 Simon Josefsson + + * 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 + + * 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 + + * tests/test-gc-arcfour.c: New file. + + * modules/gc-arcfour, modules/gc-arcfour-tests: New files. + +2005-10-19 Simon Josefsson + + * tests/test-gc-rijndael.c: New file. + + * modules/gc-rijndael, modules/gc-rijndael-test: New files. + +2005-10-19 Simon Josefsson + + * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer + interface too. + +2005-10-19 Simon Josefsson + + * modules/gc-md4, modules/gc-md4-tests: New file. + + * tests/test-gc-md4.c: New file. + +2005-10-18 Simon Josefsson + + * tests/test-md4.c: New file. + + * modules/md4, modules/md4-tests: New files. + +2005-10-18 Simon Josefsson + + * tests/test-md5.c: New file. + + * modules/md5-tests: New file. + +2005-10-17 Stepan Kasal + + * gnulib-tool (func_create_testdir): Omit the second check whether + BUILT_SOURCES in nonempty. + +2005-10-17 Simon Josefsson + + * modules/gc-sha1-tests: New file. + + * tests/test-gc-sha1.c: New file. + +2005-10-17 Simon Josefsson + + * tests/test-rijndael.c: New file. + +2005-10-17 Simon Josefsson + + * modules/sha1: Depend on stdint instead of md5. + + * modules/md5: Depend on stdint, remove uint32_t. + +2005-10-16 Bruno Haible + + * 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 + + * modules/rijndael-tests: New file. + + * modules/rijndael: New file. + +2005-10-14 Simon Josefsson + + * tests/test-arcfour.c: New file. + + * modules/arcfour, modules/arcfour-tests: New files. + +2005-10-13 Oskar Liljeblad + + * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol. + +2005-10-13 Simon Josefsson + + * modules/gc-hmac-md5-tests: New file. + + * tests/test-gc-hmac-sha1.c: New file. + + * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests. + + * modules/gc-hmac-md5-tests: New file. + + * tests/test-gc-md5.c: New file. + + * modules/gc-md5-tests: New file. + +2005-10-12 Simon Josefsson + + * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files. + + * tests/test-gc-pbkdf2-sha1.c: New file. + +2005-10-12 Simon Josefsson + + * modules/gc-sha1: New file. + +2005-10-12 Simon Josefsson + + * tests/test-hmac-sha1.c: New file. + + * modules/hmac-sha1-tests: New file. + + * modules/hmac-sha1: New file. + +2005-10-12 Simon Josefsson + + * modules/gc-md5, modules/gc-hmac-md5: New files. + + * modules/gc (Files): Remove md5, memxor and hmac files. + +2005-10-11 Bruno Haible + + * modules/c-strcasestr: New file. + * MODULES.html.sh (String handling ): Add c-strcasestr. + +2005-10-11 Bruno Haible + + * modules/c-strcase: New file. + * MODULES.html.sh (String handling ): Add c-strcase. + +2005-10-11 Simon Josefsson + + * tests/test-crc.c: New file. + + * modules/crc, modules/crc-tests: New files. + +2005-10-10 Paul Eggert + + * modules/mempcpy (License): GPL -> LGPL. + * modules/strchrnul (License): Likewise. + * modules/sysexits (License): Likewise. + +2005-10-06 Simon Josefsson + + * tests/test-hmac-md5.c: New file. + + * modules/hmac-md5-tests: New file. + + * modules/hmac-md5: New file. + +2005-10-05 Bruno Haible + + * modules/stdint (License): Change to LGPL. + +2005-10-05 Simon Josefsson + + * modules/memxor: New file. + + * modules/iconv (Files): Move config.rpath to havelib, it is used + there. + + * modules/havelib (Files): Add config.rpath. + 2005-10-02 Paul Eggert + * modules/xreadlink (Makefile.am): Remove lib_SOURCES. + From Ben Pfaff. + * modules/exclude (Depends-on): Depend on verify. * modules/strtoimax (Depends-on): Likewise. * modules/utimecmp (Depends-on): Likewise.