Skip to content

Commit

Permalink
0.18 release
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisani committed Jun 9, 2023
1 parent dd48bb3 commit 76e6f63
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
- make `logfile` a dynamic option
0.18 (20230609)

- add tail_missing option to monitor log files which do not exist yet
- make logfile a dynamic option

0.17 (20171019)

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.17
tenshi 0.18
Copyright (c) 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.17
VERSION = 0.18

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.17 README
tenshi 0.18 README
Copyright (c) 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.17 2017/10/19
# tenshi 0.18 2017/10/19
# Copyright (c) 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.17';
my $version = '0.18';

my %opts;
GetOptions('configuration=s' => \$opts{'c'}, 'Check' => \$opts{'C'},
Expand Down

0 comments on commit 76e6f63

Please sign in to comment.