Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jan 2005 15:13:52 GMT
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 70043 for review
Message-ID:  <200501311513.j0VFDqCb051895@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=70043

Change 70043 by des@des.at.des.thinksec.com on 2005/01/31 15:13:22

	Prepare for tomorrow's release of OpenPAM Feterita.

Affected files ...

.. //depot/projects/openpam/HISTORY#23 edit
.. //depot/projects/openpam/RELNOTES#21 edit
.. //depot/projects/openpam/configure.ac#2 edit
.. //depot/projects/openpam/include/security/openpam_version.h#13 edit

Differences ...

==== //depot/projects/openpam/HISTORY#23 (text+ko) ====

@@ -1,3 +1,23 @@
+OpenPAM Feterita						2005-02-01
+
+ - BUGFIX: Correct numerous markup errors, invalid cross-references,
+   and other issues in the manual pages, with kind assistance from
+   Ruslan Ermilov <ru@freebsd.org>.
+
+ - BUGFIX: Avoid multiple evaluation of macro arguments in ENTERX()
+   and RETURNX() macros.
+
+ - BUGFIX: Remove an unnecessary and non-portable pointer cast in
+   pam_get_data(3).
+
+ - BUGFIX: Fix identical typos in PAM_ACCT_EXPIRED case in
+   pam_strerror(3) and gendoc.pl.
+
+ - ENHANCE: Minor overhaul of the autoconf / build system.
+
+ - ENHANCE: Add openpam_free_envlist(3).
+
+============================================================================
 OpenPAM Eelgrass						2004-02-10
 
  - BUGFIX: Correct array handling bugs in conversation code.
@@ -272,4 +292,4 @@
 
 First (beta) release.
 ============================================================================
-$P4: //depot/projects/openpam/HISTORY#22 $
+$P4: //depot/projects/openpam/HISTORY#23 $

==== //depot/projects/openpam/RELNOTES#21 (text+ko) ====

@@ -1,5 +1,5 @@
 
-		  Release notes for OpenPAM Eelgrass
+		  Release notes for OpenPAM Feterita
 		  ==================================
 
 This release corresponds to the code used in FreeBSD-CURRENT as of the
@@ -24,6 +24,6 @@
 lost your name and email address.  Please contact me so I can give you
 proper credit for your contribution.
 
-Please direct bug reports and inquiries to des@freebsd.org.
+Please direct bug reports and inquiries to <des@freebsd.org>.
 
-$P4: //depot/projects/openpam/RELNOTES#20 $
+$P4: //depot/projects/openpam/RELNOTES#21 $

==== //depot/projects/openpam/configure.ac#2 (text+ko) ====

@@ -1,7 +1,7 @@
-dnl $P4: //depot/projects/openpam/configure.ac#1 $
+dnl $P4: //depot/projects/openpam/configure.ac#2 $
 
 AC_PREREQ(2.53)
-AC_INIT([OpenPAM],[YYYYMMDD],[des@freebsd.org])
+AC_INIT([OpenPAM],[20050201],[des@freebsd.org],[openpam])
 AC_CONFIG_SRCDIR([lib/pam_start.c])
 AM_CONFIG_HEADER([config.h])
 

==== //depot/projects/openpam/include/security/openpam_version.h#13 (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#12 $
+ * $P4: //depot/projects/openpam/include/security/openpam_version.h#13 $
  */
 
 #ifndef _OPENPAM_VERSION_H_INCLUDED
 #define _OPENPAM_VERSION_H_INCLUDED
 
 #define _OPENPAM
-#define _OPENPAM_VERSION	YYYYMMDD
-#define _OPENPAM_RELEASE	"Eelgrass"
+#define _OPENPAM_VERSION	20050201
+#define _OPENPAM_RELEASE	"Feterita"
 
 #endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501311513.j0VFDqCb051895>