From: compudj Date: Thu, 9 Mar 2006 19:59:14 +0000 (+0000) Subject: 0.8.28 X-Git-Tag: v0.12.20~1858 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=7cd289b092dd46a6480e1cc770738df82bce924c;p=lttv.git 0.8.28 git-svn-id: http://ltt.polymtl.ca/svn@1631 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/ChangeLog b/ltt/branches/poly/ChangeLog index 0175fcaf..d045b1b1 100644 --- a/ltt/branches/poly/ChangeLog +++ b/ltt/branches/poly/ChangeLog @@ -1,5 +1,9 @@ LinuxTraceToolkit ChangeLog +09/03/2006 LTTV 0.8.28 + Add usertrace support. + Bugfix : handle badly number syscall xml correctly. + Add network_ip_interface XML. 05/03/2006 LTTV 0.8.26 Add mouse scroll support. Add user_generic.xml facility. diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 73f88761..a3aa1a89 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.27-05032006) +AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.8.28-09032006) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL diff --git a/ltt/branches/poly/facilities/Makefile.am b/ltt/branches/poly/facilities/Makefile.am index c5e6f0db..6e87ebdc 100644 --- a/ltt/branches/poly/facilities/Makefile.am +++ b/ltt/branches/poly/facilities/Makefile.am @@ -15,7 +15,8 @@ process.xml \ socket.xml \ statedump.xml \ timer.xml \ -user_generic.xml +user_generic.xml \ +network_ip_interface.xml facilities_DATA = \ core.xml \ @@ -33,7 +34,8 @@ process.xml \ socket.xml \ statedump.xml \ timer.xml \ -user_generic.xml +user_generic.xml \ +network_ip_interface.xml facilitiesdir = $(pkgdatadir)/facilities diff --git a/ltt/branches/poly/facilities/kernel_arch_i386.xml b/ltt/branches/poly/facilities/kernel_arch_i386.xml index 3498181b..92639bc4 100644 --- a/ltt/branches/poly/facilities/kernel_arch_i386.xml +++ b/ltt/branches/poly/facilities/kernel_arch_i386.xml @@ -294,6 +294,8 @@