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