Update of /cvsroot/sblim/testsuite
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12828
Modified Files:
ChangeLog NEWS configure.ac
Log Message:
Added change control information.
Index: NEWS
===================================================================
RCS file: /cvsroot/sblim/testsuite/NEWS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- NEWS 14 Apr 2005 10:38:49 -0000 1.1
+++ NEWS 31 May 2005 14:13:18 -0000 1.2
@@ -0,0 +1,5 @@
+Changes in 1.2.2
+================
+
+Bugs fixed:
+- 1187586 Install fails if testsuite directory exists
Index: configure.ac
===================================================================
RCS file: /cvsroot/sblim/testsuite/configure.ac,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- configure.ac 14 Apr 2005 10:38:49 -0000 1.1
+++ configure.ac 31 May 2005 14:13:18 -0000 1.2
@@ -3,7 +3,7 @@
# PUT YOUR PACKAGE INFO HERE. e.g.
#AC_INIT(<PACKAGE_NAME>, <PACKAGE_VERSION>, <PACKAGE_BUGREPORT>, <PACKAGE_TARBALL>)
-AC_INIT(SBLIM Testsuite, 1.2.1, hei...@de..., sblim-testsuite)
+AC_INIT(SBLIM Testsuite, 1.2.2, sbl...@li..., sblim-testsuite)
# CHANGE THIS TO THE RELATIVE PATHNAME OF *ONE* OF THE SOURCE FILES
AC_CONFIG_SRCDIR([run.sh])
Index: ChangeLog
===================================================================
RCS file: /cvsroot/sblim/testsuite/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ChangeLog 14 Apr 2005 10:38:49 -0000 1.1
+++ ChangeLog 31 May 2005 14:13:18 -0000 1.2
@@ -0,0 +1,5 @@
+2005-05-31 <mih...@dy...>
+
+ * Makefile.am:
+ Bug 1187586: Fixed by Gareth - force symlink on installation.
+
|