From fd5e5992f47f5a7d41143e4839f69042a0904067 Mon Sep 17 00:00:00 2001 From: Carl George Date: Wed, 4 May 2016 15:54:35 -0500 Subject: [PATCH] 0.9.13 --- CHANGELOG | 3 +++ src/recap | 2 -- src/recaplog | 2 -- util/packaging/rpm/recap.spec | 6 +++++- util/recap-installer | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fddc694..0461266 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -61,3 +61,6 @@ -Fix #41 (add sysstat and iotop to dependencies) -Fix #49 (reorg and Makefile) -Fix #51 (typo on recaptool suffix path on log files) +0.9.13 + -Fix #52 recaptool globbing + -Fix #54 install recaplog man page diff --git a/src/recap b/src/recap index a412df6..dcf0676 100755 --- a/src/recap +++ b/src/recap @@ -24,8 +24,6 @@ # Define the default environment for recap # DO NOT change these values here, user-modifiable options can be tweaked through # /etc/recap -# -# Version: 0.9.12 ##################################### ######### BASIC ENVIRONMENT ######### diff --git a/src/recaplog b/src/recaplog index c07a55c..bacf4b9 100755 --- a/src/recaplog +++ b/src/recaplog @@ -20,8 +20,6 @@ # Define the default environment for recap # DO NOT change these values here, user-modifiable options can be tweaked through # /etc/recap -# -# Version: 0.9.12 ############################### ########## CONSTANTS ########## diff --git a/util/packaging/rpm/recap.spec b/util/packaging/rpm/recap.spec index 06e83be..5276da0 100644 --- a/util/packaging/rpm/recap.spec +++ b/util/packaging/rpm/recap.spec @@ -1,5 +1,5 @@ Name: recap -Version: 0.9.12 +Version: 0.9.13 Release: 1.rs%{?dist} Summary: System status reporting Group: Applications/System @@ -72,6 +72,10 @@ echo "Edit /etc/cron.d/recap to change cron execution." %changelog +* Wed May 04 2016 Carl George - 0.9.13-1.rs +- Latest version +- Install recaplog man page + * Fri Apr 22 2016 Carl George - 0.9.12-1.rs - Latest version - Use Makefile to install diff --git a/util/recap-installer b/util/recap-installer index 2ed045a..eea7332 100755 --- a/util/recap-installer +++ b/util/recap-installer @@ -20,7 +20,7 @@ # Force the shell to exit immediately if something goes wrong set -e -VERSION="0.9.12" +VERSION="0.9.13" LOGDIR="/var/log" MANPATH="/usr/share/man" SBINDIR="/usr/sbin"