From 238a0c19437c2210e443c78fa5f24ceb83faaab5 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sun, 1 Nov 2015 12:55:09 -0800 Subject: [PATCH] version bump --- Changes | 14 ++++++++++++++ bin/feedgnuplot | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index f3fa38b..89492d9 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,17 @@ +feedgnuplot (1.35) + + * replaced a 'say' with 'print'. Should work better with ancient perls + * an "exit" command now has effect even with triggered-only replotting + + * More sophisticated handling of termination conditions: + - Without --exit, we always end up with an interactive plot when the + input data is exhausted or when the user sends a ^C to the pipeline + - When streaming, the first ^C does not kill feedgnuplot + + * Removed threading + + -- Dima Kogan Sun, 01 Nov 2015 12:50:33 -0800 + feedgnuplot (1.34) * Fix for "Use of implicit split to @_ is deprecated". Thanks to Corey diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 1b0e010..c2d0ba8 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -14,7 +14,7 @@ use Text::ParseWords; # for shellwords use Pod::Usage; use Time::Piece; -my $VERSION = 1.34; +my $VERSION = 1.35; my %options; interpretCommandline();