alleyoop r323 - trunk



Author: fejj
Date: Sun Mar  8 05:10:16 2009
New Revision: 323
URL: http://svn.gnome.org/viewvc/alleyoop?rev=323&view=rev

Log:
2009-03-07  Jeffrey Stedfast  <fejj novell com>

	* configure.in: Bumped version to 0.9.5




Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun Mar  8 05:10:16 2009
@@ -1,3 +1,22 @@
+Alleyoop 0.9.5, 2009-03-07
+--------------------------
+
+New Features:
+
+  - Added support for the --ignore-ranges, --malloc-fill, and
+    --free-fill Memcheck options.
+
+  - Added support for the --happens-before, --trace-addr, and
+    --trace-level Helgrind options.
+
+Bugs Fixed:
+
+  - Don't try to use --avoid-strlen-errors which is no longer
+    supported by Valgrind.
+
+  - Fixed -I, -R and --tool command-line options to work as expected.
+
+
 Alleyoop 0.9.4, 2009-02-08
 --------------------------
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Mar  8 05:10:16 2009
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(alleyoop, 0.9.4)
+AM_INIT_AUTOMAKE(alleyoop, 0.9.5)
 AM_MAINTAINER_MODE
 AM_CONFIG_HEADER(config.h)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]