From 9443f9f3f9dee81f9c099dc4428eb9adec91d6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Mon, 31 Jan 2005 16:13:22 +0000 Subject: [PATCH] Prepare for tomorrow's release of OpenPAM Feterita. git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@299 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- HISTORY | 22 +++++++++++++++++++++- RELNOTES | 6 +++--- configure.ac | 4 ++-- include/security/openpam_version.h | 6 +++--- 4 files changed, 29 insertions(+), 9 deletions(-) diff --git a/HISTORY b/HISTORY index 480887a..72a0cb9 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,23 @@ +OpenPAM Feterita 2005-02-01 + + - BUGFIX: Correct numerous markup errors, invalid cross-references, + and other issues in the manual pages, with kind assistance from + Ruslan Ermilov . + + - BUGFIX: Avoid multiple evaluation of macro arguments in ENTERX() + and RETURNX() macros. + + - BUGFIX: Remove an unnecessary and non-portable pointer cast in + pam_get_data(3). + + - BUGFIX: Fix identical typos in PAM_ACCT_EXPIRED case in + pam_strerror(3) and gendoc.pl. + + - ENHANCE: Minor overhaul of the autoconf / build system. + + - ENHANCE: Add openpam_free_envlist(3). + +============================================================================ OpenPAM Eelgrass 2004-02-10 - BUGFIX: Correct array handling bugs in conversation code. @@ -272,4 +292,4 @@ OpenPAM Calamite 2002-02-09 First (beta) release. ============================================================================ -$P4: //depot/projects/openpam/HISTORY#22 $ +$P4: //depot/projects/openpam/HISTORY#23 $ diff --git a/RELNOTES b/RELNOTES index 20ccc3e..56e2841 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,5 +1,5 @@ - Release notes for OpenPAM Eelgrass + Release notes for OpenPAM Feterita ================================== This release corresponds to the code used in FreeBSD-CURRENT as of the @@ -24,6 +24,6 @@ NOTE: to the person who sent me MacOS patches in July 2002: I have lost your name and email address. Please contact me so I can give you proper credit for your contribution. -Please direct bug reports and inquiries to des@freebsd.org. +Please direct bug reports and inquiries to . -$P4: //depot/projects/openpam/RELNOTES#20 $ +$P4: //depot/projects/openpam/RELNOTES#21 $ diff --git a/configure.ac b/configure.ac index 8b25d5d..8143572 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ -dnl $P4: //depot/projects/openpam/configure.in#4 $ +dnl $P4: //depot/projects/openpam/configure.ac#2 $ AC_PREREQ(2.53) -AC_INIT([OpenPAM],[YYYYMMDD],[des@freebsd.org]) +AC_INIT([OpenPAM],[20050201],[des@freebsd.org],[openpam]) AC_CONFIG_SRCDIR([lib/pam_start.c]) AM_CONFIG_HEADER([config.h]) diff --git a/include/security/openpam_version.h b/include/security/openpam_version.h index 7e0d5d6..2832bbd 100644 --- a/include/security/openpam_version.h +++ b/include/security/openpam_version.h @@ -31,14 +31,14 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/include/security/openpam_version.h#12 $ + * $P4: //depot/projects/openpam/include/security/openpam_version.h#13 $ */ #ifndef _OPENPAM_VERSION_H_INCLUDED #define _OPENPAM_VERSION_H_INCLUDED #define _OPENPAM -#define _OPENPAM_VERSION YYYYMMDD -#define _OPENPAM_RELEASE "Eelgrass" +#define _OPENPAM_VERSION 20050201 +#define _OPENPAM_RELEASE "Feterita" #endif