Skip to content

Commit

Permalink
Version 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Mar 21, 2024
1 parent aaa1f35 commit 6bb2f0b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
In this file we record the changes since the first GAP 4 release of
the GUAVA package.

Version 3.19 (3-2024)
o Fix various issues in the C source code, including potential buffer
overflows and many compiler warnings
o Various other minor and/or janitorial changes

Version 3.18 (1-2023)
o Enhance the `configure` script to accept `--with-gaproot=PATH`

Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
SetPackageInfo( rec(
PackageName := "GUAVA",
Subtitle := "a GAP package for computing with error-correcting codes",
Version := "3.18",
Date := "03/01/2023",
Version := "3.19",
Date := "21/03/2024",
License := "GPL-2.0-or-later",
SourceRepository := rec(
Type := "git",
Expand Down
2 changes: 1 addition & 1 deletion doc/guava.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12506,7 +12506,7 @@ Returns the current version of Guava. Same as

<Example>
gap> GuavaVersion();
"3.11"
"3.19"

</Example>
<!--
Expand Down

0 comments on commit 6bb2f0b

Please sign in to comment.