2013-12-05 13:16:48 +08:00
|
|
|
feedgnuplot (1.29) unstable; urgency=low
|
|
|
|
|
|
|
|
* added CPAN meta-data to require IPC::Run at build time
|
|
|
|
|
|
|
|
-- Dima Kogan <dima@secretsauce.net> Wed, 04 Dec 2013 21:12:40 -0800
|
|
|
|
|
2013-12-04 18:01:19 +08:00
|
|
|
feedgnuplot (1.28)
|
|
|
|
|
|
|
|
* Minor POD update
|
|
|
|
|
|
|
|
-- Dima Kogan <dima@secretsauce.net> Wed, 04 Dec 2013 02:01:05 -0800
|
|
|
|
|
2013-12-04 15:38:18 +08:00
|
|
|
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 <dima@secretsauce.net> Tue, 03 Dec 2013 23:37:40 -0800
|
|
|
|
|
2013-10-20 16:18:20 +08:00
|
|
|
feedgnuplot (1.26)
|
|
|
|
|
|
|
|
* Minor POD fixes
|
|
|
|
|
|
|
|
-- Dima Kogan <dima@secretsauce.net> Sun, 20 Oct 2013 01:17:57 -0700
|
|
|
|
|
|
|
|
feedgnuplot (1.25)
|
2013-10-20 15:14:22 +08:00
|
|
|
|
|
|
|
* Added test suite
|
|
|
|
* Added initial support for --timefmt. Currently time/date data is
|
|
|
|
supported only at the x-axis domain
|
|
|
|
* Added --exit option for force feedgnuplot to return even if gnuplot
|
|
|
|
may not yet be done rendering (patch by Eric Schulte)
|
|
|
|
* Reformatted the documentation
|
|
|
|
* y2-axis curves no longer have a thicker line by default
|
|
|
|
* --hardcopy now handles piped output (gnuplot 'set output |process'
|
|
|
|
syntax)
|
|
|
|
|
|
|
|
-- Dima Kogan <dima@secretsauce.net> Sun, 20 Oct 2013 00:09:36 -0700
|
|
|
|
|
2013-10-20 16:18:20 +08:00
|
|
|
feedgnuplot (1.24)
|
2013-02-08 17:54:02 +08:00
|
|
|
|
|
|
|
* Fixed regression in --monotonic. This works again now
|
|
|
|
* moved POD back into the main source file. This fixes the broken usage
|
|
|
|
messages
|
|
|
|
* added --version
|
|
|
|
|
|
|
|
-- Dima Kogan <dima@secretsauce.net> Fri, 08 Feb 2013 01:53:47 -0800
|
|
|
|
|
2012-09-30 07:31:48 +08:00
|
|
|
feedgnuplot (1.23)
|
|
|
|
|
|
|
|
* --extracmds no longer accepts comma-separated lists
|
|
|
|
This was needed because a command can have a comma
|
|
|
|
* --curvestyle no longer adds on top of --curvestyleall
|
|
|
|
|
|
|
|
-- Dima Kogan <dima@secretsauce.net> Sat, 29 Sep 2012 16:29:38 -0700
|
|
|
|
|
2012-09-12 02:15:47 +08:00
|
|
|
feedgnuplot (1.22)
|
|
|
|
|
|
|
|
* removed --size option
|
|
|
|
|
|
|
|
-- Dima Kogan <dima@secretsauce.net> Mon, 03 Sep 2012 08:33:26 -0700
|
|
|
|
|
|
|
|
feedgnuplot (1.21)
|
|
|
|
|
|
|
|
* removed the POD from the script to its own file
|
|
|
|
* fixed regression to allow no given extracmds, histogram or y2
|
|
|
|
options
|
|
|
|
|
|
|
|
-- Dima Kogan <dima@secretsauce.net> Sun, 02 Sep 2012 23:52:21 -0700
|
|
|
|
|
|
|
|
feedgnuplot (1.20)
|
|
|
|
|
|
|
|
* no longer hardcoding 'x11' as the default terminal
|
|
|
|
* added histogram support
|
|
|
|
* generic terminals can now be requested
|
|
|
|
* --extracmds, --histogram, --y2 can now take comma-separated lists
|
|
|
|
|
|
|
|
-- Dima Kogan <dima@secretsauce.net> Fri, 31 Aug 2012 01:35:50 -0700
|
|
|
|
|
|
|
|
feedgnuplot (1.19)
|
|
|
|
|
|
|
|
* added --geometry option to specify plot dimensions
|
|
|
|
|
|
|
|
-- Dima Kogan <dima@secretsauce.net> Sat, 11 Feb 2012 21:04:42 -0800
|
|
|
|
|
|
|
|
feedgnuplot (1.18)
|
|
|
|
|
|
|
|
* data-ids can now include characters such as -. Any non-whitespace
|
|
|
|
works
|
|
|
|
|
|
|
|
-- Dima Kogan <dima@secretsauce.net> Tue, 27 Dec 2011 16:47:36 -0800
|
|
|
|
|
|
|
|
feedgnuplot (1.17)
|
|
|
|
|
|
|
|
[ Dima Kogan ]
|
|
|
|
* POD: removed -Winteractive, since this was apparently a mawk-ism
|
|
|
|
* added zsh and bash completions
|
|
|
|
|
|
|
|
[ Hermann Schwarting ]
|
|
|
|
* add build dependency libtest-script-run-perl
|
|
|
|
|
|
|
|
-- Dima Kogan <dima@secretsauce.net> Sun, 20 Nov 2011 19:17:22 -0800
|
|
|
|
|
|
|
|
feedgnuplot (1.16)
|
|
|
|
|
|
|
|
* Some POD fixes
|
|
|
|
|
|
|
|
-- Dima Kogan <dima@secretsauce.net> Fri, 11 Nov 2011 00:10:18 -0800
|
|
|
|
|
|
|
|
feedgnuplot (1.15)
|
|
|
|
|
|
|
|
* Renamed main script from feedGnuplot to feedgnuplot
|
|
|
|
|
|
|
|
-- Dima Kogan <dima@secretsauce.net> Sun, 16 Oct 2011 11:58:15 -0700
|
|
|
|
|
|
|
|
feedgnuplot (1.14)
|
|
|
|
|
|
|
|
* added 'clear' command, documented commands
|
|
|
|
|
|
|
|
-- Dima Kogan <dima@secretsauce.net> Sun, 22 May 2011 15:25:28 -0700
|
|
|
|
|
|
|
|
feedgnuplot (1.13)
|
|
|
|
|
|
|
|
* Better streaming plot control
|
|
|
|
|
|
|
|
-- Dima Kogan <dima@secretsauce.net> Tue, 26 Apr 2011 14:24:09 -0700
|