Update of /cvsroot/mpio/mpio
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2698
Modified Files:
ChangeLog configure.in
Log Message:
* changed version to 0.7.1-pre3
* (hopefully) fixed signedness hell,
should fix problems with 64 bit machines
Index: ChangeLog
===================================================================
RCS file: /cvsroot/mpio/mpio/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -C2 -d -r1.142 -r1.143
*** ChangeLog 20 Apr 2005 17:36:02 -0000 1.142
--- ChangeLog 21 Jan 2006 18:33:19 -0000 1.143
***************
*** 1,2 ****
--- 1,10 ----
+ 2006-01-21 Markus Germeier <ma...@tz...>
+ * changed version to 0.7.1-pre3
+ * (hopefully) fixed signedness hell,
+ should fix problems with 64 bit machines
+
+ 2006-01-20 Markus Germeier <ma...@tz...>
+ * fixed mpio.spec.in
+
2005-04-20 Markus Germeier <ma...@tz...>
* configure.in:
Index: configure.in
===================================================================
RCS file: /cvsroot/mpio/mpio/configure.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** configure.in 20 Apr 2005 17:36:02 -0000 1.26
--- configure.in 21 Jan 2006 18:33:19 -0000 1.27
***************
*** 11,15 ****
AC_MSG_RESULT(Building for a ${host} host.)
! AM_INIT_AUTOMAKE(mpio, 0.7.1_pre2-1)
dnl build release variable
--- 11,15 ----
AC_MSG_RESULT(Building for a ${host} host.)
! AM_INIT_AUTOMAKE(mpio, 0.7.1_pre3-1)
dnl build release variable
|