Skip to content

Commit 523c4b4

Browse files
committed
Release 2.1.5
1 parent 1fd7f90 commit 523c4b4

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

ChangeLog

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
* Tue Jan 12 2016 Kristoffer Grönlund <kgronlund@suse.com> and many others
2+
- Release 2.1.5
3+
- medium: report: Try to load source as session if possible (bsc#927407)
4+
- medium: crm_gv: Wrap non-identifier names in quotes (bsc#931837)
5+
- medium: crm_gv: Improved quoting of non-identifier node names (bsc#931837)
6+
- medium: crm_pkg: Fix cluster init bug on RH-based systems
7+
- medium: hb_report: Collect logs from pacemaker.log
8+
- medium: constants: Add 'provides' meta attribute (bsc#936587)
9+
- high: parse: Add attributes to terminator set (bsc#940920)
10+
- Medium: cibconfig: skip sanity check for properties other than cib-bootstrap-options
11+
- medium: config: Add report_tool_options (bsc#917638)
12+
- low: main: Bash completion didn't handle sudo correctly
13+
- high: report: New detection to fix missing transitions (bnc#917131)
14+
- medium: report: Add pacemaker.log to find_node_log list (bsc#941734)
15+
- high: hb_report: Prefer pacemaker.log if it exists (bsc#941681)
16+
- high: report: Output format from pacemaker has changed (bsc#941681)
17+
- high: report: Update transition edge regexes (bsc#942906)
18+
- medium: report: Reintroduce empty transition pruning (bsc#943291)
19+
- medium: log_patterns: Remove reference to function name in log patterns (bsc#942906)
20+
- low: hb_report: Collect libqb version (bsc#943327)
21+
- high: parse: Fix crash when referencing score types by name (bsc#940194)
22+
- low: constants: Add meta attributes for remote nodes
23+
- low: ui_history: Swap from and to times if to < from
24+
- high: cibconfig: Do not fail on unknown pacemaker schemas (bsc#946893)
25+
- high: log_patterns_118: Update the correct set of log patterns (bsc#942906)
26+
- high: xmlutil: Order is significant in resource_set (bsc#955434)
27+
- high: cibconfig: Fix XML import bug for cloned groups (bsc#959895)
28+
129
* Wed May 13 2015 Kristoffer Grönlund <kgronlund@suse.com> and many others
230
- Release 2.1.4
331
- Medium: hb_report: use faster zypper interface if available

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.4],[users@clusterlabs.org])
24+
AC_INIT([crmsh],[2.1.5],[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.4
2+
:man version: 2.1.5
33
:man manual: crmsh documentation
44

55
crm(8)

0 commit comments

Comments
 (0)