aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-07-13 16:17:38 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-07-13 16:17:38 +0000
commit829710d933e15d71f1055968a6a6582fdd4ea105 (patch)
tree39392b5f750fe302db1316538487417acbd7b168
parent34c0d8c2f798d79d0e60c97f3533433efbf77232 (diff)
downloadpam-829710d933e15d71f1055968a6a6582fdd4ea105.tar.gz
pam-829710d933e15d71f1055968a6a6582fdd4ea105.tar.bz2
pam-829710d933e15d71f1055968a6a6582fdd4ea105.zip
Relevant BUGIDs: none
Purpose of commit: cleanup Commit summary: --------------- Prepare for next release
-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)