From d55e54c095da9aaeb111dc235561801b67e773d5 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sun, 20 Oct 2013 00:14:22 -0700 Subject: [PATCH] version bump --- Changes | 14 ++++++++++++++ bin/feedgnuplot | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index eba3ab1..491dfd7 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,17 @@ +feedgnuplot (1.25) unstable; urgency=low + + * Added test suite + * Added initial support for --timefmt. Currently time/date data is + supported only at the x-axis domain + * Added --exit option for force feedgnuplot to return even if gnuplot + may not yet be done rendering (patch by Eric Schulte) + * Reformatted the documentation + * y2-axis curves no longer have a thicker line by default + * --hardcopy now handles piped output (gnuplot 'set output |process' + syntax) + + -- Dima Kogan Sun, 20 Oct 2013 00:09:36 -0700 + feedgnuplot (1.24) unstable; urgency=low * Fixed regression in --monotonic. This works again now diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 975d9e6..3616f5c 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -13,7 +13,7 @@ use Thread::Queue; use Pod::Usage; use Time::Piece; -my $VERSION = 1.24; +my $VERSION = 1.25; my %options; interpretCommandline();