OSDN Git Service

# update version rel-1-0-rc3
authortsutsumi <>
Wed, 1 Oct 2003 21:03:07 +0000 (21:03 +0000)
committertsutsumi <>
Wed, 1 Oct 2003 21:03:07 +0000 (21:03 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 29563cb..3e57622 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+New in CCUnit 1.0rc3
+
+* renew test suite code generate function.
+* to safe calling ASSERT macros in setUp().
+
 New in CCUnit 1.0rc2
 
 * Memory leakage was fixed.
index 4f9ab98..5e525df 100644 (file)
@@ -19,7 +19,7 @@ dnl    If not, write to the Free Software Foundation, Inc., 59 Temple
 dnl    Place - Suite 330, Boston, MA 02111-1307, USA.  
 
 AC_PREREQ(2.50)
-AC_INIT(CCUnit, 1.0rc2, [tsutsumi@users.sourceforge.jp])
+AC_INIT(CCUnit, 1.0rc3, [tsutsumi@users.sourceforge.jp])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_HEADER([config/config.h])
@@ -59,7 +59,7 @@ AC_FUNC_MALLOC
 AC_FUNC_REALLOC
 AC_FUNC_VPRINTF
 AC_CHECK_FUNCS([gettimeofday strerror strncasecmp strrchr memset])
-AC_CHECK_FUNCS([atexit onexit], break)
+AC_CHECK_FUNCS([atexit on_exit], break)
 AC_REPLACE_FUNCS([strdup])
 
 # Initialize the test suite and build position independent wrappers.