Skip to content

Commit

Permalink
Version 2.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  • Loading branch information
compudj committed Apr 29, 2015
1 parent ab7ffb4 commit 369ee1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2015-04-29 lttng-ust 2.6.1
* Fix: use lttng_secure_getenv to handle env. vars. involving paths
* Fix: add missing getenv wrapper
* Fix: Don't wait during registration if clock_gettime() fails
* Fix: Mismatching code and console output in log4j example

2015-01-26 lttng-ust 2.6.0
* Fix: java-agent: out-of-tree path to java manifest
* Fix: missing parenthesis in offset_align_floor
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_INIT([lttng-ust],[2.6.0],[mathieu dot desnoyers at efficios dot com])
AC_INIT([lttng-ust],[2.6.1],[mathieu dot desnoyers at efficios dot com])

# Following the numbering scheme proposed by libtool for the library version
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
Expand Down

0 comments on commit 369ee1a

Please sign in to comment.