diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-07-13 16:17:38 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-07-13 16:17:38 +0000 |
commit | 829710d933e15d71f1055968a6a6582fdd4ea105 (patch) | |
tree | 39392b5f750fe302db1316538487417acbd7b168 | |
parent | 34c0d8c2f798d79d0e60c97f3533433efbf77232 (diff) | |
download | pam-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-- | CHANGELOG | 4 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -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) @@ -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) |