Accepting request 346925 from home:NicoK:branches:Publishing

update to 5.0.1

* please also re-enable for Leap

OBS-URL: https://build.opensuse.org/request/show/346925
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=72
This commit is contained in:
OBS User mrdocs
2015-12-01 05:07:00 +00:00
committed by Git OBS Bridge
parent c05407c011
commit 1b18d967cb
6 changed files with 137 additions and 51 deletions

View File

@@ -1,3 +1,62 @@
-------------------------------------------------------------------
Mon Nov 30 23:56:19 UTC 2015 - nico.kruber@gmail.com
- Update to 5.0.1
* NEW "set mono" (full command "set monochrome {linetype lt
<line-properties>}")
* NEW "set fit nolog" suppresses output to log file
* NEW sixel terminal supports RGB and palette colors, but only 16 at
a time :-(
* NEW command "printerr" acts exactly like "print" but always outputs
via stderr
* CHANGE autoconfigure of Qt5 support now looks for --variable=host_bins
* CHANGE reevaluate fill color for each polygon in data for
"with filledcurves"
* CHANGE gstrptime(): always check validity of %y %Y %d %B %b input fields
* CHANGE track text properties for key title separately from key entries
* CHANGE "smooth kdensity" now handles logscale y and explicit x range
* CHANGE order of margins in the "set margin" command to left, right,
bottom, top
* CHANGE guarantee color of key sample for "lc variable" plots matches
1st point
* CHANGE "set term fig color" can use predefined linetype colors and
named colors
* CHANGE skip all preprocessing for input lines beginning with shell escape
char
* CHANGE build system to suppress dvi as an automake-generated target
* CHANGE in hidden3d mode, the 'nosurface' suppresses both surface grid
directions
* FIX replace palette color value NaN with background color
* FIX improved handling of boxplot data with multiple factors (categories)
* FIX save_textcolor was not handling "tc variable"
* FIX apply numeric locale when reading ascii matrix data
* FIX handling of ascii matrix data
* FIX reinitialize brush used to draw dotted lines in gd terminal
* FIX failure to clear bold/italic text attributes in cairo terminals
* FIX tabular output of time data when the axis format has not been set
* FIX breakage in plot style filledcurves {above|below} y1=<yval>
* FIX dashtypes after "set term {e}pslatex mono"
* FIX report and enforce maximum number of parallel axes without faulting
* FIX smooth mcsplines for a curve containing multiple y values at a single x
* FIX several bugs evident for log-scaled color axis
* FIX regression in color support for pbm/sixel/hpgl terminals (no RGB color)
* FIX accummulated round-off error in dotted lines drawn by libgd terminals
* FIX incorrect colorbox axis labels in polar plots
* FIX AquaTerm framework name is case-sensitive
* FIX strip enhanced text markup from plot titles embedded in svg output
* FIX error in retrieving matrix column headers as strings
* FIX error in calculating absolute deviation (stats command)
* FIX allocation error from "set fit covariancevariables"
* FIX tkcanvas terminal handling of blank (default) font family name
* FIX off-by-one-error in color of contours when hidden3d is active
* FIX adjust WIN32 encoding used by text output from "pause" command
* FIX qt terminal 3D rotation mode tendency to get stuck "on"
* FIX dash pattern rendering in contour lines
* FIX 'fit [][min:max] f(x)' was incorrectly ignoring min:max
- Rediff gnuplot-4.6.0.dif
- Add gnuplot-5.0.1-fix-latex-docs.diff to fix a regression of 5.0.1 in
building the latex docs
-------------------------------------------------------------------
Tue Jul 28 06:50:41 UTC 2015 - werner@suse.de