ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm ChangeLog,1.468,1.469 configure.in,1.464,1.46


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.468,1.469 configure.in,1.464,1.465
Date: Mon, 31 Mar 2003 06:24:07 -0500

Update of /cvsroot/ayttm/ayttm
In directory subversions:/tmp/cvs-serv14953

Modified Files:
        ChangeLog configure.in 
Log Message:
fix negative length in strncpy


Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.468
retrieving revision 1.469
diff -u -r1.468 -r1.469
--- ChangeLog   31 Mar 2003 04:43:06 -0000      1.468
+++ ChangeLog   31 Mar 2003 11:24:04 -0000      1.469
@@ -1,3 +1,7 @@
+* Mon Mar 31 2003 11:22 GMT [colin]    0.2.3-pre65
+- src/log_window.c
+Fix negative length in strncpy
+
 * Mon Mar 31 2003 04:40 GMT [philip]   0.2.3-pre64
 - modules/msn2/libmsn2/msn_bittybits.C
 check return value of select > 0

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.464
retrieving revision 1.465
diff -u -r1.464 -r1.465
--- configure.in        31 Mar 2003 04:43:06 -0000      1.464
+++ configure.in        31 Mar 2003 11:24:04 -0000      1.465
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 AC_INIT([src/main.c])
 AM_INIT_AUTOMAKE(ayttm, 0.2.3)
-RELEASE=pre64
+RELEASE=pre65
 AM_CONFIG_HEADER(config.h)
 
 if test "x$host_alias" = "xmingw32"; then





reply via email to

[Prev in Thread] Current Thread [Next in Thread]