X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=3eb6b0327df26f1d7964ceadb49d4ed09a7b3a45;hb=7560f27e580a611b89348447a1540514ffac32f8;hp=c1ff92aeef972ac748ff5fa3d78b8854ffa1c5bd;hpb=3d3d6b10f55c0431222d8fa54f0fea39a797ee2c;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index c1ff92aee..3eb6b0327 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,70 @@ +2006-08-15 Paul Eggert + + * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK. + +2006-08-15 Bruno Haible + + * modules/tmpdir (License): Change to LGPL. + +2006-08-15 Bruno Haible + + * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a + module. + +2006-08-14 Paul Eggert + + Change copyright notice from LGPL 2 to GPL 2, since that's the + standard form used in the gnulib repository. + * tests/test-lock.c: Likewise. + * tests/test-stdint.c: Likewise. + * tests/test-tls.c: Likewise. + + * users.txt: Add bison, diffutils, libprelude, prelude-lml, + prelude-manager. User shorter URLs for GNU projects, without '?'. + Add copyright notice. + + * check-module: Add copyright notice. Output a copyright + notice if "--version" is specified. + * modules/COPYING: New file. + * tests/test-getaddrinfo.c: Add copyright notice. + * tests/test-verify.c: Likewise. + +2006-08-11 Eric Blake + + * users.txt: Sort. Add tar. + +2006-08-11 Bruno Haible + + * users.txt: New file. + +2006-08-10 Paul Eggert + + * modules/snprintf (Depends-on): Remove minmax. + (Maintainer): Add self and Bruno. + +2006-08-10 Bruno Haible + + * gnulib-tool (func_create_testdir): Detect unexpanded macros here + as well. + +2006-08-10 Eric Blake + and Ralf Wildenhues + + * gnulib-tool (func_import): Detect unexpanded macros in gnulib + namespace. + 2006-08-10 Jim Meyering + * modules/same-inode: New module. + * modules/dev-ino: New module. + * modules/cycle-check: Depend on these modules, rather than simply + including their .h files. + (Makefile.am): Don't list cycle-check.[ch] here, now that they're + required via m4/cycle-check.m4. + * modules/same: Depend on new same-inode module, rather than + including same-inode.h. + * modules/chdir-safer: New file. + * modules/chown (Depends-on): Add stat-macros. 2006-08-10 Eric Blake