Prepare to release Tabebuia on Sunday.

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@945 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2019-02-22 09:52:46 +00:00
parent bb68996306
commit 6bf8cb1753
3 changed files with 13 additions and 6 deletions

View File

@ -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 OpenPAM Resedacea 2017-04-30
- BUGFIX: Reinstore the NULL check in pam_end(3) which was removed in - 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 - BUGFIX: Return PAM_SYMBOL_ERR instead of PAM_SYSTEM_ERR from the
dispatcher when the required service function could not be found. dispatcher when the required service function could not be found.
- ENHANCE: Introduce the PAM_BAD_HANDLE error code for when pamh is - ENHANCE: Introduce the PAM_BAD_HANDLE error code for when pamh is
NULL in API functions that have a NULL check. NULL in API functions that have a NULL check.

View File

@ -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 OpenPAM is developed primarily on FreeBSD, but is expected to work on
almost any POSIX-like platform that has GNU autotools, GNU make and almost any POSIX-like platform that has GNU autotools, GNU make and

View File

@ -1,6 +1,6 @@
/*- /*-
* Copyright (c) 2002-2003 Networks Associates Technology, Inc. * 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. * All rights reserved.
* *
* This software was developed for the FreeBSD Project by ThinkSec AS and * This software was developed for the FreeBSD Project by ThinkSec AS and
@ -39,7 +39,7 @@
#define SECURITY_OPENPAM_VERSION_H_INCLUDED #define SECURITY_OPENPAM_VERSION_H_INCLUDED
#define OPENPAM #define OPENPAM
#define OPENPAM_VERSION 20170430 #define OPENPAM_VERSION 20190224
#define OPENPAM_RELEASE "Resedacea" #define OPENPAM_RELEASE "Tabebuia"
#endif /* !SECURITY_OPENPAM_VERSION_H_INCLUDED */ #endif /* !SECURITY_OPENPAM_VERSION_H_INCLUDED */