Skip to content

Commit

Permalink
Version 4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Aug 26, 2024
1 parent 9f1d865 commit 7770d78
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7770d78

Please sign in to comment.