File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11In this file we record the changes since the first GAP 4 release of
22the 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+
49Version 3.18 (1-2023)
510 o Enhance the `configure` script to accept `--with-gaproot=PATH`
611
Original file line number Diff line number Diff line change 88SetPackageInfo( 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" ,
Original file line number Diff line number Diff line change @@ -12506,7 +12506,7 @@ Returns the current version of Guava. Same as
1250612506
1250712507<Example >
1250812508gap> GuavaVersion();
12509- "3.11 "
12509+ "3.19 "
1251012510
1251112511</Example >
1251212512<!--
You can’t perform that action at this time.
0 commit comments