- Update to new upstream release 2.11.0

OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=29
This commit is contained in:
2018-08-29 20:36:30 +00:00
committed by Git OBS Bridge
parent 4078e3f9d2
commit 7143f434e5
9 changed files with 731 additions and 128 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Aug 29 20:32:25 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 2.11.0
* fixed uninitialized memory reads in lgcdii and red_montgomery
* fixed memory leaks on pari_close [s_dbginfo, s_frame,
colormap/graphcolor
* polcoeff is deprecated and renamed polcoef: it now only
applies to scalars, polynomials, series and rational
functions; no longer to vector/matrices or quadratic forms
(use [] or "component")
* libpari: rename polcoeff0 -> polcoef, polcoeff_i -> polcoef_i,
truecoeff -> truecoef
-------------------------------------------------------------------
Sat Sep 9 12:33:24 UTC 2017 - jengelh@inai.de