Skip to content

Commit b99fd4a

Browse files
committed
Release 2.1.6
1 parent 2c69c85 commit b99fd4a

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

ChangeLog

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
* Thu Apr 28 2016 Kristoffer Grönlund <kgronlund@suse.com> and many others
2+
- Release 2.1.6
3+
- medium: report: Handle multiple spaces in syslog timestamp (#129)
4+
- low: parse: Don't validate operation name in parser (bsc#975357)
5+
- medium: ui_node: Fix "crm node fence" (bsc#974902) (#134)
6+
- low: report: add information about booth
7+
- medium: hb_report: Add timeout to SSH connection (bsc#971690)
8+
- low: hb_report: Suggest user checks timeframe on empty logs (bsc#970823)
9+
- medium: hb_report: Use server attribute for remote nodes if set (bsc#970819)
10+
- low: hb_report: Warn if generated report is empty (bsc#970823)
11+
- dev: hb_report: Specify log output format of journalctl
12+
- low: hb_report: Print covered time span at exit (bsc#970823)
13+
- medium: ui_node: Use stonith_admin -F to fence remote nodes (bsc#967907)
14+
- high: hb_report: Always prefer syslog if available (bsc#942906)
15+
- high: history: Parse log lines without timestamp (bsc#955581)
16+
- medium: history: Fix live report refresh (bsc#950422) (bsc#927414)
17+
- medium: utils: Fix python 2.6 compatibility
18+
- high: utils: Revised time zone handling (bsc#951759)
19+
- dev: report: Remove unused variable
20+
- high: report: Fix syslog parser regexps (bsc#951759)
21+
- medium: report: Make transitions without end stretch to 2525
22+
- dev: report: Minor refactoring
23+
- high: utils: Handle time zones in parse_time (bsc#949511)
24+
- dev: report: clearer variable names
25+
- low: clidisplay: Avoid crash when colorizing None
26+
- low: hb_report: Drop function from event patterns
27+
- medium: hb_report: Remove reference to function name in event patterns (bsc#942906)
28+
- test: Update crm_shadow use in regression tests
29+
- medium: ui_cib: Call crm_shadow in batch mode to avoid spawning subshell (bsc#961392)
30+
131
* Tue Jan 12 2016 Kristoffer Grönlund <kgronlund@suse.com> and many others
232
- Release 2.1.5
333
- medium: report: Try to load source as session if possible (bsc#927407)

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dnl checks for compiler characteristics
2121
dnl checks for library functions
2222
dnl checks for system services
2323

24-
AC_INIT([crmsh],[2.1.5],[users@clusterlabs.org])
24+
AC_INIT([crmsh],[2.1.6],[users@clusterlabs.org])
2525

2626
AC_ARG_WITH(version,
2727
[ --with-version=version Override package version (if you're a packager needing to pretend) ],

doc/crm.8.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:man source: crm
2-
:man version: 2.1.5
2+
:man version: 2.1.6
33
:man manual: crmsh documentation
44

55
crm(8)

0 commit comments

Comments
 (0)