diff --git a/HISTORY b/HISTORY index 740ca6f..98f78d0 100644 --- a/HISTORY +++ b/HISTORY @@ -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 - ENHANCE: Improved documentation for several API functions. @@ -114,4 +128,4 @@ OpenPAM Calamite 2002-02-09 First (beta) release. ============================================================================ -$P4: //depot/projects/openpam/HISTORY#8 $ +$P4: //depot/projects/openpam/HISTORY#9 $ diff --git a/RELNOTES b/RELNOTES index 42d62d6..b81156b 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,14 +1,12 @@ - Release notes for OpenPAM Cinchona - ================================== - -This is a beta release. + Release notes for OpenPAM Cineraria + =================================== The library itself is complete. Documentation exists in the form of man pages for the library functions, though a few pages are still 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 minimal or no changes on OpenBSD. It has not been tested on any other OS. @@ -17,9 +15,4 @@ Known issues: - The documentation is still incomplete. - - It should be possible to create incomplete modules without - 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 $ +$P4: //depot/projects/openpam/RELNOTES#9 $