Skip to content

Commit 6f5297a

Browse files
committed
Version 3.18
1 parent efa16d1 commit 6f5297a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
In this file we record the changes since the first GAP 4 release of
22
the GUAVA package.
33

4+
Version 3.18 (1-2023)
5+
o Enhance the `configure` script to accept `--with-gaproot=PATH`
6+
47
Version 3.17 (9-2022)
58
o Add back QCLDPCCodeFromGroup method (it was accidentally removed
69
between Guava 3.8 and 3.9)

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
SetPackageInfo( rec(
99
PackageName := "GUAVA",
1010
Subtitle := "a GAP package for computing with error-correcting codes",
11-
Version := "3.17",
12-
Date := "05/09/2022",
11+
Version := "3.18",
12+
Date := "03/01/2023",
1313
License := "GPL-2.0-or-later",
1414
SourceRepository := rec(
1515
Type := "git",

doc/guava.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
 
1717
</Subtitle>
1818

19-
<Version>Version 3.17</Version> <!-- OPTIONAL -->
19+
<Version>Version 3.18</Version> <!-- OPTIONAL -->
2020
<Author>
2121
Jasper Cramwinckel
2222
</Author>
@@ -64,7 +64,7 @@ Joe Fields (Maintainer)
6464
<Email>fieldsj1@southernct.edu</Email>
6565
<Homepage>http://giam.southernct.edu/</Homepage>
6666
</Author>
67-
<Date>September, 2022</Date> <!-- OPTIONAL -->
67+
<Date>January, 2023</Date> <!-- OPTIONAL -->
6868
<Copyright> <!-- OPTIONAL -->
6969
<Package>GUAVA</Package>: &copyright; The GUAVA Group: 1992-2003
7070
Jasper Cramwinckel, Erik Roijackers,Reinald Baart, Eric Minkes,

0 commit comments

Comments
 (0)