From owner-p4-projects Sun Apr 14 11:26:44 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B609F37B416; Sun, 14 Apr 2002 11:26:30 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE70B37B405 for ; Sun, 14 Apr 2002 11:26:29 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3EIQTe52007 for perforce@freebsd.org; Sun, 14 Apr 2002 11:26:29 -0700 (PDT) (envelope-from des@freebsd.org) Date: Sun, 14 Apr 2002 11:26:29 -0700 (PDT) Message-Id: <200204141826.g3EIQTe52007@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to des@freebsd.org using -f From: Dag-Erling Smorgrav Subject: PERFORCE change 9731 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9731 Change 9731 by des@des.at.des.thinksec.com on 2002/04/14 11:25:33 Release documentation for OpenPAM Cineraria. Affected files ... ... //depot/projects/openpam/HISTORY#9 edit ... //depot/projects/openpam/RELNOTES#9 edit Differences ... ==== //depot/projects/openpam/HISTORY#9 (text+ko) ==== @@ -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 @@ First (beta) release. ============================================================================ -$P4: //depot/projects/openpam/HISTORY#8 $ +$P4: //depot/projects/openpam/HISTORY#9 $ ==== //depot/projects/openpam/RELNOTES#9 (text+ko) ==== @@ -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 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 @@ - 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 $ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message