Skip to content

Commit

Permalink
Version 4.26
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 6, 2016
1 parent 1631922 commit 599e29c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.25",
Date := "04/11/2016",
Version := "4.26",
Date := "06/11/2016",

Persons := [
rec(
Expand Down
4 changes: 2 additions & 2 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.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 <tar> utility unpacks the files and stores them into the apropriate
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.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:

\begintt
# tar xzvf xgap-4.25.tar.gz
# tar xzvf xgap-4.26.tar.gz
...
\endtt

Expand Down

0 comments on commit 599e29c

Please sign in to comment.