Update version to v2.0.6
[lttng-tools.git] / ChangeLog
1 2013-07-11 lttng-tools 2.0.6
2 * Fix: Delete UST app session on ustctl create error
3
4 2012-11-28 lttng-tools 2.0.5
5 * Fix: Change the type of enabled in lttng_event to a signed int
6 * Fix: Returned code when listing kernel channel
7 * Fix: Wrong returned error code on UST enable event
8 * Fix: consumer recv command error path
9 * Fix: Missing libs dependencies in configure check for lttng-ust-ctl
10 * Fix: Libtool fails to find dependent lib when cross-compiling
11
12 2012-07-25 lttng-tools 2.0.4
13 * Fix: support large files on 32-bit systems
14 * Fix: mmap write() for large subbuffers and handle EINTR (v2)
15 * Fix: The session list count should provide unique identifiers
16 * Fix: test: session list count cannot use "count" unique id
17 * Fix typo: utils.sh
18
19 2012-06-22 lttng-tools 2.0.3
20 * Fix: enable event loglevel match function
21 * Fix: unchecked pointer from getenv() for lttng create
22 * Ship license text file with the release archive
23
24 2012-06-14 lttng-tools 2.0.2
25 * Fix: enable event with different loglevel error
26 * Fix: move memset in channel_set_attr after NULL check
27 * Fix: close all file descriptors when executed as daemon
28 * Fix: clang llvm warnings
29 * Add CodingStyle to tarball
30 * Add coding style document
31
32 2012-04-19 lttng-tools 2.0.1
33 * Fix: test script for kernel module validation
34 * Fix: report error to client on consumerd error
35 * Fix: add missing ht_destroy at consumer teardown
36 * Fix: consumer fd recv thread should write into non-blocking pipe
37 * Fix: work-around glibc __nptl_setxid vs clone hang
38 * Fix: consumer fd recv poll should be sensitive to POLLPRI too
39 * Fix consumer lttng_consumer_poll_socket poll revents check bug
40 * Fix: increase consumer open files limit
41 * Update README: document dep on modprobe for kernel tracing
42 * Fix: wait for sessiond to stop in tests
43 * Fix: remove unused return variable
44 * Don't report back error on syscalls fail for -a -k
45 * Fix: destroy context hash table being NULL
46 * Fix: make lttng expand path for trace output opt
47 * Fix: return value signedness
48 * Fix: man page environment variable name error
49 * Fix: check return value on getenv USER
50
51 2012-03-20 lttng-tools 2.0.0
52 * Fist STABLE version
53 * Add version name: Annedd'ale
54
55 2012-03-20 lttng-tools 2.0.0-rc4
56 * Fix: add small detail to enable-channel man page
57 * Fix: warned of arbitrary time for ust-nprocesses test
58 * Fix. add limitation to man page
59 * Fix: minor changes to lttng.1
60 * Fix: add exit values to lttng.1 man page
61 * Fix: add delay before validating apps in test nproc
62 * Fix: error handling in lttng enable-event
63 * Fix: document structure init. to 0 in lttng.h
64 * Fix: uninitialized variable
65 * Keep track of FD used for UST applications (v2)
66 * Fix: lttng view, error message and exit code
67 * Small fixes to lttng man pages (v2)
68 * Fix: handle EINTR for sendmsg syscall
69 * Fix: lttng UI exit value and error message
70 * Fix: session lock use after free
71 * Fix kernel_list_events memleaks
72 * Fix debug message use uninitialized variable
73 * Fix: trace_ust_destroy_metadata should check for NULL pointer
74 * Fix: various memleaks
75 * Fix: hash table allocation out of order on error
76 * fix: lttng_ht_destroy memleak
77
78 2012-03-16 lttng-tools 2.0.0-rc3
79 * Fix: missing headers for make dist
80 * Fix: install lttng-consumerd in lib/lttng/libexec/
81 * Fix: Redefine MAP_STACK to 0 if not defined by the architecture
82 * Fix: consumer CPU hotplug support
83 * Fix: double PID registration race
84 * Make libcompat independent not to confuse automake
85 * Clarify the license of lttng-ust-abi.h
86 * Fix: License header
87 * Fix: wrong return value on consumer socket creation
88 * Fix: test for UST invalid channel parameters at channel creation
89 * Fix: recvmsg should handle EINTR
90 * Fix: error.h non-static variables for liblttng-ctl
91 * Fix: missing _GNU_SOURCE define
92 * Fix: improve need root for kernel tracing error message
93 * Fix: start/stop lttng message error
94
95 2012-03-02 lttng-tools 2.0.0-rc2
96 * Fix: meaningful error message
97 * Fix: UST consumer need to iterate on streams, just change their key
98 * Fix: add missing rcu read lock across RCU HT iteration
99 * Fix: kernel session closes fd 0 after create
100 * Fix: sendmsg EPIPE should be quiet by default (expected)
101 * Fix: thread_registration_apps should set its local sock to -1 when passing it
102 * Fix: clock -> sock typo
103 * Fix: consumer race: should allow reuse of FD key
104 * Fix: Use PERROR all across lttng-tools, never make it quiet
105 * Fix: test all close return values in sessiond
106 * Fix: All perror turned into PERROR to show file and line number
107 * Fix: large audit of close() use in sessiond main.c
108 * Fix: main.c client/apps sockets and kernel_trace_fd close(0)
109 * Fix: incorrect close of fd 0 for syscall kernel event destroy
110 * Fix: sessiond has incorrect missing 0 value in FD check
111 * Fix: sessiond app listening: use posix-compliant poll flags
112 * Fix: consumer printf type should match ssize_t (%zd)
113 * Fix: make ust consumer posix compliant for poll flags
114 * Fix security permission on lttng run directory
115 * Fix: Display right loglevel_type in error message
116 * Fix documentation in lttng.h
117 * Fix: lttng UST and kernel consumer: fix ret vs errno mixup
118 * Fix: restart consumerd and sessiond when interrupted in poll()
119 * Fix: handling bad channel when sending to consumer
120 * Fix useless variable
121 * Fix add-context returned error
122 * fix: add missing break in command handling
123 * fix: command handling: do not check domain for commands not requiring domain
124 * fix: if tracing group does not exist, do not report a client error
125 * Fix: run_as error handling
126 * Fix usage note on -a
127 * Revert FreeBSD compatibility layer
128 * Fix: documented number of subbuffers is incorrect
129 * Document that num-subbuf and subbuf-size need to be power of 2
130 * Merge branch 'master' of git://git.lttng.org/lttng-tools
131
132 2012-02-20 lttng-tools 2.0.0-rc1
133 * Fix lttcomm_close_unix_sock to actually close the socket
134 * lttng-sessiond: Set group permissions explicitly
135
136 2012-02-16 lttng-tools 2.0-pre23
137 * configure.ac: Fix consumerd64-libdir typo
138 * Fix existing session daemon check
139 * Fix missing session locks
140 * Fix return value on ust app session create
141 * Fix double start/stop trace
142 * Fix ust app session started state on start trace
143 * modprobe statedump, signal and timer lttng module
144 * Fix hyphens in man pages
145
146 2012-02-14 lttng-tools 2.0-pre22
147 * Add the bash-completion file to the dist tarball
148 * Add the LICENSE file too
149 * Package used for the Ubuntu LTS (feature freeze)
150
151 2012-02-13 lttng-tools 2.0-pre21
152 * Fix licensing for hashtable/utils.c
153 * Print loglevel value in list -u
154 * Remove "<all> from MSG() when no loglevel is selected
155 * Initial import of man lttng.1 and lttng-sessiond.8
156 * Fix memory leak master
157
158 2012-02-09 lttng-tools 2.0-pre20
159 * New lttng view command
160 * Multiple loglevel fixes
161 * Fix list command
162 * Fix session syscall listing
163 * Multiple fixes across the code base
164
165 2012-02-02 lttng-tools 2.0-pre19
166 * Update lttng ust ABI/API copy
167 * Implement UST calibrate and change default
168 * Add MSG_WAITALL to recvmsg of sessiond-comm
169 * Check kernel version for tests
170 * Add a '--list-options' option to each command.
171 * First import of extras/ with lttng bash completion
172 * Remove default defines from lttng.h
173 * Fix lttng sessiond spawn wait race
174 * Add CMD_WARNING error code
175 * Fix context mapping for UST and kernel
176 * Add kernel work-around for boot_id
177 * Rewrites lttng-ctl's set_session_daemon_path
178 * Fix memory lean in all lttng cli commands
179 * Update loglevel ABI
180 * Add padding to all ABIs for future development.
181 * Improve error handling of lttng cli
182 * Multiple fixes across the code base (nothing critical)
183
184 2012-01-23 lttng-tools 2.0-pre18
185 * Complete change of the source directory tree
186 * Move compat to common and create an internal lib
187 * Rename lttngerr.h to error.h
188 * Add kernel module version validation
189 * Add UST version validation
190 * Change SIGCHLD to SIGUSR1 when lttng waiting on sessiond
191 * Fix off-by-one and double list size instead of steady increment
192
193 2012-01-19 lttng-tools 2.0-pre17
194 * Add and support the new hash table library
195 * Add lttng hash table support to liblttng-consumer
196 * RCU support for consumer's hash tables
197 * UST consumer close shm fd after mapping it
198 * Remove CLONE_VM flag for runas making gdb debugging impossible
199 * Make MSG() print on stdout instead of stderr
200 * Don't init kernel tracer if not root (UID=0)
201 * Multiple fixes found when reaching max. number of open files
202 * Add some UST tests
203 * Multiple segfaults and assert error fixed
204
205 2011-12-23 lttng-tools 2.0-pre16
206 * Per-user lttng-sessiond now fully functionnal
207 * Fix nested double usage of hashtable iterators
208 * Support creds passing between lttng and sessiond
209 * Rename sessiond internal "uid" fields to "id"
210 * Create all trace directories and files with client user credentials
211 * Create output directory at session creation command
212 * Only allow the user or group owning the session (or root) to control a session
213 * Add disable kernel tracing option to sessiond
214
215 2011-12-13 lttng-tools 2.0-pre15
216 * (MAJOR) User-space tracing support for global domain (lttng-ust 2.0)
217 * UST consumer 32/64 bit support
218 * Multiple bug fixes
219 * Multiple segfault, race and double lock fixes
220 * API change for lttng_list_domains, lttng_start/stop and lttng_destroy
221 * UST loglevel support
222 * ABIs now support 256 char event names
223 * Dependency on libpopt >= 1.13
224 * Dependency on URCU >= 0.6.7
225 * Rename kernel-ctl.c/.h to kernel.c/.h
226 * Change malloc to zmalloc in lttng-sessiond code
227 * RCU hashtable support for all UST data structure
228 * New libconsumer for UST, kernel and one generic
229 * Change "--all" option from lttng command line
230 * Remove function entry option to discourage its use
231
232 2011-09-30 lttng-tools 2.0-pre14
233 * Syscall tracing support
234 * Multiple bug fixes (nothing critical)
235 * Add userspace RCU hash table to tree for dev
236 * Update UST ABI
237 * Fix epoll that did not handle EINTR
238 * Liburcu >= 0.6.5 is needed from this release
239 * Enabling all events also enable syscall tracing
240 * Debug messages are now on stderr
241 * Add basic data structure for UST support but not ready yet.
242
243 2011-08-25 lttng-tools 2.0-pre13
244 * Memory leaks fixes and double lock list
245 * Add UST registration with sychronisation
246 * Use poll/epoll compatibility layer for the sessiond
247 * Major code cleanup of ltt-sessiond/main.c
248 * Increase listen() connexion limit
249 * Fix bad enable-channel command
250 * Rename trace.c/.h to trace-kernel
251 * Multiple fixes on the poll management with the new epoll API
252
253 2011-08-25 lttng-tools 2.0-pre12
254 * Multiple fixes
255 * Fix kconsumerd handling custom channel output
256 * Add lttng_register_consumer to register a custom consumer
257 * Add multiples tests of the session daemon
258 * Default kernel channel size/number changed
259 * Support for UST application registration
260 * Import LTTng UST 2.0 ABI
261 * Send data to kconsumerd before tracing start
262 * Export API of lib kernel consumer (liblttngkconsumerd)
263
264 2011-08-12 lttng-tools 2.0-pre11
265 * New lttng API using the lttng_handle
266 * Multiple fixes of kernel consumer
267 * Register the consuming function and add a library context
268 * Kernel consumer fix mmap/munmap
269 * lttng-sessiond-comm header has been privatize
270 * Kernel traces are written in the kernel/ directory
271 * Add underscore to enable-channel command options
272
273 2011-07-29 lttng-tools 2.0-pre6
274 * Fix enable multiple events
275 * Add function entry feature
276
277 2011-07-28 lttng-tools 2.0-pre5
278 * Fix Add context command
279 * Fix auto session path creation
280 * Fix bad strncmp at channel creation
281
282 2011-07-23 lttng-tools 2.0-pre4
283 * Fix kprobe attributes
284 * Fix channel creation when not found at event enable
285 * Add safe list iteration
286 * Add two tests into the git tree
287 * Kernel consumer can be put in debug mode with -vv
288 * Trace path is now created on the client side
289
290 2011-07-23 lttng-tools 2.0-pre3
291 * Fix perf hw cache counter config values
292
293 2011-07-22 lttng-tools 2.0-pre2
294 * Multiple fixes
295 * New add-context options for perf counter and context
296 * Using the install bin path from autotool for execl() call
297 * Update quickstart guide
298
299 2011-07-20 lttng-tools 2.0-pre1
300 * First prerelease of lttng-tools.
301 * Working with the LTTng v2.0-pre1 modules and Babeltrace v0.1
This page took 0.035013 seconds and 4 git commands to generate.