From eefae6d5efcaf6cb4ab658f75526b72f8ab3361f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 30 Apr 2017 21:14:17 +0000 Subject: [PATCH] Rename release to Residacea. git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@936 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- HISTORY | 2 +- RELNOTES | 4 ++-- include/security/openpam_version.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY b/HISTORY index b7d134d..bfcc472 100644 --- a/HISTORY +++ b/HISTORY @@ -1,4 +1,4 @@ -OpenPAM Reboulia 2017-04-30 +OpenPAM Resedacea 2017-04-30 - BUGFIX: Reinstore the NULL check in pam_end(3) which was removed in OpenPAM Radula, as it breaks common error-handling constructs. diff --git a/RELNOTES b/RELNOTES index 8751104..23b159a 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ - Release notes for OpenPAM Radula - ================================ + Release notes for OpenPAM Resedacea + =================================== OpenPAM is developed primarily on FreeBSD, but is expected to work on almost any POSIX-like platform that has GNU autotools, GNU make and diff --git a/include/security/openpam_version.h b/include/security/openpam_version.h index 4aee013..88ae55d 100644 --- a/include/security/openpam_version.h +++ b/include/security/openpam_version.h @@ -40,6 +40,6 @@ #define OPENPAM #define OPENPAM_VERSION 20170430 -#define OPENPAM_RELEASE "Reboulia" +#define OPENPAM_RELEASE "Resedacea" #endif /* !SECURITY_OPENPAM_VERSION_H_INCLUDED */