version bump

This commit is contained in:
Dima Kogan 2015-11-01 12:55:09 -08:00
parent 42a8218fbe
commit 238a0c1943
2 changed files with 15 additions and 1 deletions

14
Changes
View File

@ -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 <dima@secretsauce.net> Sun, 01 Nov 2015 12:50:33 -0800
feedgnuplot (1.34)
* Fix for "Use of implicit split to @_ is deprecated". Thanks to Corey

View File

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