From 6bf8cb175357fc714600797e56bcb49b057306b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 22 Feb 2019 09:52:46 +0000 Subject: [PATCH] Prepare to release Tabebuia on Sunday. git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@945 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- HISTORY | 9 ++++++++- RELNOTES | 4 ++-- include/security/openpam_version.h | 6 +++--- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/HISTORY b/HISTORY index bfcc472..98032d7 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,10 @@ +OpenPAM Tabebuia 2019-02-24 + + - BUGFIX: Fix off-by-one bug in pam_getenv(3) which was introduced in + OpenPAM Radula. + + - ENHANCE: Add unit tests for pam_{get,put,set}env(3). +============================================================================ OpenPAM Resedacea 2017-04-30 - BUGFIX: Reinstore the NULL check in pam_end(3) which was removed in @@ -5,7 +12,7 @@ OpenPAM Resedacea 2017-04-30 - BUGFIX: Return PAM_SYMBOL_ERR instead of PAM_SYSTEM_ERR from the dispatcher when the required service function could not be found. - + - ENHANCE: Introduce the PAM_BAD_HANDLE error code for when pamh is NULL in API functions that have a NULL check. diff --git a/RELNOTES b/RELNOTES index 23b159a..895370a 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ - Release notes for OpenPAM Resedacea - =================================== + Release notes for OpenPAM Tabebuia + ================================== 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 39daa06..ff81756 100644 --- a/include/security/openpam_version.h +++ b/include/security/openpam_version.h @@ -1,6 +1,6 @@ /*- * Copyright (c) 2002-2003 Networks Associates Technology, Inc. - * Copyright (c) 2004-2017 Dag-Erling Smørgrav + * Copyright (c) 2004-2019 Dag-Erling Smørgrav * All rights reserved. * * This software was developed for the FreeBSD Project by ThinkSec AS and @@ -39,7 +39,7 @@ #define SECURITY_OPENPAM_VERSION_H_INCLUDED #define OPENPAM -#define OPENPAM_VERSION 20170430 -#define OPENPAM_RELEASE "Resedacea" +#define OPENPAM_VERSION 20190224 +#define OPENPAM_RELEASE "Tabebuia" #endif /* !SECURITY_OPENPAM_VERSION_H_INCLUDED */