summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG6
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
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)