diff options
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/kpsestat.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 8867f807c6b..f28b82831ef 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2016-12-15 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * kpsestat.c: Change tex-k@mail.tug.org to tex-k@tug.org. + 2016-11-30 Karl Berry <karl@ks.tug.org> * texmf.cnf (shell_escape_commands): remove mpost, due to diff --git a/Build/source/texk/kpathsea/kpsestat.c b/Build/source/texk/kpathsea/kpsestat.c index 49d884333df..1c457dc06c7 100644 --- a/Build/source/texk/kpathsea/kpsestat.c +++ b/Build/source/texk/kpathsea/kpsestat.c @@ -1,6 +1,6 @@ /* kpsestat -- show file permissions of a file in octal form. - Copyright 2008 Karl Berry. + Copyright 2008, 2016 Karl Berry. Copyright 1997, 2000, 2001, 2005 Olaf Weber. This program is free software; you can redistribute it and/or modify @@ -42,7 +42,7 @@ main (int argc, char **argv) \n\ --help display this help and exit\n\ --version output version information and exit\n\n", argv[0]); - fputs ("Email bug reports to tex-k@mail.tug.org.\n", stdout); + fputs ("Email bug reports to tex-k@tug.org.\n", stdout); exit(0); } else if (argc > 1 && strcmp (argv[1], "--version") == 0) { printf ("%s (%s)\n\ |