From 717f1bf5036c93e74188216021bcb71ee657ed2f Mon Sep 17 00:00:00 2001 From: tmraz Date: Jan 19 2007 14:59:50 +0000 Subject: * removed pam_stack from tarball as it is obsolete and pam_loginuid as well because it was included upstream --- diff --git a/CHANGELOG b/CHANGELOG index dd5525c..38cd072 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,11 @@ Changelog of pam-redhat modules This changelog describes only changes after branching of pam-redhat modules without autoconf support. +0.99.7-1: Fri Jan 19 2007 + +* removed pam_stack from tarball as it is obsolete and pam_loginuid as well + because it was included upstream + 0.99.6-2: Mon Sep 04 2006 * pam_console: shouldn't call ainit in console.handlers anymore (#199561) diff --git a/Makefile.pam-redhat b/Makefile.pam-redhat index dde55cb..f5440df 100644 --- a/Makefile.pam-redhat +++ b/Makefile.pam-redhat @@ -1,8 +1,8 @@ -VERSION=0.99.6 -RELEASE=2 +VERSION=0.99.7 +RELEASE=1 CVSTAG=pam-redhat-$(shell echo $(VERSION) | sed s,\\.,-,g)-$(RELEASE) CVS_ROOT=$(shell cat CVS/Root) -MODULES=pam_chroot pam_console pam_postgresok pam_rps pam_stack pam_timestamp pam_loginuid pam_tally2 +MODULES=pam_chroot pam_console pam_postgresok pam_rps pam_timestamp pam_tally2 nothing: