We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0f1d3 commit 12fae1fCopy full SHA for 12fae1f
CHANGES
@@ -1,5 +1,9 @@
1
This file describes changes in the FPLSA package.
2
3
+1.2.8 (2025-12-26)
4
+ - Identical to previous release, except the manual was rebuilt to fix
5
+ broken links (caused by a tooling error)
6
+
7
1.2.7 (2025-08-29)
8
- Fix compatibility with GCC 15 (which breaks compatibility with old C code)
9
- Minor janitorial changes
PackageInfo.g
@@ -5,8 +5,8 @@
SetPackageInfo( rec(
PackageName := "FPLSA",
Subtitle := "Finitely Presented Lie Algebras",
-Version := "1.2.7",
-Date := "29/08/2025", # dd/mm/yyyy format
+Version := "1.2.8",
+Date := "26/12/2025", # dd/mm/yyyy format
10
License := "GPL-2.0-or-later",
11
12
Persons := [
0 commit comments