X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=ab59be5b80c8814f32a26ab2b6c437f66d1a7adb;hb=a7859af5c73c3f7cc863702d322d86fc2c4523ab;hp=394fef02ecf42c14fb0ba491e2bf23ac46630b66;hpb=f991b0daf1176d7302cd83678fce65dc6adfeb4a;p=lttng-ust.git diff --git a/ChangeLog b/ChangeLog index 394fef02..ab59be5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,100 @@ -Changes in 0.2 since 0.1 -* conversion of the buffering system to per-cpu -* update to the liburcu 0.4 API -* upgrade to trace format 2.6; the latest lttv may now be used -* add support for clone() interception in libinterfork -* port refactorings from the kernel tracer up to 0.173 -* enhancements/refactor of libustcomm -* add sections in the manual about trace viewing and about tracing apps not linked to libust -* debugging output is now enabled by adding -DUST_DEBUG to the CFLAGS -* usttrace: change ustd socket name to ustd-sock-PID -* change app socket directory name for something more descriptive (/tmp/ust-app-socks) -* code cleanups -* various bug fixes +2012-02-20 lttng-ust 2.0.0-rc1 + * Standardize version across toolchain + * Fix a typo in gen-tp Makefile + * Implement the .o file generation in lttng-gen-tp + +2012-02-16 lttng-ust 1.9.8 + * Fix comment in tracepoint.h + * Add loglevel info to manpage + * Remove stale binary file + * Add lttng-ust(3) + * Add a man page for lttng-gen-tp + * Install easy-ust and gen-tp examples in doc/ + * Create the lttng-gen-tp tools as an helper to generate UST .h and .c files + * Add missing #define _GNU_SOURCE for sched_getcpu() + * Define _GNU_SOURCE for all implementation files rather than getcpu.h + * Add sched_getcpu and sysconf to AC_CHECK_FUNCS + * Mark lib_ring_buffer_print_errors unused + * Cleanup: remove extra space from easy_ust example + * Add missing comma to tracepoint STAP_PROBEV call + +2012-02-13 lttng-ust 1.9.7 + * liblttng-ust-java: add missing -classpath ./ + * Only specify that sdt.h provides system integration for now + * Add STAP_PROBEV check ton configure.ac + * Add sdt.h integration + * Remove extern C around probe header + * Move lttng/config.h to lttng/ust-config.h, and use LTTNG_UST_ namespace + * Add a configure report at the end of the output + * Add sdt.h integration option + * Set default loglevel in metadata + * Fix: LTTng-UST java jni wrapper does not build with OpenJDK + +2012-02-09 lttng-ust 1.9.6 + * Fix tracepoint.h multiple .o within module/core exec linkage bug + * tracepoint: name -> _name to fix possible namespace clash + * Add debug printout to tracepoint.c + * Rename liblttng-ust-libc to liblttng-ust-libc-wrapper + * Update hardcoded loglevel + * Add "easy_ust" example + * Update gitignore + * Zero-initialize struct msghdr + * Add environment information + * Fix event-specific enabling + * Update static lib linking + * liblttng-ust-libc: fix linking + * liblttng-ust-libc: fix lib dependency + * Install README and ChangeLog into system doc + * Add hello-static-lib test + * Fix static provider linking: introduce TRACEPOINT_PROBE_DYNAMIC_LINKAGE + * Fix 32-bit type: allocated len is used + * Fix 32-bit type mismatch + +2012-02-02 lttng-ust 1.9.5 + * UST comm ABI: Add padding, push version to 2.0 + * Update loglevel names + * Implement loglevels as event and wildcard attributes + * Update loglevel ABI: only loglevel value/enum is known by UST + * Pre-assign fixed loglevels + * Remove old (now unused) loglevel control code entirely + * Update loglevel selection ABI + * Use boot_id as monotonic clock uuid + * clock: add clock description to metadata + * Properly fix the timekeeping overflow detection + * Revert "Fix timestamps for slow-paced event rates" + * Revert "Force 64-bit timestamps" + * Declare struct lttng_ust_calibrate + * Force 64-bit timestamps + * demo program: ensure we don't link demo on useless libs + * ust comm: Receive second FD even if 1st receive failed + * ust consumer: close shm fd after mapping it + * Add a comment about which wait fd is closed early by UST. + * Remove leftover structure in ust-abi.h + * Close stream and channel file descriptors as soon as passed to + sessiond + * Fix AC_LANG_SOURCE usage: only takes one parameter + * Fix timestamps for slow-paced event rates + * configure.ac: Use AC_LANG_SOURCE for if else macros + * Add execution instructions to the demo test program + * Force the building of shared noinst libraries in the demo test + program. + * Only print the futex perror in debug mode + +2011-12-23 lttng-ust 1.9.4 + * Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs + * Comment the union field (only used in call_rcu scheme) + +2011-12-21 lttng-ust 1.9.3 + * Fix clock source overflow on 32-bit archs + * Remove unused trace_clock_frequency + * check for negative wait() return value + * Add DBG message when registering a probe + * Only show futex warning "perror" in debug mode + +2011-12-14 lttng-ust 1.9.2 + * Add missing ust_libc.h to Makefile.am + * Use DBG instead of WARN for futex_wake workaround message + * Make dlopen more robust by using the .0 target for the library + +2011-12-13 lttng-ust 1.9.1 + * First LTTng-UST 2.0 prerelease.