ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm ChangeLog,1.110,1.111 configure.in,1.107,1.10


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.110,1.111 configure.in,1.107,1.108
Date: Tue, 14 Jan 2003 16:54:50 -0500

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

Modified Files:
        ChangeLog configure.in 
Log Message:
check params before segfaulting


Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   14 Jan 2003 21:20:56 -0000      1.110
+++ ChangeLog   14 Jan 2003 21:54:46 -0000      1.111
@@ -1,3 +1,8 @@
+2003-01-14 [colin]     0.2-86
+
+       * src/extgtktext.c
+               Check param, it'll avoid segfaults
+
 2003-01-14 [colin]     0.2-85
 
        * src/log_window.c

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- configure.in        14 Jan 2003 21:20:56 -0000      1.107
+++ configure.in        14 Jan 2003 21:54:46 -0000      1.108
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 AC_INIT([src/main.c])
-AM_INIT_AUTOMAKE(yattm, 0.2-85)
+AM_INIT_AUTOMAKE(yattm, 0.2-86)
 AM_CONFIG_HEADER(config.h)
 
 dnl AC_DEFINE(UNIX)





reply via email to

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