Version 1.0.1 v1.0.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 11 Jan 2013 14:36:12 +0000 (09:36 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 11 Jan 2013 14:36:12 +0000 (09:36 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 8a0cfae14877925eeb7f6c83a4cbb5b69183d842..6a606ec3a0ddbec86763d6f9f7b21656bdecee8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2012-01-11 Babeltrace 1.0.1
+       * Provides a basic pkg-config file for libbabeltrace
+       * Fix erroneous warning/error messages
+       * Fix comment in context.h
+       * Cleanup: Remove whitespace at EOL from mit-license.txt
+       * Add missing permission notice in each source file
+       * Adding a test which do a sequence of seek BEGIN, LAST, BEGIN, LAST
+       * Run seek tests on a second trace file
+       * Add #define _GNU_SOURCE to remove warning about asprintf
+       * Include a test for SEEK_BEGIN and SEEK_LAST
+       * Fix: Report success even if we find at least one valid stream in find_max_timestamp_ctf_stream_class
+       * Fix SEEK_BEGIN for streams that do not contain any event
+
 2012-10-27 Babeltrace 1.0.0
        * tests: add test traces to distribution tarball
        * Document bash requirement for make check in README
index 86dd17c4e641133838e847c2155547c41cec6412..c4e9f0d4e202a20263415ea8485bf22048523c0c 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([babeltrace],[1.0.0],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([babeltrace],[1.0.1],[mathieu dot desnoyers at efficios dot com])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.0260860000000001 seconds and 4 git commands to generate.