diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-29 06:34:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-29 06:34:39 +0000 |
commit | 6d7496e846fa69d886a8f524003262f6d981cdf0 (patch) | |
tree | 372f2e01d4efef095cabd887f9d7e52a08071dbd /ChangeLog | |
parent | 07e0f7adf622b8a20aa97918a95f521d2d1bb32e (diff) | |
download | glibc-6d7496e846fa69d886a8f524003262f6d981cdf0.tar.gz glibc-6d7496e846fa69d886a8f524003262f6d981cdf0.tar.xz glibc-6d7496e846fa69d886a8f524003262f6d981cdf0.zip |
Update.
* crypt/crypt.texi: Moved to... * crypt/examples/genpass.c: Moved to... * manual/examples/genpass.c: ...here. * crypt/examples/mygenpass.c: Moved to... * manual/examples/mygenpass.c: ...here. * crypt/examples/testpass.c: Moved to... * manual/examples/testpass.c: ...here. * manual/Makefile (chapters): Add crypt. * manual/conf.texi: Add usual header for not-last chapter. * manual/crypt.texi: Add special header for last chapter.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index aebf39d283..d06207cd4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,17 @@ 2000-02-28 Ulrich Drepper <drepper@redhat.com> - * crypt/tcrypt.texi: Moved to... + * crypt/crypt.texi: Moved to... * manual/crypt.texi: ...here. + * crypt/examples/genpass.c: Moved to... + * manual/examples/genpass.c: ...here. + * crypt/examples/mygenpass.c: Moved to... + * manual/examples/mygenpass.c: ...here. + * crypt/examples/testpass.c: Moved to... + * manual/examples/testpass.c: ...here. + + * manual/Makefile (chapters): Add crypt. + * manual/conf.texi: Add usual header for not-last chapter. + * manual/crypt.texi: Add special header for last chapter. 2000-02-28 Geoff Keating <geoffk@cygnus.com> @@ -9,7 +19,7 @@ * sysdeps/unix/sysv/linux/configure.in (inhibit_glue): Don't complain if there is no crypt add-on. * crypt/configure: Removed. - + * crypt/crypt.texi: Update documentation of US export restrictions to match the 14 Jan 2000 regulations. |