Version 2.7.4
[lttng-ust.git] / ChangeLog
index b6d40363c5e9d3192fb9176c827ffd7af48d6af6..f6161e86ed667594bfd7fc0276ff9f39e44feafc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,143 @@
+2016-05-20 (Bike-to-Work Day) lttng-ust 2.7.4
+       * Print DBG() message about compiler weak hidden symbol behavior
+       * Documentation: ring buffer: SWITCH_FLUSH can be used when active
+       * Fix: unchecked return value in trace_clock_read64_monotonic
+       * Fix: Java agent should use LTTNG_HOME
+       * Fix: examples make distcheck failure
+       * Fix: endianness of integers received by filter
+
+2016-04-26 lttng-ust 2.7.3
+       * Doc: Update README.d
+       * Fix: doc/examples: remove unexpected quotes from run files
+       * Fix: remove dead code from filter interpreter
+       * Fix: remove assertions in lttng-ust-comm init
+       * Documentation: fix manpage typo
+
+2016-03-09 lttng-ust 2.7.2
+       * Fix: disable use of __builtin_return_address(0) on 32-bit PowerPC
+       * Fix: handle negative range for LTTNG_UST_REGISTER_TIMEOUT
+       * Fix: Ensure the Java JUL messages are correctly formatted
+       * Fix: double-free on error sending fields
+
+2015-11-26 lttng-ust 2.7.1
+       * Fix: header size larger than 256 bytes
+       * Remove stale tests/java-jul test
+       * Fix: live timer calculation error
+       * Fix python agent build/install/uninstall with DESTDIR specified
+       * Fix: Don't (re)define STAP_PROBEV
+
+2015-09-24 lttng-ust 2.7.0
+       * Fix: don't dereference NULL pointers
+       * Cleanup: Remove unused values
+       * Fix: Value stored to 'has_waited' is never read
+       * Fix: Argument with 'nonnull' attribute passed null
+       * Cleanup: Unnecessary bit shift
+       * Fix: sysconf() unchecked return value
+       * doc: add Python example
+       * Fix: Python agent: do not register twice to same port
+
+2015-09-09 lttng-ust 2.7.0-rc2
+       * Fix: close socket on protocol error, sendmsg MSG_NOSIGNAL
+       * Cleanup: more descriptive error message
+       * Fix: add missing ust lock around objd_table_destroy()
+       * Fix: application exit race with pthread cancel
+       * Cleanup: configure layout for python agent detection
+       * Build: python agent: use setup.py over autoconf
+       * Build: add python interpreter used by python agent if built
+       * Doc: basic lttng ust python agent documentation
+       * Build: use AM_PATH_PYTHON to resolve python when building agent
+       * Build: only check if python exists in path
+       * Doc: add LTTNG_UST_CLOCK_PLUGIN to man page
+       * Doc: add LTTNG_UST_GETCPU_PLUGIN to man page
+       * Fix: Java agent: update ref count in enabledLoggers
+       * Rename Python agent tracepoint to "event"
+       * Fix: remove generated file from git tree
+
+2015-07-15 (Pet Fire Safety Day) lttng-ust 2.7.0-rc1
+       * Fix: Use $enableval with AC_ARG_ENABLE
+       * Fix: Cleanup local_apps sock_info in lttng_ust_cleanup
+       * Fix: handle sys_futex EINTR and EWOULDBLOCK
+       * Fix: update liburcu URL
+       * .gitignore: ignore Python agent generated files
+       * Add ctf_sequence_hex() macro
+       * Fix: set soinfo_data's vdso flag correctly in base address statedump
+       * Fix: running java examples out of tree
+       * Fix: java class check when uudecode is not present
+       * Cleanup: remove extra whitespace in configure output
+       * Default to no unaligned access on unsupported archs
+       * cleanup: Coding style fixes to the Java agent
+       * cleanup: Mark obsolete JUL agent as @Deprecated
+       * Fix compilation warnings in the Java agent
+       * Fix: out of tree build of java agents
+       * Fix: Use env CLASSPATH when building log4j example
+       * Fix: build log4j example when enabled
+       * Bump tracer version to 2.7.0-pre
+       * Fix: perform volatile load of tracepoint state
+       * Add demo-tracelog to gitignore file
+       * Add aarch64 support to configure
+       * Implement cpu_id context for filtering
+       * ust cyg-profile: use same class for entry and exit
+       * Fix: function instrumentation ip context
+       * Fix: liblttng-ust-dl ip context
+       * Remove caller field from malloc events
+       * Fix: pthread wrapper ip context
+       * Fix: lttng-ust-malloc ip context
+       * Allow TP_IP_PARAM arg name to be configured
+       * tracelog: use same class for all loglevels
+       * fix tracelog namespacing of loglevels
+       * Add tracelog documentation to lttng-ust(3)
+       * Implement demo-tracelog example
+       * Implement tracelog API
+       * Fix: fetch caller address from tracef()
+       * Rename helper providers and events for consistency
+       * Refactor state dump system
+       * Refactor Python agent
+       * Fix: building probe providers with C++ compiler
+       * Fix: use lttng_secure_getenv to handle env. vars. involving paths
+       * Fix: Don't wait during registration if clock_gettime() fails
+       * Fix: getcpu/clock plugin handle leak
+       * Fix: add missing new ldl dependency for liblttng-ust-ctl
+       * Fix: add missing getenv wrapper
+       * Fix: add missing lttng-clock.c
+       * Fix: add missing ust-clock.h
+       * clock plugin example: use shift and mul
+       * Implement getcpu override
+       * Implement clock override plugin support
+       * Add tracepoint_enabled() macro
+       * Move file creation/unlink from liblttng-ust-ctl to consumerd
+       * Implement file-backed ring buffer
+       * Fix: oot build: missing top_builddir include
+       * Fix: Mismatching code and console output in log4j example
+       * Update manpage about LTTNG_UST_DEBUG effect
+       * Don't output to stderr from lib unless DEBUG is activated
+       * Remove usterr.h, use usterr-signal-safe.h everywhere instead
+       * Fix: out-of-tree build: wrong file path for sed input
+       * Fix: make dist: python agent file handling
+       * Fix: java-agent: out-of-tree path to java manifest
+       * Add return address to liblttng-ust-libc-wrapper
+       * Fix: missing parenthesis in offset_align_floor
+       * Fix: add ustctl_has_perf_counters
+       * Fix: add urcu-bp TLS fixup
+       * Fix: add missing poll.h include
+       * Fix: get_subbuf: bound number of consumerd retry
+       * Fix: man: you can't link a lib with a static lib
+       * Fix: context alignment not properly handled
+       * Fix: Shorthand option -cp not supported in all version of Java
+       * Fix: allow tracepoints to build with --std=c99
+       * Bump UST ABI for new release cycle
+       * Cleanup: remove "disabled" flag for new release cycle
+       * Fix: filter attach vs event enable race
+       * Fix: add a configure check for weak symbols support
+       * Fix coverity warning about sizeof(void **) != sizeof(void *)
+       * Fix: off-by-one in sequence filter comparator
+       * Fix: Java Agent JAR file symlink should be created after objects install
+       * Fix: Add versioning to liblttng-ust-agent JAR
+       * Fix: Warn when log4j version is too old
+       * Update Java agent documentation
+       * Fix: Try loading classes using the thread context class loader
+       * Add Python agent support
+       * Update version name
+
 2014-10-20 lttng-ust 2.6.0-rc1
        * Add missing file to gitignore
        * Fix: preserve example files' timestamps when copying
This page took 0.02421 seconds and 4 git commands to generate.