Skip to content

Commit

Permalink
Merge pull request #214 from tonyskapunk/rel_210
Browse files Browse the repository at this point in the history
Release 2.1.0
  • Loading branch information
tonyskapunk authored Apr 12, 2019
2 parents 5707280 + ad4ec0d commit de8a894
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@ All notable changes to this project will be documented in this file.

## [Unreleased] -

## [2.0.2] - 2018-02-25
## [2.1.0] - 2019-04-12
- Remove signal `17` in `recaplog` [(#208)][208]
- Use posix for better regex support in el6 [(#207)][207]
- Fix hostname definition [(#213)][213]
- Add system lock plugin [(#189)][189]

## [2.0.2] - 2019-02-25
- Dynamically find CPU field to sort top CPU report [(#203)][203]

## [2.0.1] - 2018-02-05
## [2.0.1] - 2019-02-05
- Fix bug related to DESTDIR included in recap script [(#195)][195] [(#198)][198].

## [2.0.0] - 2018-01-22
## [2.0.0] - 2019-01-22
- Add plugin support [(#155)][155].
- Split recap functionality between core functions and plugins.
- Plugins are not enabled by default on this version.
Expand Down Expand Up @@ -213,9 +219,13 @@ All notable changes to this project will be documented in this file.
[170]: https://github.com/rackerlabs/recap/issues/170
[174]: https://github.com/rackerlabs/recap/issues/174
[175]: https://github.com/rackerlabs/recap/issues/175
[189]: https://github.com/rackerlabs/recap/issues/189
[195]: https://github.com/rackerlabs/recap/issues/195
[198]: https://github.com/rackerlabs/recap/issues/198
[203]: https://github.com/rackerlabs/recap/issues/203
[207]: https://github.com/rackerlabs/recap/issues/207
[208]: https://github.com/rackerlabs/recap/issues/208
[213]: https://github.com/rackerlabs/recap/pull/213

<!---
# One-liners to help generate content for CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion src/recap
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#~

## Version
declare -r _VERSION='2.0.2'
declare -r _VERSION='2.1.0'

## Default settings(can *NOT* be overridden in config file)
declare -r DATE=$( date +%F_%T )
Expand Down
2 changes: 1 addition & 1 deletion src/recaplog
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#~

## Version
declare -r _VERSION='2.0.2'
declare -r _VERSION='2.1.0'

## Default settings
PATH=/bin:/usr/bin:/sbin:/usr/sbin
Expand Down
2 changes: 1 addition & 1 deletion src/recaptool
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#~

## Version
declare -r _VERSION='2.0.2'
declare -r _VERSION='2.1.0'

## Default settings
BASEDIR="/var/log/recap"
Expand Down

0 comments on commit de8a894

Please sign in to comment.