Fix an internal error in Solutions of a Thue-equation. Reported by M. Bennet.
A wrong bound (too small in certain cases) was used in UnitEquation resulting in internal errors.
A crash in point multiplication has been fixed (and the computation sped up). Reported by D. Kern.
Add support for trivial extensions in GaloisSplittingField which would fail on linear polynomials. Reported by T. Dokchitser.
A hang in matrix group order over fields of characteristic zero has been fixed. Reported by D. Yasaki.
In RowSpace check for availability of echelon algorithm.
Add better input checking to the NFS function to avoid internal errors further down. Reported by M. Grassl.
ExactQuotient has been extended to handle more general rings in recursive definitions. Reported by M. Stoll.
A crash in multiplication of very large polynomials has been fixed. Reported by D. Harvey.
Some problems with lock files for packages have been fixed. Reported by M. Stoll.
Use faster determinant algorithm.
Improve precision estimates in SplittingField. Fixes a problem reported by T. Dokchitser.