Skip to content

Commit

Permalink
Version 4.31
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Feb 17, 2022
1 parent a8f863e commit 77840f6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
8 changes: 7 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
This file describes changes in the GAP package 'XGAP'.
===========================================================================

4.30 (2016-04-16)
4.31 (2022-02-17)
* Add missing escapes to buildman.pe
* Enlarge the 'c' array in StartGapProcess to prevent overruns
* Improve the build system
* Add some basic test files

4.30 (2019-04-16)
* Fix compatibility with GAP 4.11 by not writing to `last`
* Fix a bug that prevented XGAP from working on macOS 10.14
* Some janitorial changes
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ SetPackageInfo( rec(

PackageName := "XGAP",
Subtitle := "a graphical user interface for GAP",
Version := "4.30",
Date := "16/04/2019", # dd/mm/yyyy format
Version := "4.31",
Date := "17/02/2022", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Persons := [
Expand Down
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ version from

https://gap-packages.github.io/xgap/

You need only one file with the name `xgap-4.30.tar.gz`
You need only one file with the name `xgap-4.31.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.30.tar.gz
# tar xzvf xgap-4.31.tar.gz
...

The <tar> utility unpacks the files and stores them into the apropriate
Expand All @@ -70,7 +70,7 @@ Configuring and Compiling the C part
You have to change your current working directory to the ``xgap''
subdirectory. You do this by

# cd xgap-4.30
# cd xgap-4.31

if your current working directory is the one, where you used
<tar>. There you invoke the <configure> script by:
Expand Down
4 changes: 2 additions & 2 deletions doc/install.tex
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
https://gap-packages.github.io/xgap/
\endtt

You need only one file with the name ``xgap-4.30.tar.gz''
You need only one file with the name ``xgap-4.31.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:

\begintt
# tar xzvf xgap-4.30.tar.gz
# tar xzvf xgap-4.31.tar.gz
...
\endtt

Expand Down

0 comments on commit 77840f6

Please sign in to comment.