Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 2003 12:35:13 -0000
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 34470 for review
Message-ID:  <200307141235.h6ECZAXt058549@repoman.freebsd.org>

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

Change 34470 by des@des.at.des.thinksec.com on 2003/07/14 05:34:43

	Prepare to release OpenPAM Dogwood later today.

Affected files ...

.. //depot/projects/openpam/HISTORY#20 edit
.. //depot/projects/openpam/include/security/openpam_version.h#11 edit

Differences ...

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

@@ -1,3 +1,24 @@
+OpenPAM Dogwood							2003-07-14
+
+ - ENHANCE: Use the GNU autotools.
+
+ - ENHANCE: Constify the msg field in struct pam_message.
+
+ - BUGFIX: Remove left-over debugging output
+
+ - BUGFIX: Avoid side effects in arguments to the FREE() macro
+
+ - ENHANCE: Make openpam_ttyconv(3) use read(2) rather than fgets(3).
+
+ - BUGFIX: Staticize some variables which shouldn't be global.
+
+ - BUGFIX: Correcly anticipate a NULL user in pam_get_user(3).
+
+ - ENHANCE: Various minor documentation improvements.
+
+Thanks to Dmitry V. Levin <ldv@altlinux.org> for considerable
+assistance with this release.
+============================================================================
 OpenPAM Digitalis						2003-06-01
 
  - ENHANCE: Completely rewrite the configuration parser and add
@@ -242,4 +263,4 @@
 
 First (beta) release.
 ============================================================================
-$P4: //depot/projects/openpam/HISTORY#19 $
+$P4: //depot/projects/openpam/HISTORY#20 $

==== //depot/projects/openpam/include/security/openpam_version.h#11 (text+ko) ====

@@ -31,7 +31,7 @@
  * 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#10 $
+ * $P4: //depot/projects/openpam/include/security/openpam_version.h#11 $
  */
 
 #ifndef _OPENPAM_VERSION_H_INCLUDED
@@ -39,6 +39,6 @@
 
 #define _OPENPAM
 #define _OPENPAM_VERSION	YYYYMMDD
-#define _OPENPAM_RELEASE	"Digitalis"
+#define _OPENPAM_RELEASE	"Dogwood"
 
 #endif



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