SHA256
1
0
forked from jengelh/pari
2016-07-31 16:52:17 +00:00
committed by Git OBS Bridge
parent fe3d04a404
commit e9aad38be4
7 changed files with 53 additions and 21 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jul 31 16:46:14 UTC 2016 - jengelh@inai.de
- Update to new upstream release 2.7.6
* fixed O(1)==O(x) returning 0
* matsolve(a,b) and a^(-1) gave wrong results [or SEGV] when t_MAT
a was not square and a,b "modular"; same for x^(-1)
* fixed a memory leak in pari_close: sopath was not freed
-------------------------------------------------------------------
Sat Mar 12 20:32:55 UTC 2016 - jengelh@inai.de