changelog bump

This commit is contained in:
Dima Kogan 2013-10-20 01:18:20 -07:00
parent ee6b339978
commit 1dad122cb9
2 changed files with 9 additions and 3 deletions

10
Changes
View File

@ -1,4 +1,10 @@
feedgnuplot (1.25) unstable; urgency=low feedgnuplot (1.26)
* Minor POD fixes
-- Dima Kogan <dima@secretsauce.net> Sun, 20 Oct 2013 01:17:57 -0700
feedgnuplot (1.25)
* Added test suite * Added test suite
* Added initial support for --timefmt. Currently time/date data is * Added initial support for --timefmt. Currently time/date data is
@ -12,7 +18,7 @@ feedgnuplot (1.25) unstable; urgency=low
-- Dima Kogan <dima@secretsauce.net> Sun, 20 Oct 2013 00:09:36 -0700 -- Dima Kogan <dima@secretsauce.net> Sun, 20 Oct 2013 00:09:36 -0700
feedgnuplot (1.24) unstable; urgency=low feedgnuplot (1.24)
* Fixed regression in --monotonic. This works again now * Fixed regression in --monotonic. This works again now
* moved POD back into the main source file. This fixes the broken usage * moved POD back into the main source file. This fixes the broken usage

View File

@ -13,7 +13,7 @@ use Thread::Queue;
use Pod::Usage; use Pod::Usage;
use Time::Piece; use Time::Piece;
my $VERSION = 1.25; my $VERSION = 1.26;
my %options; my %options;
interpretCommandline(); interpretCommandline();