[feedgnuplot] 39/42: version bump

Dima Kogan dkogan-guest at alioth.debian.org
Sun Oct 20 08:04:10 UTC 2013


This is an automated email from the git hooks/post-receive script.

dkogan-guest pushed a commit to tag v1.25
in repository feedgnuplot.

commit d55e54c095da9aaeb111dc235561801b67e773d5
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sun Oct 20 00:14:22 2013 -0700

    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 <dima at secretsauce.net>  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();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feedgnuplot.git



More information about the debian-science-commits mailing list