Skip to content

Commit

Permalink
Merge pull request choria-legacy#177 from richardc/MCO-231-release_notes
Browse files Browse the repository at this point in the history
MCO-231 update release notes and changelog for 2.5.0-rc1
  • Loading branch information
ploubser committed Apr 10, 2014
2 parents 63e7970 + d9cb38a commit 0112961
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
11 changes: 10 additions & 1 deletion website/changelog.md
Expand Up @@ -4,10 +4,19 @@ title: Changelog
toc: false
---

## Version 2.4.x
## Version 2.5.x

|Date|Description|Ticket|
|----|-----------|------|
|2014/04/10|Release *2.5.0-rc1*|MCO-226|
|2014/04/10|Refactor the runner class|MCO-221|
|2014/04/04|Update rubygems requirement to 1.3.7 or greater|MCO-188|
|2014/04/02|Move exception classes from lib/mcollective.rb to lib/mcollective/exceptions.rb|MCO-215|
|2014/03/26|Plugin plugin - add dist macro to Release field|MCOP-17|
|2014/03/12|Implements exponential back-off at the connector level|MCO-192|
|2014/02/28|Log reciept and contents of non-MESSAGE STOMP frames|MCO-191|
|2014/02/25|Connectors should not suggest STOMP 1.1 heartbeats if the gem cannot support them|MCO-198|
|2014/02/13|Remove Fedora 18 from build targets|MCO-166|
|2014/02/10|*Release 2.4.1*|MCO-180|
|2014/02/10|Remove reference to package iteration in #package_information|MCO-179|
|2014/02/07|Update documentation to note that `plugin.rabbitmq.use_reply_exchange` should work from 2.4.1|MCO-174|
Expand Down
34 changes: 34 additions & 0 deletions website/releasenotes.md
Expand Up @@ -8,6 +8,40 @@ This is a list of release notes for various releases, you should review these
before upgrading as any potential problems and backward incompatible changes
will be highlighted here.

<a name="2_5_0-rc1">&nbsp;</a>

2.5.0 Release candiate cycle started on 2014/04/10

## 2.5.0-rc1 - 2014/04/10

### New Features and Improvements

* MCollective should generally fail less problematically when dealing with middleware problems
* Added a new `soft_shutdown` option to allow agents to complete or timeout before exiting the daemon

As part of the improvements we've made to connectors and their interaction
with the middleware, we've made a few changes that under semver need us to
bump the version number to 2.5.0.

### The `soft_shutdown` option

To make use of the new `soft_shutdown` feature add the following to your server.cfg

soft_shutdown = true

### Changes since 2.4.1

|Date|Description|Ticket|
|----|-----------|------|
|2014/04/10|Refactor the runner class|MCO-221|
|2014/04/04|Update rubygems requirement to 1.3.7 or greater|MCO-188|
|2014/04/02|Move exception classes from lib/mcollective.rb to lib/mcollective/exceptions.rb|MCO-215|
|2014/03/26|Plugin plugin - add dist macro to Release field|MCOP-17|
|2014/03/12|Implements exponential back-off at the connector level|MCO-192|
|2014/02/28|Log reciept and contents of non-MESSAGE STOMP frames|MCO-191|
|2014/02/25|Connectors should not suggest STOMP 1.1 heartbeats if the gem cannot support them|MCO-198|


<a name="2_4_1">&nbsp;</a>

## 2.4.1 - 2014/02/10
Expand Down

0 comments on commit 0112961

Please sign in to comment.