Release documentation for OpenPAM Cineraria.

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@121 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2002-04-14 20:25:33 +00:00
parent 22986240c0
commit 78265f5fc9
2 changed files with 19 additions and 12 deletions

16
HISTORY
View File

@ -1,4 +1,18 @@
============================================================================ ============================================================================
OpenPAM Cineraria 2002-04-14
- ENHANCE: Improved documentation.
- ENHANCE: Adopt the same preprocessor tricks that were used in
FreeBSD's version of Linux-PAM to simplify static linking without
requiring dummy primitives.
- ENHANCE: move the policy-loading code out of pam_start.c.
- BUGFIX: Fix typo in one of the versions of the openpam_log macro.
- ENHANCE: Add versioning macros.
============================================================================
OpenPAM Cinchona 2002-04-08 OpenPAM Cinchona 2002-04-08
- ENHANCE: Improved documentation for several API functions. - ENHANCE: Improved documentation for several API functions.
@ -114,4 +128,4 @@ OpenPAM Calamite 2002-02-09
First (beta) release. First (beta) release.
============================================================================ ============================================================================
$P4: //depot/projects/openpam/HISTORY#8 $ $P4: //depot/projects/openpam/HISTORY#9 $

View File

@ -1,14 +1,12 @@
Release notes for OpenPAM Cinchona Release notes for OpenPAM Cineraria
================================== ===================================
This is a beta release.
The library itself is complete. Documentation exists in the form of The library itself is complete. Documentation exists in the form of
man pages for the library functions, though a few pages are still man pages for the library functions, though a few pages are still
incomplete. incomplete.
This release is incorporated into FreeBSD-CURRENT as of 2002-04-08. This release is incorporated into FreeBSD-CURRENT as of 2002-04-14.
It has also been successfully built on NetBSD, and should build with It has also been successfully built on NetBSD, and should build with
minimal or no changes on OpenBSD. It has not been tested on any other minimal or no changes on OpenBSD. It has not been tested on any other
OS. OS.
@ -17,9 +15,4 @@ Known issues:
- The documentation is still incomplete. - The documentation is still incomplete.
- It should be possible to create incomplete modules without $P4: //depot/projects/openpam/RELNOTES#9 $
recourse to placeholders or elaborate preprocessor tricks. This
is made difficult by the requirement that it should be possible to
link modules statically.
$P4: //depot/projects/openpam/RELNOTES#8 $