Update version to v2.7.3 v2.7.3
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 20 May 2016 21:43:17 +0000 (17:43 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 20 May 2016 21:43:17 +0000 (17:43 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 383f71ac11f449ed46d11522de81297d4bf6e73b..3024a0a52bfc78abe3503b3731d5f5a8348f8a28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,80 @@
+2016-05-20 lttng-tools 2.7.3 (Bike-to-Work Day)
+       * Fix: use start and stop sessiond from utils.sh
+       * Clarify kernel version check error messages
+       * Fix: Error reported if no domain is provided for start/stop
+       * Handle unknown domain in MI
+       * Handle unknown domain on session start
+       * Fix: loading of live session within userspace domains
+       * Docs: fix "daemon" typo in README.md
+       * Fix: do not return error on LTTNG_ERR_SNAPSHOT_NODATA
+       * Fix: Set loopback adress in set_ip_addr if gethostbyname2 fails
+       * Fix: d_type validity is not guaranteed on all nfs versions
+       * Tests: same event name with different descriptor on load
+       * Fix: load event state (enabled/disabled) correctly
+       * Fix: only perform lttng_consumer_sync_trace_file() in local mode
+       * Fix: don't negate posix_fadvise return value to check error
+       * Rename lttng_error_type to lttng_error_level
+       * Cleanup error.h __lttng_print() used for message printing
+       * Update coding style document for macro style
+       * Fix: coding style document has erroneous semicolon at end of macro
+       * Fix: add missing semicolons after MSG, DBG, ERR print macros
+       * Fix: Use get_domain_str on add context
+       * Tests: inverted condition in test_kernel_data
+       * Fix: ust-consumer: flush empty packets on snapshot channel
+       * Fix: WARN() should print as WARN level, not ERR
+       * Fix: error.h: add missing parenthesis around macro parameter
+       * Fix: bogus mask on error.h PRINT types
+       * Fix: kernel tracing: flush after stop
+       * Fix: UST should not generate packet at destroy after stop
+       * Tests: remove flaky '*' kernel wildcard test
+       * Fix: bad file descriptors on close after rotation error
+       * Fix: posix_fadvise wrapper returns -ENOSYS on FreeBSD
+       * Fix: Double free in utils_partial_realpath error path
+       * Fix: remove logically dead code in send_channel_uid_to_ust
+       * Fix: unchecked return value in low throughput test
+       * Fix: unchecked posix_fadvise() return value
+       * Fix: unchecked return value in relayd live.c
+       * Fix: unchecked return value in trace_clock_read64_monotonic
+       * Fix: initialize the cur_event variable before using it
+       * Fix: NULL pointer dereference in relay_index_get_by_id_or_create
+       * Fix: Deference after null check in sessiond set_option
+       * Fix: Wrong sizeof argument in pid tracker
+       * Fix: tests: incorrect uri index
+       * Fix: Integer overflowed argument
+       * Fix: macro compares unsigned to 0 (no effect)
+       * Fix: Free variable before strdup() in process_event_node
+       * Fix: Free variables before strdup()
+       * Fix: Add missing free() in spawn_viewer
+       * Fix: Add missing free() in utils_partial_realpath
+       * Fix: illegal memory access in test_create_kernel_event
+       * Fix: illegal memory access in send_viewer_streams
+       * Fix: illegal memory access in viewer_list_sessions
+       * Fix: illegal memory access in relayd_add_stream
+       * Fix: illegal memory access in relayd_create_session_2_4
+       * Fix: illegal memory access in session_create
+       * Fix: illegal memory access in consumer_set_subdir
+       * Fix: illegal memory access in syscall_init_table
+       * Fix: illegal memory access in write_pidfile
+       * Fix: illegal memory access in list_lttng_channels
+       * Fix: illegal memory access in cmd_snapshot_record
+       * Fix: illegal memory access in output_init
+       * Fix: illegal memory access in consumer_set_network_uri
+       * Fix: illegal memory access in cmd_snapshot_list_outputs
+       * Fix: illegal memory access in list_events
+       * Fix: illegal memory access in disable_event
+       * Fix: illegal memory access in add_uri_to_consumer
+       * Fix: illegal memory access in init_ust_event_from_agent_event
+       * Fix: illegal memory access in _cmd_enable_event
+       * Implement lttng_strncpy safe string copy
+       * Fix: loading a session prints an error message but the load is successful
+       * Snapshot warning if there are no events in one of the domains
+       * Snapshot: record: use same datetime for snapshot folder output
+       * Refactor: move the snapshot type check into output type check
+       * configure.ac: check for an existing liburcu-cds symbol
+       * configure.ac: use macro for wrong liburcu error message
+       * Tests: wording of trace_matches is misleading
+       * Typo: catched -> caught
+
 2016-04-19 lttng-tools 2.7.2 (Bicycle Day)
        * Clean-up shm directory tree after freeing the channel
        * Test: Add the lttng-runas worker process to the sessiond pids
index b577d55b2c2ce39727b5de7a9fa5a3e9825297b5..1aed41ed14457b4efcc985876047ed7c5792e56a 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.7.2],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.7.3],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.027434 seconds and 4 git commands to generate.