[feedgnuplot] 08/10: new release
Dima Kogan
dima at secretsauce.net
Sun Oct 29 21:09:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
dkogan pushed a commit to annotated tag debian/1.45-1
in repository feedgnuplot.
commit 9cc67cdaebb61782325149180553915a206381a6
Author: Dima Kogan <dima at secretsauce.net>
Date: Sun Oct 29 14:02:20 2017 -0700
new release
---
Changes | 15 +++++++++++++--
bin/feedgnuplot | 2 +-
2 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/Changes b/Changes
index 8605a73..ad0a948 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,14 @@
+feedgnuplot (1.45)
+
+ * zsh completion: --hardcopy, --image suggest filenames
+ * --image now produces a nicer legend: just the filename
+ * --curvestyle now overrides --curvestyleall
+ - This is a bug fix
+ * The version is now treated as a string not as a number
+ - So "1.40" is distinct from "1.4"
+
+ -- Dima Kogan <dima at secretsauce.net> Sun, 29 Oct 2017 13:56:28 -0700
+
feedgnuplot (1.44)
* --image draws its output beneath everything else
@@ -43,8 +54,8 @@ feedgnuplot (1.39)
feedgnuplot (1.38)
* hardcopy defaults:
- - no enhanced text mode
- - larger font size
+ - no enhanced text mode
+ - larger font size
-- Dima Kogan <dima at secretsauce.net> Wed, 27 Jul 2016 22:15:11 -0700
diff --git a/bin/feedgnuplot b/bin/feedgnuplot
index 0f39948..85baefe 100755
--- a/bin/feedgnuplot
+++ b/bin/feedgnuplot
@@ -16,7 +16,7 @@ use Pod::Usage;
use Time::Piece;
# Makefile.PL assumes this is in ''
-my $VERSION = '1.44';
+my $VERSION = '1.45';
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