Update changelog for 2.0.2
[lttng-ust.git] / ChangeLog
CommitLineData
c5f621fe
MD
12012-04-18 lttng-ust 2.0.2
2 * Fix: examples Makefiles should pass $(LIBS) at last
3 * Fix: ustctl need to send the second fd upon error of 1st fd
c5f621fe 4
1a94cf83
MD
52012-03-29 lttng-ust 2.0.1
6 * Use bsd-compatible fcntl for close-on-exec on socket
7 * Fix multi-session wildcard support
8 * Fix event lost count when buffer is full
9 * Remove inappropriate \n from easy-ust sample
10
649282a8
MD
112012-03-20 lttng-ust 2.0.0
12 * First STABLE version
13 * Add version name
14
68d9f89e
MD
152012-03-20 lttng-ust 2.0.0-rc4
16 * Fix out-of-bound write in ltt-events.c
17 * Document LTTNG_UST_DEBUG_VALGRIND compilation flag
18 * Update COPYING
19 * Add exception handling to lttng-gen-tp io operations
20
8e2d61c8
MD
212012-03-16 lttng-ust 2.0.0-rc3
22 * Fix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL
23 * fix: ustcomm_close_unix_sock should close, not shutdown
24 * Fix: do not print EPIPE perror, as it is an expected error
25 * Ensure that multiplication of clock offset is done on 64-bit
26 * Add 2 missing licenses in deprecated tests
27 * Remove unbuild and unused (deprecated) make_shared_lib test
28 * License text standardization, add missing licenses
29 * Cleanup: remove duplicate check for 0 num_subbuf and subbuf_size
30 * Fix: power of 2 size check should apply to size_t type, not uint32_t
31 * Fix: recvmsg should handle EINTR
32 * Make lttng-gen-tp work on python 2.6
33 * Make lttng-gen-tp executable
34
bf1175c2
MD
352012-03-02 lttng-ust 2.0.0-rc2
36 * Manpage fixes
37 * Fix: dmesg printout should not print metadata warnings
38 * Fix: use transport name as channel name
39 * Fix: Add signature check in tracepoint activation
40 * Fix: add tracepoint signature at tracepoint definition site
41 * Fix: keep event probe signature, for use by event probe signature check
42 * Fix ABI: add padding to structures shared between UST and consumer
43 * Fix ABI: add padding to tracepoint and ring buffer config public structu
44 * Fix ABI: Adding missing padding in tracepoint event structures
45 * Fix: Add include/lttng/ust-config.h to git ignore
46 * Fix effect: update README about dlopen()
47 * Fix: fixup vtid TLS
48 * Fix: fixup ringbuffer tls at constructor by forcing read
49 * Fix: fix deadlock with dlopen() lttng-ust
50 * Fix: only print event errors every 1048576 hits
51 * Fix: add missing debug printout to identify the cause of lost events
52 * fix: liblttng-ust-ctl should check for incorrect parameters
53 * fix: ust comm error handling segfault
54 * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_
55 * fix: on exit, leave thread/mmap reclaim to OS
56 * fix: Handle sys_futex with async cancel, add missing pthread_join
57 * fix: Only munmap the wait page when not exiting from process
58 * Use CPPFLAGS instead of CFLAGS for -I
59 * Fix type range comparison always false for 64-bit arch
60 * demo: remove useless libs
61 * tests: include missing headers
62 * Add missing limits.h include for NAME_MAX
63
1796af86
MD
642012-02-20 lttng-ust 2.0.0-rc1
65 * Standardize version across toolchain
66 * Fix a typo in gen-tp Makefile
67 * Implement the .o file generation in lttng-gen-tp
68
58bfa9af
MD
692012-02-16 lttng-ust 1.9.8
70 * Fix comment in tracepoint.h
71 * Add loglevel info to manpage
72 * Remove stale binary file
73 * Add lttng-ust(3)
74 * Add a man page for lttng-gen-tp
75 * Install easy-ust and gen-tp examples in doc/
76 * Create the lttng-gen-tp tools as an helper to generate UST .h and .c files
77 * Add missing #define _GNU_SOURCE for sched_getcpu()
78 * Define _GNU_SOURCE for all implementation files rather than getcpu.h
79 * Add sched_getcpu and sysconf to AC_CHECK_FUNCS
80 * Mark lib_ring_buffer_print_errors unused
81 * Cleanup: remove extra space from easy_ust example
82 * Add missing comma to tracepoint STAP_PROBEV call
83
43f76196
MD
842012-02-13 lttng-ust 1.9.7
85 * liblttng-ust-java: add missing -classpath ./
86 * Only specify that sdt.h provides system integration for now
87 * Add STAP_PROBEV check ton configure.ac
88 * Add sdt.h integration
89 * Remove extern C around probe header
90 * Move lttng/config.h to lttng/ust-config.h, and use LTTNG_UST_ namespace
91 * Add a configure report at the end of the output
92 * Add sdt.h integration option
93 * Set default loglevel in metadata
94 * Fix: LTTng-UST java jni wrapper does not build with OpenJDK
95
94b6d0d1
MD
962012-02-09 lttng-ust 1.9.6
97 * Fix tracepoint.h multiple .o within module/core exec linkage bug
98 * tracepoint: name -> _name to fix possible namespace clash
99 * Add debug printout to tracepoint.c
100 * Rename liblttng-ust-libc to liblttng-ust-libc-wrapper
101 * Update hardcoded loglevel
102 * Add "easy_ust" example
103 * Update gitignore
104 * Zero-initialize struct msghdr
105 * Add environment information
106 * Fix event-specific enabling
107 * Update static lib linking
108 * liblttng-ust-libc: fix linking
109 * liblttng-ust-libc: fix lib dependency
110 * Install README and ChangeLog into system doc
111 * Add hello-static-lib test
112 * Fix static provider linking: introduce TRACEPOINT_PROBE_DYNAMIC_LINKAGE
113 * Fix 32-bit type: allocated len is used
114 * Fix 32-bit type mismatch
115
e4d66fb5
MD
1162012-02-02 lttng-ust 1.9.5
117 * UST comm ABI: Add padding, push version to 2.0
118 * Update loglevel names
119 * Implement loglevels as event and wildcard attributes
120 * Update loglevel ABI: only loglevel value/enum is known by UST
121 * Pre-assign fixed loglevels
122 * Remove old (now unused) loglevel control code entirely
123 * Update loglevel selection ABI
124 * Use boot_id as monotonic clock uuid
125 * clock: add clock description to metadata
126 * Properly fix the timekeeping overflow detection
127 * Revert "Fix timestamps for slow-paced event rates"
128 * Revert "Force 64-bit timestamps"
129 * Declare struct lttng_ust_calibrate
130 * Force 64-bit timestamps
131 * demo program: ensure we don't link demo on useless libs
132 * ust comm: Receive second FD even if 1st receive failed
133 * ust consumer: close shm fd after mapping it
134 * Add a comment about which wait fd is closed early by UST.
135 * Remove leftover structure in ust-abi.h
136 * Close stream and channel file descriptors as soon as passed to
137 sessiond
138 * Fix AC_LANG_SOURCE usage: only takes one parameter
139 * Fix timestamps for slow-paced event rates
140 * configure.ac: Use AC_LANG_SOURCE for if else macros
141 * Add execution instructions to the demo test program
142 * Force the building of shared noinst libraries in the demo test
143 program.
144 * Only print the futex perror in debug mode
145
54d2e210
MD
1462011-12-23 lttng-ust 1.9.4
147 * Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs
148 * Comment the union field (only used in call_rcu scheme)
149
dddc9140
MD
1502011-12-21 lttng-ust 1.9.3
151 * Fix clock source overflow on 32-bit archs
152 * Remove unused trace_clock_frequency
153 * check for negative wait() return value
154 * Add DBG message when registering a probe
155 * Only show futex warning "perror" in debug mode
156
07a0da24
MD
1572011-12-14 lttng-ust 1.9.2
158 * Add missing ust_libc.h to Makefile.am
159 * Use DBG instead of WARN for futex_wake workaround message
160 * Make dlopen more robust by using the .0 target for the library
161
943be3a0
MD
1622011-12-13 lttng-ust 1.9.1
163 * First LTTng-UST 2.0 prerelease.
This page took 0.028741 seconds and 4 git commands to generate.