Changeset 299 in openpam
- Timestamp:
- 01/31/05 16:13:22 (8 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
HISTORY (modified) (2 diffs)
-
RELNOTES (modified) (2 diffs)
-
configure.ac (modified) (1 diff)
-
include/security/openpam_version.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r278 r299 1 OpenPAM Feterita 2005-02-01 2 3 - BUGFIX: Correct numerous markup errors, invalid cross-references, 4 and other issues in the manual pages, with kind assistance from 5 Ruslan Ermilov <ru@freebsd.org>. 6 7 - BUGFIX: Avoid multiple evaluation of macro arguments in ENTERX() 8 and RETURNX() macros. 9 10 - BUGFIX: Remove an unnecessary and non-portable pointer cast in 11 pam_get_data(3). 12 13 - BUGFIX: Fix identical typos in PAM_ACCT_EXPIRED case in 14 pam_strerror(3) and gendoc.pl. 15 16 - ENHANCE: Minor overhaul of the autoconf / build system. 17 18 - ENHANCE: Add openpam_free_envlist(3). 19 20 ============================================================================ 1 21 OpenPAM Eelgrass 2004-02-10 2 22 … … 273 293 First (beta) release. 274 294 ============================================================================ 275 $P4: //depot/projects/openpam/HISTORY#2 2$295 $P4: //depot/projects/openpam/HISTORY#23 $ -
trunk/RELNOTES
r278 r299 1 1 2 Release notes for OpenPAM Eelgrass2 Release notes for OpenPAM Feterita 3 3 ================================== 4 4 … … 25 25 proper credit for your contribution. 26 26 27 Please direct bug reports and inquiries to des@freebsd.org.27 Please direct bug reports and inquiries to <des@freebsd.org>. 28 28 29 $P4: //depot/projects/openpam/RELNOTES#2 0$29 $P4: //depot/projects/openpam/RELNOTES#21 $ -
trunk/configure.ac
r292 r299 1 dnl $P4: //depot/projects/openpam/configure. in#4$1 dnl $P4: //depot/projects/openpam/configure.ac#2 $ 2 2 3 3 AC_PREREQ(2.53) 4 AC_INIT([OpenPAM],[ YYYYMMDD],[des@freebsd.org])4 AC_INIT([OpenPAM],[20050201],[des@freebsd.org],[openpam]) 5 5 AC_CONFIG_SRCDIR([lib/pam_start.c]) 6 6 AM_CONFIG_HEADER([config.h]) -
trunk/include/security/openpam_version.h
r278 r299 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/include/security/openpam_version.h#1 2$34 * $P4: //depot/projects/openpam/include/security/openpam_version.h#13 $ 35 35 */ 36 36 … … 39 39 40 40 #define _OPENPAM 41 #define _OPENPAM_VERSION YYYYMMDD42 #define _OPENPAM_RELEASE " Eelgrass"41 #define _OPENPAM_VERSION 20050201 42 #define _OPENPAM_RELEASE "Feterita" 43 43 44 44 #endif
Note: See TracChangeset
for help on using the changeset viewer.