From: <sv...@va...> - 2008-06-29 21:43:56
|
Author: de Date: 2008-06-29 22:44:01 +0100 (Sun, 29 Jun 2008) New Revision: 442 Log: Updated documentation for 1.3 release Modified: trunk/AUTHORS trunk/NEWS trunk/README Modified: trunk/AUTHORS =================================================================== --- trunk/AUTHORS 2008-06-29 21:41:49 UTC (rev 441) +++ trunk/AUTHORS 2008-06-29 21:44:01 UTC (rev 442) @@ -3,5 +3,5 @@ Cerion Armour-Brown designed/wrote the XML gathering/processing/display, vk_logmerge, and generally abstracted and solidified the code. -And lots of people sent bug reports, patches, and very helpful feedback. -Thank you all. +And lots and lots of other people sent bug reports, patches, and very +helpful feedback. Thank you all. Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2008-06-29 21:41:49 UTC (rev 441) +++ trunk/NEWS 2008-06-29 21:44:01 UTC (rev 442) @@ -1,4 +1,51 @@ +Release 1.3.0 (30 June 2008) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +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. + +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: + +- Cleanup compiler warnings. + Thanks to Diego Petten + +- Better editor support in configure: gvim, gview, kate + Thanks to Pim Nijdamd, Anton Dudarenko + +- Clicking valgrind options item the first time would lead to a crash; init() + executed updates to the page, which tried to update the page before it had + been setup completely. + Thanks to Pengcheng Zou + +- Fixed null ptr defef, which happened if memcheck finished before expected + while reading logfile. + Thanks to Gert Steenssens + +- Do not prevent horizontal scrolling for log window + Thanks to Anton Dudarenko. + +- Fixed log dir setup (as requested by many!) Temporary logs are now always + written to /tmp/valkyrie_logs (configured value). Added a user configurable + "Log Dir", which is used as the default dir when saving logs. + +- Compile errors for Slackware 10.1 + +- Various compiler warnings + +- 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 + + + + 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/README =================================================================== --- trunk/README 2008-06-29 21:41:49 UTC (rev 441) +++ trunk/README 2008-06-29 21:44:01 UTC (rev 442) @@ -1,12 +1,20 @@ Release Notes for Valkyrie ~~~~~~~~~~~~~~~~~~~~~~~~~~ -Valkyrie supports Valgrind 3.0.0 or higher, as that is the first release -to support XML output, which Valkyrie requires. +Valkyrie version 1.3.0 supports Valgrind 3.3.x. For instructions on how to build/install, see the INSTALL file. +Support for other versions of Valgrind +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Valgrind 3.2.x is not supported - you will need Valkyrie 1.2.x. + +The upcoming Valgrind 3.4.x series will have xml changes for +which you will need Valkyrie version 1.4.x - Valkyrie 1.3.x does not, +and will not, support Valgrind 3.4.x. + + How to get Valkyrie ~~~~~~~~~~~~~~~~~~~ To check out Valkyrie via anonymous, read-only svn access: |