ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm ChangeLog,1.449,1.450 configure.in,1.446,1.44


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.449,1.450 configure.in,1.446,1.447
Date: Wed, 26 Mar 2003 14:27:58 -0500

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

Modified Files:
        ChangeLog configure.in 
Log Message:
Fix segfault (I'm really stupid - explicit callback with NULL and not
checking it :( )



Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.449
retrieving revision 1.450
diff -u -r1.449 -r1.450
--- ChangeLog   26 Mar 2003 18:50:42 -0000      1.449
+++ ChangeLog   26 Mar 2003 19:27:55 -0000      1.450
@@ -1,3 +1,8 @@
+* Wed Mar 26 2003 18:45 GMT [philip]   0.2.3-pre47
+- modules/aim-toc modules/icq-toc
+Fix segfault (I'm really stupid - explicit callback with NULL and not
+checking it :( )
+
 * Wed Mar 26 2003 18:45 GMT [philip]   0.2.3-pre46
 - src/util.c
 check dummy group as well in find_account_by_handle so that we don't open

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.446
retrieving revision 1.447
diff -u -r1.446 -r1.447
--- configure.in        26 Mar 2003 18:50:42 -0000      1.446
+++ configure.in        26 Mar 2003 19:27:55 -0000      1.447
@@ -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=pre46
+RELEASE=pre47
 AM_CONFIG_HEADER(config.h)
 
 if test "x$host_alias" = "xmingw32"; then





reply via email to

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