Compare commits

..

2 Commits
v1.46 ... v1.47

Author SHA1 Message Date
Dima Kogan
e8f9e09090 version bump 2018-02-23 10:21:29 -08:00
Dima Kogan
9df57fb65f fixed typo 2018-02-23 10:20:44 -08:00
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
feedgnuplot (1.47)
* Fixed typo. Everything is un-broken now
-- Dima Kogan <dima@secretsauce.net> Fri, 23 Feb 2018 10:21:13 -0800
feedgnuplot (1.46) feedgnuplot (1.46)
* Added --tuplesize and --tuplesizeall as alternatives to --rangesize * Added --tuplesize and --tuplesizeall as alternatives to --rangesize

View File

@@ -16,7 +16,7 @@ use Pod::Usage;
use Time::Piece; use Time::Piece;
# Makefile.PL assumes this is in '' # Makefile.PL assumes this is in ''
my $VERSION = '1.46'; my $VERSION = '1.47';
my %options; my %options;
interpretCommandline(); interpretCommandline();
@@ -925,7 +925,7 @@ sub mainThread
} }
elsif($options{vnlog} ) elsif($options{vnlog} )
{ {
if( $icurve >= @vnlog_headers ) if( $i_curve >= @vnlog_headers )
{ {
# Got more columns than vnlog headers. The data is probably # Got more columns than vnlog headers. The data is probably
# bogus, but I don't want to barf at the user, so I silently # bogus, but I don't want to barf at the user, so I silently