Roll OpenPAM Figwort.
git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@312 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
parent
a6ea311d45
commit
4c55b07779
3 changed files with 20 additions and 8 deletions
16
HISTORY
16
HISTORY
|
@ -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 @@ OpenPAM Feterita 2005-02-01
|
|||
- ENHANCE: Minor overhaul of the autoconf / build system.
|
||||
|
||||
- ENHANCE: Add openpam_free_envlist(3).
|
||||
|
||||
============================================================================
|
||||
OpenPAM Eelgrass 2004-02-10
|
||||
|
||||
|
@ -292,4 +304,4 @@ OpenPAM Calamite 2002-02-09
|
|||
|
||||
First (beta) release.
|
||||
============================================================================
|
||||
$P4: //depot/projects/openpam/HISTORY#23 $
|
||||
$P4: //depot/projects/openpam/HISTORY#24 $
|
||||
|
|
6
RELNOTES
6
RELNOTES
|
@ -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 @@ proper credit for your contribution.
|
|||
|
||||
Please direct bug reports and inquiries to <des@freebsd.org>.
|
||||
|
||||
$P4: //depot/projects/openpam/RELNOTES#21 $
|
||||
$P4: //depot/projects/openpam/RELNOTES#22 $
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue