diff --git a/doc/changes/changes48.xml b/doc/changes/changes48.xml index ff947eafd06..05160dcdd8e 100644 --- a/doc/changes/changes48.xml +++ b/doc/changes/changes48.xml @@ -273,6 +273,95 @@ modules and Cat1-algebras and morphisms of these structures. + +
+⪆ 4.8.3 (March 2016) + + +Changes in the core ⪆ system introduced in ⪆ 4.8.3 + +New features: + + + +New function to run standard tests +(if available) for a single package in the current ⪆ session (also callable +via make testpackage PKGNAME=pkgname to run package tests in the same +settings that are used for testing ⪆ releases). + + + +Improved and extended functionality: + + + + now prints a special status message +to indicate the outcome of the test (this is convenient for automated testing). +If necessary, this message may be suppressed by using the option +suppressStatusMessage + + + +Improved output of tracing methods (which may be invoked, for example, with +) by displaying filename and line +number in some more cases. + + + +Changed functionality: + + + +Fixed some inconsistencies in the usage of +. + + + +Fixed bugs that could lead to incorrect results: + + + +Fallback methods for conjugacy classes, that were never intended for infinite +groups, now use filter to prevent them +being called for infinite groups. [Reported by Gabor Horvath] + + + +Fixed bugs that could lead to break loops: + + + +Calculating stabiliser for the alternating group caused a break loop in the +case when it defers to the corresponding symmetric group. + + + +It was not possible to use +for a trivial group. [Reported by Sergio Siccha] + + + +A break loop while computing for +TransitiveGroup(12,269). [Reported by Ignat Soroko] + + + +A break loop while computing conjugacy classes of PSL(6,4). +[Reported by Martin Macaj] + + + +Other fixed bugs: + + + +Fix for using Firefox as a default help viewer with +. [Reported by Tom McDonough] + + + +
+ diff --git a/lib/init.g b/lib/init.g index de1a7a298b5..f9fe2cdf532 100644 --- a/lib/init.g +++ b/lib/init.g @@ -1082,7 +1082,7 @@ BindGlobal( "ShowPackageInformation", function() "\n" ); fi; - Print( " Try '?help' for help. See also '?copyright' and '?authors'", + Print( " Try '??help' for help. See also '?copyright' and '?authors'", "\n" ); fi; end );