X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=30035ef01f5f977e3bc3fe5808effe437a034ca1;hb=bc237fab2306223e429c43ff003ac06c3777be99;hp=7c0f74a5fc2820a9630830f4690b9a8fe7d50cb6;hpb=4bea9b39f2fc7ed1dfc92fe544aa4fe2f9e1cfe8;p=ust.git 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()