PERFORCE change 34470 for review
Dag-Erling Smorgrav
des at FreeBSD.org
Mon Jul 14 05:35:13 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=34470
Change 34470 by des at 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 at 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
More information about the p4-projects
mailing list