diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | pam_tacplus.h | 2 |
5 files changed, 14 insertions, 4 deletions
@@ -1,3 +1,7 @@ +1.3.7 +* attrib.c: Explicity setting *attr to NULL after free(), + thanks to Anthony Low <anthonyl@xkl.com> + 1.3.6 * Added libpam-runtime support for debian * Added use_first_pass and try_first_pass option, thanks to Luc Ducazu <lducazu@gmail.com> @@ -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 <jeroen@jeroennijhof.nl> 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 |