From 9778dd2671200ff6459ba8342c1c3ddfbc8be303 Mon Sep 17 00:00:00 2001 From: Alexander Konovalov Date: Sun, 2 Sep 2018 00:20:50 +0100 Subject: [PATCH] Add description of GAP 4.9.3 release --- doc/changes/changes49.xml | 56 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/doc/changes/changes49.xml b/doc/changes/changes49.xml index 47b3bedf94e..eadc7c4e604 100644 --- a/doc/changes/changes49.xml +++ b/doc/changes/changes49.xml @@ -1293,4 +1293,60 @@ The JupyterKernel package is not yet usable on Windows. + +
+⪆ 4.9.3 (September 2018) + + +Changes in the core ⪆ system introduced in ⪆ 4.9.3 + +Fixed bugs that could lead to break loops: + + +Fixed a regression in +caused by changes in sort functions introduced in ⪆ 4.9 release +(&Hash;2617https://github.com/gap-system/gap/pull/2617). + + + +Other fixed bugs and further improvements: + + +Fixed a compile time assertion that caused compiler error on some systems +(&Hash;2691https://github.com/gap-system/gap/pull/2691). + + + + + + +New and updated packages since ⪆ 4.9.2 + +This release contains updated versions of 17 packages +from ⪆ 4.9.2 distribution. Additionally, it has three new packages: + + +The curlInterface package by Christopher Jefferson +and Michael Torpey, which provides a simple wrapper around +libcurl library (https://curl.haxx.se/) +to allow downloading files over http, ftp and https protocols. + + +The datastructures package by +Markus Pfeiffer, Max Horn, Christopher Jefferson and Steve Linton, +which aims at providing standard datastructures, consolidating +existing code and improving on it, in particular in view of &HPCGAP;. + + +The DeepThought package by Nina Wagner and Max Horn, +which provides functionality for computations in finitely generated +nilpotent groups given by a suitable presentation using Deep Thought +polynomials. + + + + + +
+