From 028684671be6e6fced4d13c61f8e84a1d7f81aad Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 10 Nov 2018 16:15:52 +0100 Subject: [PATCH] Version 4.29 --- CHANGES | 8 ++++++-- PackageInfo.g | 4 ++-- README | 4 ++-- doc/install.tex | 4 ++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGES b/CHANGES index 9d12542..e9cbbdf 100644 --- a/CHANGES +++ b/CHANGES @@ -2,9 +2,13 @@ This file describes changes in the GAP package 'XGAP'. =========================================================================== +4.29 (2018-11-10) + * remove "Toggle Library Read Mesg" command + * improve memory display (thanks to Russ Woodroofe) + 4.28 (2018-09-12) - * Set TermEncoding to latin1 - * Don't change the user's helpviewer to 'firefox' + * Set TermEncoding to latin1 (thanks to Russ Woodroofe) + * Don't change the user's helpviewer to 'firefox' (thanks to Russ Woodroofe) 4.27 (2018-03-21) * Replace references to obsolete ReadPkg by ReadPackage diff --git a/PackageInfo.g b/PackageInfo.g index 1640c30..c91edcb 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -7,8 +7,8 @@ SetPackageInfo( rec( PackageName := "XGAP", Subtitle := "a graphical user interface for GAP", -Version := "4.28", -Date := "12/09/2018", +Version := "4.29", +Date := "10/11/2018", Persons := [ rec( diff --git a/README b/README index c7427e9..3524bfa 100644 --- a/README +++ b/README @@ -48,14 +48,14 @@ version from https://gap-packages.github.io/xgap/ -You need only one file with the name `xgap-4.28.tar.gz` +You need only one file with the name `xgap-4.29.tar.gz` which is in the subdirectory for the packages. You now change your current directory to the `pkg' subdirectory of the location where you installed GAP Now you extract the sources for the XGAP package: -# tar xzvf xgap-4.28.tar.gz +# tar xzvf xgap-4.29.tar.gz ... The utility unpacks the files and stores them into the apropriate diff --git a/doc/install.tex b/doc/install.tex index c06763c..d823336 100644 --- a/doc/install.tex +++ b/doc/install.tex @@ -48,7 +48,7 @@ https://gap-packages.github.io/xgap/ \endtt -You need only one file with the name ``xgap-4.28.tar.gz'' +You need only one file with the name ``xgap-4.29.tar.gz'' which is in the subdirectory for the packages. You now change your current directory to the `pkg' subdirectory of the location where you installed @@ -56,7 +56,7 @@ Now you extract the sources for the {\XGAP} package: \begintt -# tar xzvf xgap-4.28.tar.gz +# tar xzvf xgap-4.29.tar.gz ... \endtt