From: <sv...@va...> - 2008-06-30 10:50:16
|
Author: sewardj Date: 2008-06-30 11:50:23 +0100 (Mon, 30 Jun 2008) New Revision: 449 Log: Finalise 1.3.0. Modified: trunk/NEWS trunk/configure.in Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2008-06-30 07:43:36 UTC (rev 448) +++ trunk/NEWS 2008-06-30 10:50:23 UTC (rev 449) @@ -1,13 +1,13 @@ Release 1.3.0 (30 June 2008) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +1.3.0 adds support for Valgrind versions 3.3.0 and 3.3.1, and fixes a +number of bugs reported in 1.2.0. -1.3.0 has focused on stability with a view to the forthcoming support -for Helgrind, Valgrind's new thread-checking tool. Valkyrie now supports -Valgrind 3.3.0. And, of course, the usually collection of bug fixes. +NEW FUNCTIONALITY: -OTHER NEW STUFF: - Added option to set working directory (via cmdline and vk config) + - Allow for multiple suppressions on the command line BUGS and PROBLEMS FIXED: @@ -36,16 +36,16 @@ - Compile errors for Slackware 10.1 -- Various compiler warnings +- Various compiler warnings. It now compiles cleanly with g++-4.3.1. - Fixed open/close items buttons - open current item: only worked once item had been opened once already - open all items: didn't open leak errors (stopped at suppressions) - open all items: remained 'pushed' even if all items were closed +(valkyrie-1.3.0: 30 June 2008, svn r449). - Release 1.2.0 (02 June 2006) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1.2.0 fixes a bunch of bugs from 1.1.0. There is no major new Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2008-06-30 07:43:36 UTC (rev 448) +++ trunk/configure.in 2008-06-30 10:50:23 UTC (rev 449) @@ -2,7 +2,7 @@ ######################################################################## # ? AC_PREREQ(2.59) -AC_INIT(Valkyrie, 1.3.0.SVN, in...@op...) +AC_INIT(Valkyrie, 1.3.0, in...@op...) AC_CONFIG_SRCDIR([valkyrie/main.cpp]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR(m4) |