Skip to content

Commit

Permalink
Version 4.32
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Feb 7, 2024
1 parent a0b164d commit dcc8ee5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
This file describes changes in the GAP package 'XGAP'.
===========================================================================

4.32 (2024-02-09)
* When resizing a GAP poset sheet via the Magnify command or similar,
the level labels were not getting moved correctly. They should stay
by the right side of the window. This should be fixed now (thanks to
Russ Woodroofe for the fix)
* Fix a bug in the build system where 'make clean && make' would
run into an error because `xgap.sh` got deleted by `make clean` and
then `make` to use it (now `make` just regenerates it if missing)
* Various janitorial changes

4.31 (2022-02-17)
* Add missing escapes to buildman.pe
* Enlarge the 'c' array in StartGapProcess to prevent overruns
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.31",
Date := "17/02/2022", # dd/mm/yyyy format
Version := "4.32",
Date := "08/02/2024", # 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.31.tar.gz`
You need only one file with the name `xgap-4.32.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.31.tar.gz
# tar xzvf xgap-4.32.tar.gz
...

The <tar> utility unpacks the files and stores them into the appropriate
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.31
# cd xgap-4.32

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.31.tar.gz''
You need only one file with the name ``xgap-4.32.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.31.tar.gz
# tar xzvf xgap-4.32.tar.gz
...
\endtt

Expand Down

0 comments on commit dcc8ee5

Please sign in to comment.