From f58075a0497ae9c32a43a71a1bdb1d1b6c9e83d4 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Tue, 9 Jul 2002 06:17:13 +0000 Subject: 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. --- CHANGELOG | 6 +++++- configure | 2 +- configure.in | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 03d6045a..58d98fd9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/configure b/configure index 270184c7..b49ce7e0 100755 --- a/configure +++ b/configure @@ -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) -- cgit v1.2.3