Skip to content

Commit 6d91260

Browse files
committed
Release 2.2.1
1 parent 1184148 commit 6d91260

File tree

3 files changed

+62
-2
lines changed

3 files changed

+62
-2
lines changed

ChangeLog

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,63 @@
1+
* Thu Apr 28 2016 Kristoffer Gronlund <[email protected]> and many others
2+
- Release 2.2.1
3+
- medium: ui_node: Fix crash in node fence command (bsc#974902)
4+
- low: parse: Don't validate operation name in parser (bsc#975357)
5+
- low: constants: Add missing reload operation to parser
6+
- medium: ui_node: Fix "crm node fence" (bsc#974902) (#134)
7+
- low: corosync: Recycle node IDs when possible
8+
- low: scripts: Only print debug output locally unless there were remote actions
9+
- low: cibconfig: Don't mix up CLI name with XML tag
10+
- low: parser: ignore case for attr: prefix
11+
- medium: scripts: Use os.uname() to find hostname (#128)
12+
- low: history: Don't skip nodes without logs
13+
- low: logparser: Don't crash on nodes without logs
14+
- low: report: if present, use the subsecond part from syslog timestamps
15+
- low: report: add information about booth
16+
- low: history: update the syslog format matching
17+
- low: scripts: Need sudo if non-local call
18+
- medium: hb_report: Add timeout to SSH connection (bsc#971690)
19+
- low: scripts: Clean up various scripts
20+
- medium: main: Add -o|--opt to pass extra options for crmsh
21+
- low: command: handle stray regex characters in input
22+
- low: doc: make history example consistent with timeframe deprecation
23+
- medium: scripts: Don't require sudo for root
24+
- medium: scripts: inline scripts for call actions
25+
- medium: scripts: Simplify SBD script (bsc#968076) (fate#318320)
26+
- low: logparser: Add cib info to __meta for hawk
27+
- low: hb_report: Suggest user checks timeframe on empty logs (bsc#970823)
28+
- medium: hb_report: Use server attribute for remote nodes if set (bsc#970819)
29+
- high: history: Faster log parsing (bsc#920278)
30+
- low: log_patterns_118: Add captures to log patterns for tagging (bsc#970278)
31+
- medium: crm_pssh: Fix live refresh of journalctl logs (bsc#970931)
32+
- low: hb_report: Warn if generated report is empty (bsc#970823)
33+
- low: hb_report: Print covered time span at exit (bsc#970823)
34+
- low: logtime: Improve performance of syslog_ts (bsc#970278)
35+
- low: scripts: Fix error in service action
36+
- low: history: use os.listdir to list history sessions
37+
- medium: ui_node: Use stonith_admin -F to fence remote nodes (bsc#967907)
38+
- low: ui_node: Less cryptic query when fencing node
39+
- low: config: Messed up previous fix (#119)
40+
- low: config: Clean up libdir configuration (#119)
41+
- medium: config: make multiarch dependency a dynamic include (#119)
42+
- high: ui_configure: Fix commit force (#120)
43+
- medium: config: add multiarch support for libdir
44+
- Makefile.am: do not remove generated docs
45+
- medium: hb_report: Don't collect logs on non-nodes (bsc#959031)
46+
- medium: ui_configure: Only wait for DC if resources were stopped (#117)
47+
- low: Fix title style vs. sentence style in cluster scripts (bsc#892108)
48+
- medium: command: Disable fuzzy matcher for completion (#116)
49+
- Remove fix for Debian
50+
- Remove AM_CONDITIONAL for UNAME_IS_DEBIAN
51+
- medium: corosync: added optional parameter [name] to "corosync add-node" function
52+
- added the "push" method to the "configure load" command which will remove any configuration lines that are not given in the cib/xml configuration file to import
53+
- medium: constants: clone-min meta attribute (new in Pacemaker 1.1.14)
54+
- Low: maintenance: allow action to be forced
55+
- Medium: history: update patterns for resource (new lrmd)
56+
- medium: scripts: Updated SBD cluster script
57+
- high: scripts: fix broken cluster init script (bsc#963135)
58+
- high: scripts: Improved OCFS2 cluster script (bsc#953984)
59+
- high: history: Parse log lines without timestamp (bsc#955581)
60+
161
* Fri Jan 15 2016 Kristoffer Grönlund <[email protected]> and many others
262
- Release 2.2.0
363
- medium: history: Fix live report refresh (bsc#950422) (bsc#927414)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dnl License: GNU General Public License (GPL)
88

99
AC_PREREQ([2.53])
1010

11-
AC_INIT([crmsh],[2.2.0],[[email protected]])
11+
AC_INIT([crmsh],[2.2.1],[[email protected]])
1212

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

doc/crm.8.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:man source: crm
2-
:man version: 2.2.0
2+
:man version: 2.2.1
33
:man manual: crmsh documentation
44

55
crm(8)

0 commit comments

Comments
 (0)