From 6bb2f0b06619fbd7681f744eabc05acd5b1a4667 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 21 Mar 2024 15:55:16 +0100 Subject: [PATCH] Version 3.19 --- CHANGES | 5 +++++ PackageInfo.g | 4 ++-- doc/guava.xml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index f2f7fd4..4b71ef9 100644 --- a/CHANGES +++ b/CHANGES @@ -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` diff --git a/PackageInfo.g b/PackageInfo.g index 2f5b391..5721142 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -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", diff --git a/doc/guava.xml b/doc/guava.xml index f1c1709..59ab84f 100644 --- a/doc/guava.xml +++ b/doc/guava.xml @@ -12506,7 +12506,7 @@ Returns the current version of Guava. Same as gap> GuavaVersion(); -"3.11" +"3.19"