Skip to content

Commit

Permalink
Version bump to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Aug 28, 2013
1 parent 01b7dbf commit 0450d27
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ runit Cookbook CHANGELOG
This file is used to list changes made in each version of the runit cookbook.


v1.2.0
------
### New Feature
- **[COOK-3243](https://tickets.opscode.com/browse/COOK-3243)** - Expose LSB init directory as a configurable

### Bug
- **[COOK-3182](https://tickets.opscode.com/browse/COOK-3182)** - Do not hardcode rpmbuild location

### Improvement
- **[COOK-3175](https://tickets.opscode.com/browse/COOK-3175)** - Add svlogd config file support
- **[COOK-3115](https://tickets.opscode.com/browse/COOK-3115)** - Add ability to install 'runit' package from Yum

v1.1.6
------
### Bug
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license "Apache 2.0"
description "Installs runit and provides runit_service definition"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.1.7"
version "1.2.0"

recipe "runit", "Installs and configures runit"

Expand Down

0 comments on commit 0450d27

Please sign in to comment.