diff --git a/CHANGES b/CHANGES index facf8e1..5de1ee1 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/PackageInfo.g b/PackageInfo.g index ada1b0b..115bf22 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -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 := [ diff --git a/README b/README index 0e889ac..02c89c4 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.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 utility unpacks the files and stores them into the appropriate @@ -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 . There you invoke the script by: diff --git a/doc/install.tex b/doc/install.tex index c17451a..835913e 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.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 @@ -56,7 +56,7 @@ 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