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();