From mboxrd@z Thu Jan 1 00:00:00 1970 From: pierre-marc.fournier@polymtl.ca (Pierre-Marc Fournier) Date: Thu, 19 Aug 2010 23:48:51 -0400 Subject: [ltt-dev] [PATCH] Updates Changelog for UST version 0.6 In-Reply-To: <1282070820-24647-1-git-send-email-david.goulet@polymtl.ca> References: <1282070820-24647-1-git-send-email-david.goulet@polymtl.ca> Message-ID: <4C6DFB23.1080302@polymtl.ca> Applied. On 08/17/2010 02:47 PM, David Goulet wrote: > Signed-off-by: David Goulet > --- > ChangeLog | 11 +++++++++++ > 1 files changed, 11 insertions(+), 0 deletions(-) > > diff --git a/ChangeLog b/ChangeLog > index 7c0f74a..30035ef 100644 > --- a/ChangeLog > +++ b/ChangeLog > @@ -1,3 +1,14 @@ > +2010-08-16 ust 0.6 > + * add ust strncpy interface for input robustness > + * multiple memory barrier fix > + * add libustd: contains the core functionality of ustd > + * add get/set commands for daemon socket path > + * fix cacheline aligned to use liburcu value > + * fix usage of custom probes: use trace_mark_tp > + * remove ltt_relay_buffer_flush function > + * add ustctl manpage: force-switch and get/set-sock-path > + * fix invalid array size and directory creation mode for ustd > + > 2010-06-30 ust 0.5 > * add support for PowerPC 32 architecture > * use clock_gettime(CLOCK_MONOTINIC) instead of gettimeofday()