.
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=122
This commit is contained in:
parent
fd24a05578
commit
c756463425
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:b5e7cfbc046da583a00019514d7e33c70f7555125d930787e89a72c5fa867dfc
|
oid sha256:1b55e0db1e9a76724b27cd668d5809ad5603da51c83785664f30497c6cc723af
|
||||||
size 2207783
|
size 2186518
|
||||||
|
@ -1,3 +1,53 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 10 07:11:15 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
- Update to gnuplot 5.4.1
|
||||||
|
* NEW "with rgbimage" and "with rgbalpha" accept single column ARGB input
|
||||||
|
* NEW add toggle in toolbar widget for qt terminal option "ctrl-q"
|
||||||
|
* NEW keyword "smooth kdensity period <val>"
|
||||||
|
* NEW time format %tD encodes days relative to time 0
|
||||||
|
* NEW pm3d quadrangles in 2D projection are clipped smoothly to x and y
|
||||||
|
* CHANGE gif animation 'optimize' option is deprecated Bugs #1992 #2070 #2348
|
||||||
|
* CHANGE svg increase coordinate precision to two decimal points Bug #2369
|
||||||
|
* FIX y autoscaling of default "with filledcurves" #Bug 2294
|
||||||
|
* FIX placement of mirrored x and y tics in mode 'set view projection ...'
|
||||||
|
* FIX pm3d lighting calculation for degenerate quadrangles
|
||||||
|
* FIX botched deprecation of old syntax for "call" arguments Bug #2298 #2368
|
||||||
|
* FIX pm3d "depthorder" affects 'set obj polygon' with >4 vertices Bug #2297
|
||||||
|
* FIX loss of precision for asin(x), asinh(x) with real x << 0 Bug #2302
|
||||||
|
* FIX error handling of bad font name in enhanced text Bugs #2303 #2308
|
||||||
|
* FIX incomplete domain for complex acosh(x), real x < -1 was treated as NaN
|
||||||
|
* FIX error handling of fuzzed input Bugs #2306 #2307 #2309 #2312 #2344
|
||||||
|
* FIX add range check for plot of binned data (allows clipping on y)
|
||||||
|
* FIX "unzoom" applied to autoscaled volatile data
|
||||||
|
* FIX no default for binary columns needed if there is a 'using' spec Bug #2315
|
||||||
|
* FIX buffer overflow of enhanced text fragment Bugs #2310 #2311
|
||||||
|
* FIX qnorm and Hann functions applied in dgrid3d Bugs #2277 #2318
|
||||||
|
* FIX handling of dashtype given as a string with leading whitespace Bug #2336
|
||||||
|
* FIX preserve key position across isolated instance of "title at x,y" Bug #2342
|
||||||
|
* FIX contour labels had spurious point symbols
|
||||||
|
* FIX allow "pointtype variable" in combination with jitter Bug #2354
|
||||||
|
* FIX cgm: sanity for non-zero font size Bug #2358
|
||||||
|
* FIX more checks for valid UTF-8 Bugs #2362 #2364
|
||||||
|
- Remove patches now upstream
|
||||||
|
* 052cbd17.patch
|
||||||
|
* 1f36c4fb.patch
|
||||||
|
* 963c7df3.patch
|
||||||
|
* a31c3b70.patch
|
||||||
|
- Port patch gnuplot-gd.patch
|
||||||
|
- Update Gnuplot_5_4.pdf as well
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 28 10:14:01 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
- Add temporary upstream commits as patches
|
||||||
|
* 052cbd17.patch
|
||||||
|
* 1f36c4fb.patch
|
||||||
|
* 963c7df3.patch
|
||||||
|
* a31c3b70.patch
|
||||||
|
to fix the bugs bsc#1176689 with CVE-2020-25559 and bsc#1176687
|
||||||
|
with CVE-2020-25412
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 17 07:36:14 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
Fri Jul 17 07:36:14 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
@ -69,7 +119,9 @@ Fri Jul 17 07:36:14 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
|||||||
* gnuplot-QtCore-PIC.dif
|
* gnuplot-QtCore-PIC.dif
|
||||||
* gnuplot-gd.patch
|
* gnuplot-gd.patch
|
||||||
* gnuplot-wx3.diff
|
* gnuplot-wx3.diff
|
||||||
|
* gnuplot-5.2.0-texi2info.patch
|
||||||
- Remove now obsolete patch gnuplot-QtIndexedList.dif
|
- Remove now obsolete patch gnuplot-QtIndexedList.dif
|
||||||
|
- Add new Gnuplot_5_4.pdf as now the old tutorial isn't anymore
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 22 07:49:19 UTC 2020 - Werner Fink <werner@suse.de>
|
Mon Jun 22 07:49:19 UTC 2020 - Werner Fink <werner@suse.de>
|
||||||
|
@ -35,6 +35,7 @@ Thu Dec 10 07:11:15 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
|||||||
* 963c7df3.patch
|
* 963c7df3.patch
|
||||||
* a31c3b70.patch
|
* a31c3b70.patch
|
||||||
- Port patch gnuplot-gd.patch
|
- Port patch gnuplot-gd.patch
|
||||||
|
- Update Gnuplot_5_4.pdf as well
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 28 10:14:01 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
Mon Sep 28 10:14:01 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
Loading…
Reference in New Issue
Block a user