diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2002-07-09 06:17:13 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2002-07-09 06:17:13 +0000 |
commit | f58075a0497ae9c32a43a71a1bdb1d1b6c9e83d4 (patch) | |
tree | 3a96766d1abc2b3d63bab7d9059d7027c7a40880 | |
parent | 067affee9267fa0d1c21835182ba639ba33e820f (diff) | |
download | linux-pam-git-f58075a0497ae9c32a43a71a1bdb1d1b6c9e83d4.tar.gz |
Relevant BUGIDs: none
Purpose of commit: prep for next release
Commit summary:
---------------
add an entry for 0.77 changes and bump the revision ids in the
configure.in file.
-rw-r--r-- | CHANGELOG | 6 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 7 insertions, 3 deletions
@@ -52,9 +52,13 @@ bug report - outstanding bugs are listed here: ==================================================================== -0.76: please submit patches for this section with actual code/doc +0.77: please submit patches for this section with actual code/doc patches! +* updated CHANGELOG and configure.in for 0.77 work. + +0.76: Mon Jul 8 21:44:59 PDT 2002 + * pam_unix: fix for legacy crypt() support when the password entered was long. (Bug 521314 - agmorgan). * pam_access no longer include gethostname() prototype complained from @@ -564,7 +564,7 @@ fi LIBPAM_VERSION_MAJOR=0 -LIBPAM_VERSION_MINOR=76 +LIBPAM_VERSION_MINOR=77 diff --git a/configure.in b/configure.in index 8da11c85..01f5dab8 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ dnl Release specific dnl LIBPAM_VERSION_MAJOR=0 -LIBPAM_VERSION_MINOR=76 +LIBPAM_VERSION_MINOR=77 AC_SUBST(LIBPAM_VERSION_MAJOR) AC_SUBST(LIBPAM_VERSION_MINOR) |