b46b15dd668ae2d9ea9f68c285b2332089d1a65e
[ust.git] / ChangeLog
1 2011-07-15 ust 0.15
2 * Add backward compability for tracepoint API (still planned for
3 deprecation, but should make the transition smoother).
4
5 2011-06-12 ust 0.14
6 * Rename trace_mark() API to ust_marker(). Old macros kept for
7 slow deprecation.
8 * Tracepoint API is now private to UST.
9 * Introduction of the TRACEPOINT_EVENT API (work in progress).
10 Please use ust_marker() API while we complete TRACEPOINT_EVENT.
11 * Privatize many headers which should have always been internal
12 to UST. At the moment, only marker.h should be included by
13 applications. When the TRACEPOINT_EVENT API will be completed,
14 then other headers will be useful for the application
15 (tracepoint_event.h, tracepoint.h and, indirectly, probe.h).
16 * Markers: merge fixes from LTTng 0.249 into marker.[ch].
17 * Add ust/version.h header file, which exports the UST version
18 installed.
19 * Move to liburcu 0.6. Update dependencies.
20
21 2011-05-19 ust 0.13
22 * API CHANGE!!! trace_mark has been deprecated, new ust_maker, without
23 channel name. ex. ust_marker(name, <format>, args...)
24 * Instrumentation API CHANGE!!! change from trace_<name>(args...) to
25 tracepoint(name, args...), register_trace_<name>(...) to
26 register_tracepoint(name, ...) and unregister_trace_<name>(...) to
27 unregister_tracepoint(name, ...)
28 * Instrumentation API CHANGE!!! TRACE_EVENT -> TRACEPOINT_EVENT etc
29 * Mutliple ust-consumerd fixes
30 * Fix a bug in the tracepoint ptrs section
31 * Clarify licenses
32 * Busybox support in most scripts added
33 * Remove some dead code
34 * List only online pids and pids that can be accessed by current users
35 using libustctl
36
37 2011-03-14 ust 0.12
38 * ARM support
39 * Fix lots of low-level bugs, mostly courtesy of Mathieu and Yannick
40 * Introduce new ustctl cli
41 * API CHANGE!!! libustcmd renamed to libustctl
42 * API CHANGE!!! libustctl now uses sockets instead of pids
43 * Short signal names in scripts for busybox compatibility
44
45 2011-01-14 ust 0.11
46 * Fix a serious bug in the newly introduced synchronized timer
47 implementation.
48 * Increase compatibility of an autoconf test
49
50 2011-01-14 ust 0.10
51 * Run time check for lttng clock source providing synchronized
52 timestamps
53 * Rename of ustd and libustd to ust-consumerd and libustconsumer,
54 remember to run ldconfig
55
56 2010-12-03 ust 0.9
57 * Cleaned up namespace
58 * Compatible with userspace-rcu version 0.5.2
59 * Fixed a minor bug in a test
60
61 2010-10-26 ust 0.8
62 * API CHANGE!!! Add data pointer to tracepoint probe
63 void *data is always the first argument to a tracepoint probe
64 * License LGPGv2.1 text and information added
65 * Update COPYING file
66 * Add TRACE_EVENT api proposal, not finalised
67 NOT usable at this point. Only bound to a printf.
68 ustctl command for listing trace event
69 * Multiple fixes
70 Compilation warnings
71 Value and error handling
72 Fix bugs introduce by prior commits
73 Security fix (CVE-2010-3386)
74 Add exit status for ustctl
75 Change malloc to zmalloc for most of UST
76 Remove unused code, syntax cleanup and consistency for markers
77 * New UST internal communication protocol
78 Add message headers
79 Usage of epoll
80 * New testcases
81 * Try to decrease namespace pollution
82 * Fix valgrind for sendmsg bug
83 * tracectl destructor aware of fork
84
85 2010-08-16 ust 0.6
86 * add ust strncpy interface for input robustness
87 * multiple memory barrier fix
88 * add libustd: contains the core functionality of ustd
89 * add get/set commands for daemon socket path
90 * fix cacheline aligned to use liburcu value
91 * fix usage of custom probes: use trace_mark_tp
92 * remove ltt_relay_buffer_flush function
93 * add ustctl manpage: force-switch and get/set-sock-path
94 * fix invalid array size and directory creation mode for ustd
95
96 2010-06-30 ust 0.5
97 * add support for PowerPC 32 architecture
98 * use clock_gettime(CLOCK_MONOTINIC) instead of gettimeofday()
99 * add several tests
100 * output test suite results in TAP format
101 * add support for traced library unregistration (useful with dlclose())
102 * add manpages
103 * compile with -fno-strict-antialiasing
104 * add support for channel overwrite and non-collection
105 * update tracepoint api from kernel
106 * fix various bugs and do various cleanups
107 * improve documentation
108
109 2010-03-17 ust 0.4
110 * remove dependency on libkcompat
111 * use atomic ops from liburcu
112 * libmallocwrap: rename to libustinstr-malloc
113 * libinterfork: rename to libustfork
114 * add a testsuite
115 * add ustctl --get-subbuf-size and --get-subbuf-num
116 * updates for compilation with gcc-4.4
117 * remove periodical wakeup in listener thread
118 * change benign warnings to debug messages, not to confuse users
119 * ustd: fix destruction to free all file descriptors and memory
120 * libust: close all file descriptors on close
121 * remove periodical wakeup in daemon
122 * code cleanups
123
124 ust 0.3
125 * fix several issues, stabilizing tracing of large applications
126 * add --set-subbuf-size / --set-subbuf-num options to ustctl
127 * add a signal safe implementation of snprintf
128
129 ust 0.2
130 * conversion of the buffering system to per-cpu
131 * update to the liburcu 0.4 API
132 * upgrade to trace format 2.6; the latest lttv may now be used
133 * add support for clone() interception in libinterfork
134 * port refactorings from the kernel tracer up to 0.173
135 * enhancements/refactor of libustcomm
136 * add sections in the manual about trace viewing and about tracing apps not linked to libust
137 * debugging output is now enabled by adding -DUST_DEBUG to the CFLAGS
138 * usttrace: change ustd socket name to ustd-sock-PID
139 * change app socket directory name for something more descriptive (/tmp/ust-app-socks)
140 * code cleanups
141 * various bug fixes
This page took 0.030413 seconds and 3 git commands to generate.