Changeset 121 in openpam
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r108 r121 1 ============================================================================ 2 OpenPAM Cineraria 2002-04-14 3 4 - ENHANCE: Improved documentation. 5 6 - ENHANCE: Adopt the same preprocessor tricks that were used in 7 FreeBSD's version of Linux-PAM to simplify static linking without 8 requiring dummy primitives. 9 10 - ENHANCE: move the policy-loading code out of pam_start.c. 11 12 - BUGFIX: Fix typo in one of the versions of the openpam_log macro. 13 14 - ENHANCE: Add versioning macros. 1 15 ============================================================================ 2 16 OpenPAM Cinchona 2002-04-08 … … 115 129 First (beta) release. 116 130 ============================================================================ 117 $P4: //depot/projects/openpam/HISTORY# 8$131 $P4: //depot/projects/openpam/HISTORY#9 $ -
trunk/RELNOTES
r109 r121 1 1 2 Release notes for OpenPAM Cinchona 3 ================================== 4 5 This is a beta release. 2 Release notes for OpenPAM Cineraria 3 =================================== 6 4 7 5 The library itself is complete. Documentation exists in the form of … … 9 7 incomplete. 10 8 11 This release is incorporated into FreeBSD-CURRENT as of 2002-04- 08.9 This release is incorporated into FreeBSD-CURRENT as of 2002-04-14. 12 10 It has also been successfully built on NetBSD, and should build with 13 11 minimal or no changes on OpenBSD. It has not been tested on any other … … 18 16 - The documentation is still incomplete. 19 17 20 - It should be possible to create incomplete modules without 21 recourse to placeholders or elaborate preprocessor tricks. This 22 is made difficult by the requirement that it should be possible to 23 link modules statically. 24 25 $P4: //depot/projects/openpam/RELNOTES#8 $ 18 $P4: //depot/projects/openpam/RELNOTES#9 $
Note: See TracChangeset
for help on using the changeset viewer.