aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 71c56575..a6fc5ae2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -60,8 +60,10 @@ BerliOS Bugs are marked with (BerliOS #XXXX).
====================================================================
-0.80: please submit patches for this section with actual code/doc
+0.81: please submit patches for this section with actual code/doc
patches!
+
+0.80: Wed Jul 13 13:23:20 CEST 2005
* pam_tally: test for NULL data before dereferencing them (t8m)
* pam_unix: fix regression introduced in 0.78 - both NIS and local password
should be changed if possible (t8m)
diff --git a/configure b/configure
index bd8fc223..5e36e210 100755
--- a/configure
+++ b/configure
@@ -1320,7 +1320,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
LIBPAM_VERSION_MAJOR=0
-LIBPAM_VERSION_MINOR=80
+LIBPAM_VERSION_MINOR=81
diff --git a/configure.in b/configure.in
index f82c028a..ff1bf311 100644
--- a/configure.in
+++ b/configure.in
@@ -9,7 +9,7 @@ dnl Release specific
dnl
LIBPAM_VERSION_MAJOR=0
-LIBPAM_VERSION_MINOR=80
+LIBPAM_VERSION_MINOR=81
AC_SUBST(LIBPAM_VERSION_MAJOR)
AC_SUBST(LIBPAM_VERSION_MINOR)