Skip to content

Commit 6bb2f0b

Browse files
committed
Version 3.19
1 parent aaa1f35 commit 6bb2f0b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGES

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

4+
Version 3.19 (3-2024)
5+
o Fix various issues in the C source code, including potential buffer
6+
overflows and many compiler warnings
7+
o Various other minor and/or janitorial changes
8+
49
Version 3.18 (1-2023)
510
o Enhance the `configure` script to accept `--with-gaproot=PATH`
611

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.18",
12-
Date := "03/01/2023",
11+
Version := "3.19",
12+
Date := "21/03/2024",
1313
License := "GPL-2.0-or-later",
1414
SourceRepository := rec(
1515
Type := "git",

doc/guava.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12506,7 +12506,7 @@ Returns the current version of Guava. Same as
1250612506

1250712507
<Example>
1250812508
gap> GuavaVersion();
12509-
"3.11"
12509+
"3.19"
1251012510

1251112511
</Example>
1251212512
<!--

0 commit comments

Comments
 (0)