diff --git a/Changes b/Changes index 0cfcce4..37b4d17 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for feedGnuplot +1.09 2011/04/03 + Better square aspect ratio support, minor POD updates and bug + fixes + 1.08 2011/02/06 No more dependency on List::MoreUtils. Stock perl install is now sufficient diff --git a/bin/feedGnuplot b/bin/feedGnuplot index 015191d..df2be06 100755 --- a/bin/feedGnuplot +++ b/bin/feedGnuplot @@ -12,7 +12,7 @@ use Thread::Queue; -our $VERSION = '1.08'; +our $VERSION = '1.09'; my %options; interpretCommandline(\%options); diff --git a/debian/changelog b/debian/changelog index e04d362..fc02923 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +feedgnuplot (1.09-1) unstable; urgency=low + + * New upstream release + + -- Dima Kogan Sun, 03 Apr 2011 17:23:38 -0700 + feedgnuplot (1.08-1) unstable; urgency=low * Initial debianized release.