ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm ChangeLog,1.447,1.448 configure.in,1.444,1.44


From: Edward L. Haletky <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.447,1.448 configure.in,1.444,1.445
Date: Wed, 26 Mar 2003 13:24:12 -0500

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

Modified Files:
        ChangeLog configure.in 
Log Message:


MINGW32 requires a unlink in order to use 'rename' of the prefs.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.447
retrieving revision 1.448
diff -u -r1.447 -r1.448
--- ChangeLog   26 Mar 2003 17:23:58 -0000      1.447
+++ ChangeLog   26 Mar 2003 18:24:10 -0000      1.448
@@ -1,3 +1,7 @@
+* Wed Mar 26 2003 18:02 GMT [edward]   0.2.3-pre45
+- src/prefs_window.c
+Added unlink as rename on windows can not overwrite a file
+
 * Wed Mar 26 2003 17:55 GMT [edward]   0.2.3-pre44
 - modules/msn2/libmsn2/msn_bittybits.C
   modules/msn2/libmsn2/msn_core.C

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.444
retrieving revision 1.445
diff -u -r1.444 -r1.445
--- configure.in        26 Mar 2003 17:23:58 -0000      1.444
+++ configure.in        26 Mar 2003 18:24:10 -0000      1.445
@@ -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=pre44
+RELEASE=pre45
 AM_CONFIG_HEADER(config.h)
 
 if test "x$host_alias" = "xmingw32"; then





reply via email to

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