We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381bd25 commit 6d3523cCopy full SHA for 6d3523c
CHANGES
@@ -1,5 +1,9 @@
1
This file describes changes in the FPLSA package.
2
3
+1.2.7 (2025-08-29)
4
+ - Fix compatibility with GCC 15 (which breaks compatibility with old C code)
5
+ - Minor janitorial changes
6
+
7
1.2.6 (2023-01-03)
8
- Enhance the `configure` script to accept `--with-gaproot=PATH`
9
- Minor janitorial changes
PackageInfo.g
@@ -5,8 +5,8 @@
SetPackageInfo( rec(
PackageName := "FPLSA",
Subtitle := "Finitely Presented Lie Algebras",
-Version := "1.2.6",
-Date := "03/01/2023", # dd/mm/yyyy format
+Version := "1.2.7",
+Date := "29/08/2025", # dd/mm/yyyy format
10
License := "GPL-2.0-or-later",
11
12
Persons := [
0 commit comments