Update version to v1.5.0-rc1 v1.5.0-rc1
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 24 Oct 2016 17:39:11 +0000 (13:39 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 24 Oct 2016 17:39:11 +0000 (13:39 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 4fa713cdd747b72bcb94122db1bbc65adda5a150..23633d7195fcf1f89b6c86eaab29cd097bc4055d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2016-10-24 babeltrace 1.5.0-rc1 (First barrel ride down Niagara Falls)
+       * Update version to 1.5.0
+       * Python build fix
+       * Fix enum rename warnings
+       * Hide bt_ctf_writer_get_trace()
+       * Hide bt_ctf_trace_* symbols
+       * Hide get_field_paths_lca_index()
+       * Remove bt_ctf_writer_add_environment_field_int64
+       * Hide new bt_ctf_stream_* symbols
+       * Hide new bt_ctf_stream_class_* symbols
+       * Hide new bt_ctf_field_type_* symbols
+       * Hide new bt_ctf_packet_* symbols
+       * Hide new bt_ctf_field_* symbols
+       * Hide new bt_ctf_field_path_* symbols
+       * Hide new bt_ctf_event_* symbols
+       * Hide bt_ctf_event_class_* symbols
+       * Hide new bt_ctf_clock_* symbols
+       * Hide bt_get and bt_put
+       * Hide bt_values and bt_attributes in libbabeltrace-ctf
+       * Backport the CTF-IR interface
+       * debug info: Call register_event_debug_infos for all events
+       * Typo: configure.ac implemenation -> implementation
+       * configure: fix uuid support detection on static build
+       * Tests: no substitution needed for multi-trace intersection test
+
 2016-06-06 babeltrace 1.4.0 (National Yo-Yo Day)
        * Tests: dereference of NULL pointer on allocation failure
        * Tests: abort dwarf test on open() failure
index eabe902c7305c38ab001d9caf8bb7fccd4be638b..84e7adbe948e83385c533e12d44e0b770697fac0 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.50])
-AC_INIT([babeltrace],[1.5.0],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace])
+AC_INIT([babeltrace],[1.5.0-rc1],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace])
 AC_SUBST([BABELTRACE_LIBRARY_VERSION], [1:0:0])
 
 AC_CONFIG_HEADERS([config.h])
This page took 0.025628 seconds and 4 git commands to generate.