SHA256
1
0
forked from pool/gnuplot

Accepting request 223794 from home:burnus:branches:Publishing

Update to 4.6.5

OBS-URL: https://build.opensuse.org/request/show/223794
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=55
This commit is contained in:
OBS User mrdocs
2014-02-26 20:17:25 +00:00
committed by Git OBS Bridge
parent 8312c0c47d
commit d2e016e355
4 changed files with 42 additions and 5 deletions

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Feb 25 08:42:01 UTC 2014 - burnus@net-b.de
- Update to 4.6.5
* NEW monotonic cubic splines using "smooth mcsplines"
* NEW phase-jump removal filter "smooth unwrap"
* NEW allow '+' pseudofile to sample the T axis in 2D parametric
plots
* NEW allow '++' pseudofile to sample the U/V axes in 3D
parametric plots
* NEW "sixel" terminal driver
* NEW new object attribute clip/noclip
* CHANGE maximum number of using spec columns increased from 7
to 11
* CHANGE code in bitmap.c relicensed to remove restriction to
noncommercial use
* FIX allow 'set pm3d' interpolate and top/bottom options to
coexist
* FIX revised handling of defined palettes with explicit
maxcolors
* FIX continue as normal after an interactive session error
from "gnuplot -"
* FIX empty first field in a tab-separated-values file was
incorrectly ignored
* FIX several problems with color assignment to contour lines
* FIX qt terminal incorrectly changed linetype (dot/dash)
to match line color
* FIX "pause mouse" worked only for right- or center- click,
not left-click
* FIX emf terminal font initialization
* FIX wxt terminal vertical centering of enhanced text
* FIX win terminal filled polygon bugs
* FIX iteration over parametric function plots
* FIX autoscaling of polar mode plots
* FIX increase precision of xticlabel placement from (float) to (double)
* FIX allocation error affecting certain cvs files
-------------------------------------------------------------------
Tue Oct 29 22:32:31 UTC 2013 - burnus@net-b.de