PERFORCE change 46742 for review
Dag-Erling Smorgrav
des at FreeBSD.org
Tue Feb 10 02:01:39 PST 2004
http://perforce.freebsd.org/chv.cgi?CH=46742
Change 46742 by des at des.at.c4is.org on 2004/02/10 02:00:53
Prepare to release OpenPAM Eelgrass.
Affected files ...
.. //depot/projects/openpam/HISTORY#22 edit
.. //depot/projects/openpam/RELNOTES#20 edit
.. //depot/projects/openpam/include/security/openpam_version.h#12 edit
Differences ...
==== //depot/projects/openpam/HISTORY#22 (text+ko) ====
@@ -1,3 +1,12 @@
+OpenPAM Eelgrass 2004-02-10
+
+ - BUGFIX: Correct array handling bugs in conversation code.
+
+ - BUGFIX: In openpam_ttyconv(3), don't strip trailing linear
+ whitespace from the user's response.
+
+ - BUGFIX: Many constness issues addressed.
+============================================================================
OpenPAM Dogwood 2003-07-15
- ENHANCE: Use the GNU autotools.
@@ -263,4 +272,4 @@
First (beta) release.
============================================================================
-$P4: //depot/projects/openpam/HISTORY#21 $
+$P4: //depot/projects/openpam/HISTORY#22 $
==== //depot/projects/openpam/RELNOTES#20 (text+ko) ====
@@ -1,6 +1,6 @@
- Release notes for OpenPAM Dogwood
- =================================
+ Release notes for OpenPAM Eelgrass
+ ==================================
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 @@
Please direct bug reports and inquiries to des at freebsd.org.
-$P4: //depot/projects/openpam/RELNOTES#19 $
+$P4: //depot/projects/openpam/RELNOTES#20 $
==== //depot/projects/openpam/include/security/openpam_version.h#12 (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#11 $
+ * $P4: //depot/projects/openpam/include/security/openpam_version.h#12 $
*/
#ifndef _OPENPAM_VERSION_H_INCLUDED
@@ -39,6 +39,6 @@
#define _OPENPAM
#define _OPENPAM_VERSION YYYYMMDD
-#define _OPENPAM_RELEASE "Dogwood"
+#define _OPENPAM_RELEASE "Eelgrass"
#endif
More information about the p4-projects
mailing list