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