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
This commit is contained in:
Dag-Erling Smørgrav 2005-01-31 16:13:22 +00:00
parent 0ea52a81e0
commit 9443f9f3f9
4 changed files with 29 additions and 9 deletions

22
HISTORY
View File

@ -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 <ru@freebsd.org>.
- 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 $

View File

@ -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 <des@freebsd.org>.
$P4: //depot/projects/openpam/RELNOTES#20 $
$P4: //depot/projects/openpam/RELNOTES#21 $

View File

@ -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])

View File

@ -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