ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm ChangeLog,1.279,1.280 configure.in,1.275,1.27


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.279,1.280 configure.in,1.275,1.276
Date: Thu, 06 Feb 2003 05:32:32 -0500

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

Modified Files:
        ChangeLog configure.in 
Log Message:
delay modifying ref_count until the module is actually in use

Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -r1.279 -r1.280
--- ChangeLog   6 Feb 2003 10:08:50 -0000       1.279
+++ ChangeLog   6 Feb 2003 10:32:22 -0000       1.280
@@ -1,3 +1,9 @@
+* Thy Feb 6 2003 10:24 GMT [philip]    0.2.1-126
+- modules/icq/icq.c
+ref_count++ and ref_count-- when connect and disconnect actually happen,
+not when we hope they happen.
+gets rid of unable to unload icq module error
+
 * Thu Feb 6 2003 09:12 GMT [colin]     0.2.1-125
 - src/away_window.c
 fix buggy algorithm

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -r1.275 -r1.276
--- configure.in        6 Feb 2003 10:08:50 -0000       1.275
+++ configure.in        6 Feb 2003 10:32:22 -0000       1.276
@@ -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.1)
-RELEASE=125
+RELEASE=126
 AM_CONFIG_HEADER(config.h)
 
 dnl AC_DEFINE(UNIX)





reply via email to

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