Date: Thu, 16 Jun 2005 13:47:29 GMT From: Dag-Erling Smorgrav <des@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 78628 for review Message-ID: <200506161347.j5GDlTuA023282@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=78628 Change 78628 by des@des.at.des.no on 2005/06/16 13:46:58 Roll OpenPAM Figwort. Affected files ... .. //depot/projects/openpam/HISTORY#24 edit .. //depot/projects/openpam/RELNOTES#22 edit .. //depot/projects/openpam/include/security/openpam_version.h#14 edit Differences ... ==== //depot/projects/openpam/HISTORY#24 (text+ko) ==== @@ -1,3 +1,16 @@ +OpenPAM Figwort 2005-06-16 + + - BUGFIX: Correct several small signedness and initialization bugs + discovered during review by the NetBSD team. + + - BUGFIX: Modify gendoc.pl to sort cross-references in dictionary + order within each section. + + - ENHANCE: if a policy specifies a relative module path, prepend the + module directory so we never call dlopen(3) with a relative path. + + - ENHANCE: add a pam.conf(5) manual page. +============================================================================ OpenPAM Feterita 2005-02-01 - BUGFIX: Correct numerous markup errors, invalid cross-references, @@ -16,7 +29,6 @@ - ENHANCE: Minor overhaul of the autoconf / build system. - ENHANCE: Add openpam_free_envlist(3). - ============================================================================ OpenPAM Eelgrass 2004-02-10 @@ -292,4 +304,4 @@ First (beta) release. ============================================================================ -$P4: //depot/projects/openpam/HISTORY#23 $ +$P4: //depot/projects/openpam/HISTORY#24 $ ==== //depot/projects/openpam/RELNOTES#22 (text+ko) ==== @@ -1,6 +1,6 @@ - Release notes for OpenPAM Feterita - ================================== + Release notes for OpenPAM Figwort + ================================= This release corresponds to the code used in FreeBSD-CURRENT as of the release date. It has also been tested on several other platforms, and @@ -26,4 +26,4 @@ Please direct bug reports and inquiries to <des@freebsd.org>. -$P4: //depot/projects/openpam/RELNOTES#21 $ +$P4: //depot/projects/openpam/RELNOTES#22 $ ==== //depot/projects/openpam/include/security/openpam_version.h#14 (text+ko) ==== @@ -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#13 $ + * $P4: //depot/projects/openpam/include/security/openpam_version.h#14 $ */ #ifndef _OPENPAM_VERSION_H_INCLUDED #define _OPENPAM_VERSION_H_INCLUDED #define _OPENPAM -#define _OPENPAM_VERSION 20050201 -#define _OPENPAM_RELEASE "Feterita" +#define _OPENPAM_VERSION 20050616 +#define _OPENPAM_RELEASE "Figwort" #endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506161347.j5GDlTuA023282>