Skip to content

Commit 3db793e

Browse files
committed
Update version to v2.0.0-rc2
Signed-off-by: Jérémie Galarneau <[email protected]> Change-Id: I4fcfc6d3e3ef76c16760b599101a8275a9827b28
1 parent 28fb42b commit 3db793e

File tree

2 files changed

+78
-1
lines changed

2 files changed

+78
-1
lines changed

ChangeLog

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,80 @@
1+
2019-11-01 babeltrace 2.0.0-rc2 (National Vinegar Day)
2+
* Cleanup: src.ctf.lttng-live: add missing `#include <stdint.h>`
3+
* Cleanup: src.ctf.lttng-live: remove usage of `bt_object`
4+
* lib: lib-logging.c: `Babeltrace library` -> `libbabeltrace2`
5+
* ctf: msg-iter.c: rename `notit` to `msg_it`
6+
* ctf: msg-iter.c: use `_APPEND_CAUSE` variants of logging macros
7+
* src.ctf.lttng-live: use `_APPEND_CAUSE` variants of logging macros
8+
* src.ctf.lttng-live: make `lttng_live_attach_session()` return status
9+
* src.ctf.lttng-live: make `lttng_live_get_one_metadata_packet()` return status
10+
* logging: ignore -Wundef in log.c
11+
* lib: Make `bt_version_get_*() return unsigned int
12+
* Rename `BT_RANGE_SET_` to `BT_INTEGER_RANGE_SET_`
13+
* bt2: validate parameters to _TraceClass.create_stream_class before creating the native object
14+
* tests: use assertRaisesRegex instead of assertRaises in test_stream_class.py
15+
* Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
16+
* lib: remove `BT_GRAPH_RUN_STATUS_END`
17+
* Cleanup: ctf: msg-iter.c: rename `ret` to `status`
18+
* Cleanup: ctf: remove duplicated logging statement
19+
* Cleanup: msg-iter.c: make `create_msg_*()` return msg
20+
* Cleanup: src.ctf.lttng-live: NULL check already done in `_is_canceled()` func
21+
* cli: Remove unnecessary NULL check in print_value_rec
22+
* source.ctf.lttng-live: clean-up: don't restart session iteration
23+
* source.ctf.lttng-live: clean-up: don't restart stream iteration
24+
* Fix: source.ctf.lttng-live: assertion on equal messages
25+
* Add compile_commands.json to .gitignore
26+
* Cleanup: src.ctf.lttng-live: coding style
27+
* Fix: add missing decoder-packetized-file-stream-to-buf.h
28+
* Fix -Wmissing-prototypes/-Wmissing-declarations warnings
29+
* ctf: Remove redundant declarations of lexer/parser functions
30+
* ctf-writer: Fix -Wredundant-decls warning
31+
* Fix: ctf-writer: field_type_common_has_known_id always returns true
32+
* Fix -Wshadow warnings
33+
* debug-info: fix one -Wnull-dereference warning
34+
* ctf: define yystrlen to strlen
35+
* ctf: Fix one -Wnull-dereference warning
36+
* ctf, ctf-writer: Fix -Wnull-dereference warnings
37+
* Fix -Wjump-misses-init warnings
38+
* Fix -Wmissing-include-dirs warnings
39+
* Fix -Wduplicated-cond warnings
40+
* black: run `black` version 19.10b0 on entire project
41+
* Fix: log.h: missing defines of `_ERRNO()` macros to `_UNUSED()`
42+
* Fix -Wsuggest-attribute warnings
43+
* Fix -Wstrict-prototypes warnings
44+
* configure: allow adding compiler-specific warning flags
45+
* Fix: tests: add cli/params/test_params to Makefile and fix it
46+
* Cleanup: babeltrace2-cfg-cli-args.c: coding style
47+
* Cleanup: usages of bt_value_array_borrow_element_by_index{,_const}()
48+
* Fix: usage of `bt_value_array_get_length()`
49+
* lib: make `bt_attributes_get_count()` return uint64_t
50+
* Use typeof instead of __auto_type
51+
* Fix: src.ctf.fs: free ds_file_info when add_ds_file_to_ds_file_group fails
52+
* Fix: define macros for logging levels
53+
* Tests: debug-info: compare output of `CompleteSrc`
54+
* Tests: debug-info: compare without `debug-info` component
55+
* debug-info: have `copy_*_content()` function return _STATUS
56+
* flt.lttng-utils.debug-info: add all SC and EC to output trace class ASAP
57+
* Fix: param-validation: remove memory leaks
58+
* Fix: shadowed variables
59+
* src.ctf.fs: append error causes in ctf_fs_file_open
60+
* lib: add _msg parameters to _ERRNO logging macros
61+
* lib: remove plugin's ABI version
62+
* Remove unused `src/lib/trace-ir/clock-snapshot-set.h`
63+
* lib: remove unused bt_graph_remove_unconnected_component()
64+
* Always evaluate BT_ASSERT(); add BT_ASSERT_DBG() for debug mode only
65+
* lib: remove includes from logging.h
66+
* bt2: make log functions clear error indicator
67+
* Fix: bt2: clear Python error indicator in trace and trace class destruction listeners
68+
* bt2: normalize the code to use some commonly used patterns
69+
* bt2: rename exception handling functions
70+
* src.ctf.fs: error out when failing to create index
71+
* bt2: Force usage of MapValue object on component init
72+
* Fix: consider index of all files for data stream groups with multiple files
73+
* Use assertRegex instead of assertRegexpMatches
74+
* Fix: src.ctf.fs: use BT_COMP_OR_COMP_CLASS_LOGE_APPEND_CAUSE when applicable
75+
* Cleanup: Dead assignments
76+
* Cleanup: flt.lttng-utils.debug-info: Dead assignment
77+
178
2019-10-17 babeltrace 2.0.0-rc1
279
* Fix: avoid double-free in build_index_from_idx_file
380
* Fix: ctf: query.c: Unchecked fclose() return value

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ AC_PREREQ([2.50])
2929
m4_define([bt_version_major], [2])
3030
m4_define([bt_version_minor], [0])
3131
m4_define([bt_version_patch], [0])
32-
m4_define([bt_version_extra], [-rc1])
32+
m4_define([bt_version_extra], [-rc2])
3333
m4_define([bt_version], bt_version_major[.]bt_version_minor[.]bt_version_patch[]bt_version_extra)
3434

3535
AC_INIT([babeltrace], bt_version, [jeremie dot galarneau at efficios dot com], [], [https://efficios.com/babeltrace/])

0 commit comments

Comments
 (0)