diff --git a/HISTORY b/HISTORY index aa29893..ebf864e 100644 --- a/HISTORY +++ b/HISTORY @@ -3,7 +3,7 @@ OpenPAM ?????????? 2014-??-?? - FEATURE: Add a pam_oath module that implements RFC 4226 (HOTP) and RFC 6238 (TOTP). ============================================================================ -OpenPAM Ourouparia 2014-09-11 +OpenPAM Ourouparia 2014-09-12 - ENHANCE: When executing a chain, require at least one service function to succeed. This mitigates fail-open scenarios caused by diff --git a/include/security/openpam_version.h b/include/security/openpam_version.h index e5bd567..703fdcc 100644 --- a/include/security/openpam_version.h +++ b/include/security/openpam_version.h @@ -39,7 +39,7 @@ #define SECURITY_OPENPAM_VERSION_H_INCLUDED #define OPENPAM -#define OPENPAM_VERSION 20140911 +#define OPENPAM_VERSION 20140912 #define OPENPAM_RELEASE "Ourouparia" #endif /* !SECURITY_OPENPAM_VERSION_H_INCLUDED */