ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm ChangeLog,1.328,1.329 configure.in,1.323,1.32


From: Andy Maloney <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.328,1.329 configure.in,1.323,1.324
Date: Sat, 15 Mar 2003 06:29:34 -0500

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

Modified Files:
        ChangeLog configure.in 
Log Message:
fixed crash when confirming the addition of a new contact [create_contact() 
needed a return value...]
fix a couple of compiler warnings about if... else ambiguity


Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.328
retrieving revision 1.329
diff -u -r1.328 -r1.329
--- ChangeLog   15 Mar 2003 00:15:34 -0000      1.328
+++ ChangeLog   15 Mar 2003 11:29:29 -0000      1.329
@@ -1,3 +1,8 @@
+* Sat Mar 15 2003 11:20 GMT [andy]     0.2.2-30
+- util.c
+fixed crash when confirming the addition of a new contact [create_contact() 
needed a return value...]
+fix a couple of compiler warnings about if... else ambiguity
+
 * Fri Mar 14 2003 16:06 GMT [philip]   0.2.2-29
 - modules/yahoo2/libyahoo2/libyahoo2.c
 don't request unnecessary items along with yab (merge from libyahoo2)

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.323
retrieving revision 1.324
diff -u -r1.323 -r1.324
--- configure.in        15 Mar 2003 00:15:34 -0000      1.323
+++ configure.in        15 Mar 2003 11:29:29 -0000      1.324
@@ -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.2)
-RELEASE=29
+RELEASE=30
 AM_CONFIG_HEADER(config.h)
 
 dnl AC_DEFINE(UNIX)





reply via email to

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