Update version to v2.1.0-rc1
[lttng-tools.git] / ChangeLog
index a645bb746a1d016b0b9a84b3c43a5a3dfe114f41..2706d620973e47b8957c9b3c3d810dbb8a1c2610 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,72 @@
+2012-08-17 lttng-tools 2.1.0-rc1
+       * Feature: Network Streaming
+       * Add the lttng-relayd binary for network streaming
+       * Support user space tracer filtering
+       * Multiple fixes
+
+2012-04-19 lttng-tools 2.0.1
+       * Fix: test script for kernel module validation
+       * Fix: report error to client on consumerd error
+       * Fix: add missing ht_destroy at consumer teardown
+       * Fix: consumer fd recv thread should write into non-blocking pipe
+       * Fix: work-around glibc __nptl_setxid vs clone hang
+       * Fix: consumer fd recv poll should be sensitive to POLLPRI too
+       * Fix consumer lttng_consumer_poll_socket poll revents check bug
+       * Fix: increase consumer open files limit
+       * Update README: document dep on modprobe for kernel tracing
+       * Fix: wait for sessiond to stop in tests
+       * Fix: remove unused return variable
+       * Don't report back error on syscalls fail for -a -k
+       * Fix: destroy context hash table being NULL
+       * Fix: make lttng expand path for trace output opt
+       * Fix: return value signedness
+       * Fix: man page environment variable name error
+       * Fix: check return value on getenv USER
+
+2012-03-20 lttng-tools 2.0.0
+       * Fist STABLE version
+       * Add version name: Annedd'ale
+
+2012-03-20 lttng-tools 2.0.0-rc4
+       * Fix: add small detail to enable-channel man page
+       * Fix: warned of arbitrary time for ust-nprocesses test
+       * Fix. add limitation to man page
+       * Fix: minor changes to lttng.1
+       * Fix: add exit values to lttng.1 man page
+       * Fix: add delay before validating apps in test nproc
+       * Fix: error handling in lttng enable-event
+       * Fix: document structure init. to 0 in lttng.h
+       * Fix: uninitialized variable
+       * Keep track of FD used for UST applications (v2)
+       * Fix: lttng view, error message and exit code
+       * Small fixes to lttng man pages (v2)
+       * Fix: handle EINTR for sendmsg syscall
+       * Fix: lttng UI exit value and error message
+       * Fix: session lock use after free
+       * Fix kernel_list_events memleaks
+       * Fix debug message use uninitialized variable
+       * Fix: trace_ust_destroy_metadata should check for NULL pointer
+       * Fix: various memleaks
+       * Fix: hash table allocation out of order on error
+       * fix: lttng_ht_destroy memleak
+
+2012-03-16 lttng-tools 2.0.0-rc3
+       * Fix: missing headers for make dist
+       * Fix: install lttng-consumerd in lib/lttng/libexec/
+       * Fix: Redefine MAP_STACK to 0 if not defined by the architecture
+       * Fix: consumer CPU hotplug support
+       * Fix: double PID registration race
+       * Make libcompat independent not to confuse automake
+       * Clarify the license of lttng-ust-abi.h
+       * Fix: License header
+       * Fix: wrong return value on consumer socket creation
+       * Fix: test for UST invalid channel parameters at channel creation
+       * Fix: recvmsg should handle EINTR
+       * Fix: error.h non-static variables for liblttng-ctl
+       * Fix: missing _GNU_SOURCE define
+       * Fix: improve need root for kernel tracing error message
+       * Fix: start/stop lttng message error
+
 2012-03-02 lttng-tools 2.0.0-rc2
        * Fix: meaningful error message
        * Fix: UST consumer need to iterate on streams, just change their key
This page took 0.02321 seconds and 4 git commands to generate.