diff --git a/Changes b/Changes index 58503c5..67a1db4 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,11 @@ +feedgnuplot (1.27) + + * Disabled tests that can fail on some arches (can be re-enabled with + environment variable) + * Removed sample debianization; this program is now in Debian proper + + -- Dima Kogan Tue, 03 Dec 2013 23:37:40 -0800 + feedgnuplot (1.26) * Minor POD fixes diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 94c9912..daf2d6a 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -13,7 +13,7 @@ use Thread::Queue; use Pod::Usage; use Time::Piece; -my $VERSION = 1.26; +my $VERSION = 1.27; my %options; interpretCommandline();