mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
changelog bump
This commit is contained in:
parent
ee6b339978
commit
1dad122cb9
10
Changes
10
Changes
@ -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
|
||||||
|
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user