ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm ChangeLog,1.416,1.417 configure.in,1.411,1.41


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.416,1.417 configure.in,1.411,1.412
Date: Tue, 25 Mar 2003 08:40:56 -0500

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

Modified Files:
        ChangeLog configure.in 
Log Message:
fix assignment to const


Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.416
retrieving revision 1.417
diff -u -r1.416 -r1.417
--- ChangeLog   25 Mar 2003 13:03:28 -0000      1.416
+++ ChangeLog   25 Mar 2003 13:40:53 -0000      1.417
@@ -1,3 +1,7 @@
+* Tue Mar 25 2003 13:02 GMT [colin]    0.2.3-pre13
+- src/offline_queue_mgmt.c
+Fix assignment to const 
+
 * Tue Mar 25 2003 13:02 GMT [colin]    0.2.3-pre12
 - modules/msn2/libmsn2/msn_bittybits.C
 Handle the unlikely case where the conn could be closed during

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.411
retrieving revision 1.412
diff -u -r1.411 -r1.412
--- configure.in        25 Mar 2003 13:03:28 -0000      1.411
+++ configure.in        25 Mar 2003 13:40:53 -0000      1.412
@@ -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=pre12
+RELEASE=pre13
 AM_CONFIG_HEADER(config.h)
 
 if test "x$host_alias" = "xmingw32"; then





reply via email to

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