From 599e29cf2d0262adfe974274b33efc29b514a497 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 6 Nov 2016 12:40:57 +0100 Subject: [PATCH] Version 4.26 --- CHANGES | 4 ++++ PackageInfo.g | 4 ++-- README | 4 ++-- doc/install.tex | 4 ++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index 59d2eec..6a9ce89 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ This file describes changes in the GAP package 'XGAP'. =========================================================================== +4.26 (2016-11-06) + * Fixed a problem with the 4.25 release tarball (a file was missing + from the manual, leading to errors in the GAP help system) + 4.25 (2016-11-04) * Fixed more compiler warnings * Fixed problem with xgap.sh that could prevent it from working diff --git a/PackageInfo.g b/PackageInfo.g index ba9a9ac..915589d 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -7,8 +7,8 @@ SetPackageInfo( rec( PackageName := "XGAP", Subtitle := "a graphical user interface for GAP", -Version := "4.25", -Date := "04/11/2016", +Version := "4.26", +Date := "06/11/2016", Persons := [ rec( diff --git a/README b/README index a258f54..f655acd 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.25.tar.gz'' +You need only one file with the name ``xgap-4.26.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.25.tar.gz +# tar xzvf xgap-4.26.tar.gz ... The utility unpacks the files and stores them into the apropriate diff --git a/doc/install.tex b/doc/install.tex index c849847..cd026ab 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.25.tar.gz'' +You need only one file with the name ``xgap-4.26.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.25.tar.gz +# tar xzvf xgap-4.26.tar.gz ... \endtt