-
Notifications
You must be signed in to change notification settings - Fork 341
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelogs and version strings
- Loading branch information
Showing
3 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
|
||
* Fri Mar 08 2013 Andrew Beekhof <[email protected]> Pacemaker-1.1.9-1 | ||
- Update source tarball to revision: 2f2d2db | ||
- Update source tarball to revision: 7e42d77 | ||
- Statistics: | ||
Changesets: 712 | ||
Diff: 1298 files changed, 92548 insertions(+), 57427 deletions(-) | ||
Changesets: 731 | ||
Diff: 1301 files changed, 92909 insertions(+), 57455 deletions(-) | ||
|
||
- Features added in Pacemaker-1.1.9 | ||
+ corosync: Allow cman and corosync 2.0 nodes to use a name other than uname() | ||
+ corosync: Use queues to avoid blocking when sending CPG messages | ||
+ Drop per-user core directories | ||
+ ipc: Compress messages that exceed the configured IPC message limit | ||
+ ipc: Use queues to prevent slow clients from blocking the server | ||
+ ipc: Use shared memory by default | ||
|
@@ -33,7 +31,7 @@ | |
+ cluster: Preserve corosync membership state when matching node name/id entries | ||
+ cman: Force fenced to terminate on shutdown | ||
+ cman: Ignore qdisk 'nodes' | ||
+ core: Provide a sane default for the compression target in crm_compress_string() | ||
+ core: Drop per-user core directories | ||
+ corosync: Avoid errors when closing failed connections | ||
+ corosync: Ensure peer state is preserved when matching names to nodeids | ||
+ corosync: Clean up CMAP connections after querying node name | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ dnl checks for compiler characteristics | |
dnl checks for library functions | ||
dnl checks for system services | ||
|
||
AC_INIT(pacemaker, 1.1.8, [email protected],,http://www.clusterlabs.org) | ||
AC_INIT(pacemaker, 1.1.9, [email protected],,http://www.clusterlabs.org) | ||
CRM_DTD_VERSION="1.2" | ||
|
||
PCMK_FEATURES="" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -581,8 +581,20 @@ fi | |
|
||
%changelog | ||
|
||
* Wed Jun 20 2012 Andrew Beekhof <[email protected]> Pacemaker-1.1.8-0.1 | ||
- 1.1.8 pre-releases | ||
* Fri Mar 08 2013 Andrew Beekhof <[email protected]> Pacemaker-1.1.9-1 | ||
- Update source tarball to revision: 7e42d77 | ||
- Statistics: | ||
Changesets: 731 | ||
Diff: 1301 files changed, 92909 insertions(+), 57455 deletions(-) | ||
- See included ChangeLog file or https://github.com/ClusterLabs/pacemaker/blob/master/ChangeLog for details | ||
|
||
* Thu Sep 20 2012 Andrew Beekhof <[email protected]> Pacemaker-1.1.8-1 | ||
- Update source tarball to revision: 1a5341f | ||
- Statistics: | ||
Changesets: 1019 | ||
Diff: 2107 files changed, 117258 insertions(+), 73606 deletions(-) | ||
- See included ChangeLog file or https://github.com/ClusterLabs/pacemaker/blob/master/ChangeLog for details | ||
|
||
|
||
* Wed Mar 28 2012 Andrew Beekhof <[email protected]> Pacemaker-1.1.7-1 | ||
- Update source tarball to revision: bc7ff2c | ||
|