From 7770d78560e3312fc0c532b47ff8f5be632d3900 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 26 Aug 2024 22:55:42 +0100 Subject: [PATCH] Version 4.9.1 --- CHANGES | 8 ++++++++ PackageInfo.g | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 0c75b29..c957921 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,13 @@ This file describes changes in the orb package. +4.9.1 (2024-08-26) + - Require GAP >= 4.12 + - More hash functions now detect invalid input and return `fail` + instead of returning garbage (like hashes of random memory blocks, + or the constant 0) or even crashing. + - Update build system + - Various janitorial changes + 4.9.0 (2022-09-26) - Validate the output of hash functions in the C implementation, and report bad values as errors, instead of crashing or corrupting diff --git a/PackageInfo.g b/PackageInfo.g index 69cb7c7..69e8ff3 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -7,8 +7,8 @@ SetPackageInfo( rec( PackageName := "orb", Subtitle := "Methods to enumerate orbits", -Version := "4.9.0", -Date := "26/09/2022", # dd/mm/yyyy format +Version := "4.9.1", +Date := "26/08/2024", # dd/mm/yyyy format License := "GPL-3.0-or-later", ## Information about authors and maintainers.