Skip to content

Commit

Permalink
Version 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Sep 25, 2022
1 parent 9350a2f commit 1be520d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES
@@ -1,5 +1,14 @@
This file describes changes in the orb package.

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
data. This also means that code which previously did run may now
raise errors; usually that's a good thing, as it flags an error,
but it may be that in rare cases a correct computation is affected
by this. If so, please report this via our bug tracker, i.e.,
<https://github.com/gap-packages/orb/issues>

4.8.5 (2022-07-25)
- Make `Orb` option `lookingfor` accept non legacy HT
- Update build system
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Expand Up @@ -7,8 +7,8 @@ SetPackageInfo( rec(

PackageName := "orb",
Subtitle := "Methods to enumerate orbits",
Version := "4.8.5dev",
Date := "25/07/2022", # dd/mm/yyyy format
Version := "4.9.0",
Date := "26/09/2022", # dd/mm/yyyy format
License := "GPL-3.0-or-later",

## Information about authors and maintainers.
Expand Down

0 comments on commit 1be520d

Please sign in to comment.