diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | NOTES | 4 | ||||
-rw-r--r-- | THANKS | 2 | ||||
-rw-r--r-- | TODO | 3 | ||||
-rw-r--r-- | configure.in | 2 |
5 files changed, 10 insertions, 4 deletions
@@ -1,5 +1,8 @@ 1999-04-08 Greg McGary <gkm@gnu.org> + * src/mkid.c (write_id_file): Complain if fclose fails. + [From jbb6@acpub.duke.edu] + * src/lid.c (limits.h): Include earlier to avoid RE_DUP_MAX conflict. [From Erick.Branderhorst@asml.nl] (search_flinkv): Bash terminating newline. [From marc@snafu.org] @@ -6,3 +6,7 @@ Freshmeat.net username: gregmcgary e-mail: gkm@gnu.org displayed name: gkm@gnu.org + +linuxapps.com +username: gkm +password: ed717500 @@ -36,3 +36,5 @@ Monty Solomon <monty@roscom.com> Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de> Nelson H. F. Beebe <beebe@math.utah.edu> Erick Branderhorst <Erick.Branderhorst@asml.nl> +John Bley <jbb6@acpub.duke.edu> +Marco S Hyman <marc@snafu.org> @@ -3,9 +3,6 @@ id-utils TODO - Future directions * General - Add comments to all substantive functions -* i18n - - integrate nl and pl translations. - * Portability - Fix file name handling for non-UNIX file systems (notably DOS, Windoze & OS/2). diff --git a/configure.in b/configure.in index 854a396..c4709e2 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ AC_INIT(src/mkid.c) AM_CONFIG_HEADER(config.h) AC_PREREQ(2.13) -AM_INIT_AUTOMAKE([id-utils], [3.2d]) +AM_INIT_AUTOMAKE([id-utils], [3.2e]) GNU_PACKAGE="GNU $PACKAGE" AC_DEFINE_UNQUOTED(GNU_PACKAGE, "$GNU_PACKAGE", [The concatenation of the strings \`GNU ', and PACKAGE.]) |