Skip to content

Commit

Permalink
0.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisani committed Oct 19, 2017
1 parent 1a96ceb commit 734da23
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.17 (20171019)

- improve logic for dropping privileges to ensure coverage for tail process
Brian De Wolf <bldewolf@csupomona.edu>

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tenshi 0.16
tenshi 0.17
Copyright 2004-2017 Andrea Barisani <andrea@inversepath.com>

Permission to use, copy, modify, and distribute this software for any
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Noddy Makefile for dist
# $Id$

VERSION = 0.16
VERSION = 0.17

bindir = /usr/sbin
sysconfdir = /etc
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tenshi
======

tenshi 0.16 README
tenshi 0.17 README
Copyright 2004-2017 Andrea Barisani <andrea@inversepath.com>

Introduction
Expand Down
4 changes: 2 additions & 2 deletions tenshi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
# tenshi 0.16 2017/08/17
# tenshi 0.17 2017/10/19
# Copyright 2004-2017 Andrea Barisani <andrea@inversepath.com>
#
# Permission to use, copy, modify, and distribute this software for any
Expand Down Expand Up @@ -31,7 +31,7 @@ setlocale(LC_TIME, "C");
File::Temp->safe_level(File::Temp::HIGH);
$Term::ANSIColor::AUTORESET = 1;

my $version = '0.16';
my $version = '0.17';

my %opts;
GetOptions('configuration=s' => \$opts{'c'}, 'Check' => \$opts{'C'},
Expand Down
2 changes: 1 addition & 1 deletion tenshi.8
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\" LP paragraph
.\" IP indented paragraph
.\" TP hanging label
.TH "tenshi" 8 "17 Aug 2017" "version 0.16"
.TH "tenshi" 8 "19 Oct 2017" "version 0.17"
.SH NAME
tenshi - Log Monitoring and Reporting tool
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion tenshi.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
## tenshi 0.16 sample conf
## tenshi 0.17 sample conf
##

# general settings
Expand Down

0 comments on commit 734da23

Please sign in to comment.