Skip to content

Commit

Permalink
Merge pull request #200 from rackerlabs/development
Browse files Browse the repository at this point in the history
Release 2.0.1
  • Loading branch information
tonyskapunk authored Feb 5, 2019
2 parents 40afd25 + 5216732 commit 4ceb5be
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.

## [Unreleased] -

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

## [2.0.0] - 2018-01-22
- Add plugin support [(#155)][155].
- Split recap functionality between core functions and plugins.
Expand Down Expand Up @@ -207,6 +210,8 @@ 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
[195]: https://github.com/rackerlabs/recap/issues/195
[198]: https://github.com/rackerlabs/recap/issues/198

<!---
# One-liners to help generate content for CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ uninstall: uninstall-base uninstall-man uninstall-doc uninstall-$(type)

install-base:
@echo "Installing scripts..."
@sed -i.orig 's|^\s*\(declare\s\+-r\s\+LIBDIR=\).*$$|\1"$(DESTDIR)$(LIBDIR)/recap"|' src/recap
@sed -i.orig 's|^\s*\(declare\s\+-r\s\+LIBDIR=\).*$$|\1"$(LIBDIR)/recap"|' src/recap
@install -Dm0755 src/recap $(DESTDIR)$(BINDIR)/recap
@install -Dm0755 src/recaplog $(DESTDIR)$(BINDIR)/recaplog
@install -Dm0755 src/recaptool $(DESTDIR)$(BINDIR)/recaptool
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.0'
declare -r _VERSION='2.0.1'

## 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.0'
declare -r _VERSION='2.0.1'

## 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.0'
declare -r _VERSION='2.0.1'

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

0 comments on commit 4ceb5be

Please sign in to comment.