From e15bd2b6c5f2ed2eda700d56936dbdc57bb1a22d Mon Sep 17 00:00:00 2001 From: compudj Date: Sat, 11 Mar 2006 15:58:54 +0000 Subject: [PATCH] 0.8.30 git-svn-id: http://ltt.polymtl.ca/svn@1681 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/ChangeLog | 3 +++ ltt/branches/poly/configure.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ltt/branches/poly/ChangeLog b/ltt/branches/poly/ChangeLog index d045b1b1..388ec47e 100644 --- a/ltt/branches/poly/ChangeLog +++ b/ltt/branches/poly/ChangeLog @@ -1,5 +1,8 @@ LinuxTraceToolkit ChangeLog +11/03/2006 LTTV 0.8.30 + Change statistics tree structure. + Add user space functions support to statistics. 09/03/2006 LTTV 0.8.28 Add usertrace support. Bugfix : handle badly number syscall xml correctly. diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index df8288a5..28a733bd 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -23,7 +23,7 @@ AC_PREREQ(2.57) AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) #AC_WITH_LTDL # not needed ? -AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.8.29-09032006) +AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.8.30-09032006) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL -- 2.34.1