From 829710d933e15d71f1055968a6a6582fdd4ea105 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Wed, 13 Jul 2005 16:17:38 +0000 Subject: [PATCH] Relevant BUGIDs: none Purpose of commit: cleanup Commit summary: --------------- Prepare for next release --- CHANGELOG | 4 +++- configure | 2 +- configure.in | 2 +- 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) -- 2.40.0