From 0a9f299095dac79ed9728af663302d5569d968e9 Mon Sep 17 00:00:00 2001 From: Jeroen Nijhof Date: Sat, 19 May 2012 19:30:33 +0200 Subject: Set version to 1.3.7 --- ChangeLog | 4 ++++ README | 4 ++-- configure.ac | 2 +- debian/changelog | 6 ++++++ pam_tacplus.h | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 52f2948..dd38a45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1.3.7 +* attrib.c: Explicity setting *attr to NULL after free(), + thanks to Anthony Low + 1.3.6 * Added libpam-runtime support for debian * Added use_first_pass and try_first_pass option, thanks to Luc Ducazu diff --git a/README b/README index 21e3173..768b5bf 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -pam_tacplus v1.3.6 -Mar 18 2012 +pam_tacplus v1.3.7 +May 19 2012 This PAM module support the following functions: diff --git a/configure.ac b/configure.ac index d1abf02..3ae767c 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_PREREQ(2.59) AC_COPYRIGHT([ See the included file: COPYING for copyright information. ]) -AC_INIT(pam_tacplus, 1.3.6, [jeroen@jeroennijhof.nl,pawel.krawczyk@hush.com]) +AC_INIT(pam_tacplus, 1.3.7, [jeroen@jeroennijhof.nl,pawel.krawczyk@hush.com]) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([pam_tacplus.c]) diff --git a/debian/changelog b/debian/changelog index 153ed8b..ef8f466 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libpam-tacplus (1.3.7-1) unstable; urgency=low + + * New upstream release. + + -- Jeroen Nijhof Mon, 19 May 2012 19:25:00 +0100 + libpam-tacplus (1.3.6-1) unstable; urgency=low * New upstream release. diff --git a/pam_tacplus.h b/pam_tacplus.h index afeeef5..dc51dee 100644 --- a/pam_tacplus.h +++ b/pam_tacplus.h @@ -28,7 +28,7 @@ /* pam_tacplus major, minor and patchlevel version numbers */ #define PAM_TAC_VMAJ 1 #define PAM_TAC_VMIN 3 -#define PAM_TAC_VPAT 6 +#define PAM_TAC_VPAT 7 #ifndef PAM_EXTERN #define PAM_EXTERN extern -- cgit v1.2.3