Standardize version across toolchain
[lttng-ust.git] / ChangeLog
CommitLineData
58bfa9af
MD
12012-02-16 lttng-ust 1.9.8
2 * Fix comment in tracepoint.h
3 * Add loglevel info to manpage
4 * Remove stale binary file
5 * Add lttng-ust(3)
6 * Add a man page for lttng-gen-tp
7 * Install easy-ust and gen-tp examples in doc/
8 * Create the lttng-gen-tp tools as an helper to generate UST .h and .c files
9 * Add missing #define _GNU_SOURCE for sched_getcpu()
10 * Define _GNU_SOURCE for all implementation files rather than getcpu.h
11 * Add sched_getcpu and sysconf to AC_CHECK_FUNCS
12 * Mark lib_ring_buffer_print_errors unused
13 * Cleanup: remove extra space from easy_ust example
14 * Add missing comma to tracepoint STAP_PROBEV call
15
43f76196
MD
162012-02-13 lttng-ust 1.9.7
17 * liblttng-ust-java: add missing -classpath ./
18 * Only specify that sdt.h provides system integration for now
19 * Add STAP_PROBEV check ton configure.ac
20 * Add sdt.h integration
21 * Remove extern C around probe header
22 * Move lttng/config.h to lttng/ust-config.h, and use LTTNG_UST_ namespace
23 * Add a configure report at the end of the output
24 * Add sdt.h integration option
25 * Set default loglevel in metadata
26 * Fix: LTTng-UST java jni wrapper does not build with OpenJDK
27
94b6d0d1
MD
282012-02-09 lttng-ust 1.9.6
29 * Fix tracepoint.h multiple .o within module/core exec linkage bug
30 * tracepoint: name -> _name to fix possible namespace clash
31 * Add debug printout to tracepoint.c
32 * Rename liblttng-ust-libc to liblttng-ust-libc-wrapper
33 * Update hardcoded loglevel
34 * Add "easy_ust" example
35 * Update gitignore
36 * Zero-initialize struct msghdr
37 * Add environment information
38 * Fix event-specific enabling
39 * Update static lib linking
40 * liblttng-ust-libc: fix linking
41 * liblttng-ust-libc: fix lib dependency
42 * Install README and ChangeLog into system doc
43 * Add hello-static-lib test
44 * Fix static provider linking: introduce TRACEPOINT_PROBE_DYNAMIC_LINKAGE
45 * Fix 32-bit type: allocated len is used
46 * Fix 32-bit type mismatch
47
e4d66fb5
MD
482012-02-02 lttng-ust 1.9.5
49 * UST comm ABI: Add padding, push version to 2.0
50 * Update loglevel names
51 * Implement loglevels as event and wildcard attributes
52 * Update loglevel ABI: only loglevel value/enum is known by UST
53 * Pre-assign fixed loglevels
54 * Remove old (now unused) loglevel control code entirely
55 * Update loglevel selection ABI
56 * Use boot_id as monotonic clock uuid
57 * clock: add clock description to metadata
58 * Properly fix the timekeeping overflow detection
59 * Revert "Fix timestamps for slow-paced event rates"
60 * Revert "Force 64-bit timestamps"
61 * Declare struct lttng_ust_calibrate
62 * Force 64-bit timestamps
63 * demo program: ensure we don't link demo on useless libs
64 * ust comm: Receive second FD even if 1st receive failed
65 * ust consumer: close shm fd after mapping it
66 * Add a comment about which wait fd is closed early by UST.
67 * Remove leftover structure in ust-abi.h
68 * Close stream and channel file descriptors as soon as passed to
69 sessiond
70 * Fix AC_LANG_SOURCE usage: only takes one parameter
71 * Fix timestamps for slow-paced event rates
72 * configure.ac: Use AC_LANG_SOURCE for if else macros
73 * Add execution instructions to the demo test program
74 * Force the building of shared noinst libraries in the demo test
75 program.
76 * Only print the futex perror in debug mode
77
54d2e210
MD
782011-12-23 lttng-ust 1.9.4
79 * Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs
80 * Comment the union field (only used in call_rcu scheme)
81
dddc9140
MD
822011-12-21 lttng-ust 1.9.3
83 * Fix clock source overflow on 32-bit archs
84 * Remove unused trace_clock_frequency
85 * check for negative wait() return value
86 * Add DBG message when registering a probe
87 * Only show futex warning "perror" in debug mode
88
07a0da24
MD
892011-12-14 lttng-ust 1.9.2
90 * Add missing ust_libc.h to Makefile.am
91 * Use DBG instead of WARN for futex_wake workaround message
92 * Make dlopen more robust by using the .0 target for the library
93
943be3a0
MD
942011-12-13 lttng-ust 1.9.1
95 * First LTTng-UST 2.0 prerelease.
This page took 0.026118 seconds and 4 git commands to generate.