Update to gnuplot 5.2.6

OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=102
This commit is contained in:
2019-01-03 07:37:10 +00:00
committed by Git OBS Bridge
parent 0190d0330b
commit eed64b586d
7 changed files with 24 additions and 214 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Jan 3 07:30:48 UTC 2019 - Dr. Werner Fink <werner@suse.de>
- Update to gnuplot 5.2.6
* NEW keyword "keyentry" places an entry in the key without actually plotting
* NEW "set style boxplot medianlinewidth <lw>"
* CHANGE drop non-working support for CIE/XYZ color space
* CHANGE strptime ignores content read with format a/A/w/W
* FIX various corner-case bugs and overruns found by fuzzing
* FIX revise waitforinput in x11 terminal
* FIX revise waitforinput and terminal close events in qt terminal
* FIX revise waitforinput and new window events in monothreaded wxt terminal
* FIX lua.trm compatibility with lua version 5.3
* FIX error line reporting inside an if/else bracketed clause
* FIX error in date conversion for times within a nanosecond of a year boundary
- Drop patch gnuplot-e3cc539c.patch as this is fixed with update
-------------------------------------------------------------------
Wed Nov 28 11:35:10 UTC 2018 - Dr. Werner Fink <werner@suse.de>