[feedgnuplot] 09/18: version bump

Dima Kogan dima at secretsauce.net
Fri Nov 13 19:17:27 UTC 2015


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

dkogan-guest pushed a commit to branch debian
in repository feedgnuplot.

commit 238a0c19437c2210e443c78fa5f24ceb83faaab5
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sun Nov 1 12:55:09 2015 -0800

    version bump
---
 Changes         | 14 ++++++++++++++
 bin/feedgnuplot |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

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

-- 
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