Accepting request 297240 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/297240
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Chart-Gnuplot?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2015-04-16 17:30:05 +00:00
committed by Git OBS Bridge
parent 30cd6ec2b8
commit 0c02c00859
6 changed files with 156 additions and 46 deletions

View File

@@ -1,3 +1,74 @@
-------------------------------------------------------------------
Thu Apr 16 17:23:55 UTC 2015 - coolo@suse.com
- updated to 0.23
see /usr/share/doc/packages/perl-Chart-Gnuplot/Changes
0.23
- CHG update copyright session of POD
- FIX testsuite for axis tics
0.22
- NEW support "layer" option in drawing arbitrary lines, arrows, borders,
grid, and adding labels
- NEW support manually-specified range for tic location
(Thanks to Paul Evans)
0.21
- FIX the persistance of label and arrow over plots in multiplot
(Thanks to Dave Lee)
- FIX repeatedly unset and set logscale in multiplot
(Thanks to Dave Lee)
- FIX the persistance of shape (circles, rectangles, ...) over plots in
multiplot
0.20
- NEW support drawing arbitrary polygons
- NEW support alpha value in filling styles and objects for certain
terminals
- NEW chart object method "command" supports executing an array of commands
- NEW more test cases
- CHG automatically set "using" of the dataSet object in plotting histogram
- CHG code refactoring in Chart::Gnuplot::DataSet
- CHG make private method "_execute()" public
- CHG update POD
- FIX data processing of array of points in plotting 3D surface
- FIX data processing of plotting "hbars"
0.19
- NEW support drawing arbitrary rectangles, ellipses and circles
- NEW Perlish setting of arrow head of arbitary arrows
- NEW support filling pattern in box-type styles
- NEW support setting color for the border of the box-type styles
- NEW support curve fitting (experimental)
- CHG check OS using /MSWin/ instead of "MSWin32" for safty
- FIX grid options syntax error if the options are not in hash form
0.18
- Add try to guess the path of the gnuplot executable in Windows
(Bug ID: 82525)
- CHG improve POD
- CHG use qq() instead of "" in Gnuplot command line construction
(Bug ID: 82525)
- CHG use qq() instead of "" in convert command line construction
- FIX offset and font options of the time stamp
0.17
- NEW control the display of arbitrary border of the graph
- FIX expression of range of numeric axis if time axis exists
(Bug ID: 69169)
-------------------------------------------------------------------
Thu Apr 16 17:23:52 UTC 2015 - coolo@suse.com
- updated to 0.17
see /usr/share/doc/packages/perl-Chart-Gnuplot/Changes
0.17
- NEW control the display of arbitrary border of the graph
- FIX expression of range of numeric axis if time axis exists
(Bug ID: 69169)
-------------------------------------------------------------------
Sat Jun 04 23:36:11 UTC 2011 - pascal.bleser@opensuse.org