Skip to content

Commit

Permalink
Version 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 21, 2021
1 parent ea7481b commit 98b1c40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
This file describes changes in the IO package.

4.7.2 (2021-10-21)
- Change `Random( RandomSource( IsRealRandomSource, "random" ), 1, 1 )` from `fail` to `1`.
- Improve `IO_CallWithTimeout` documentation

4.7.1 (2021-04-11)
- Add IO_realpath
- Handle crashing GAP in IO_CallWithTimeout
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 := "IO",
Subtitle := "Bindings for low level C library I/O routines",
Version := "4.7.1",
Date := "11/04/2021", # dd/mm/yyyy format
Version := "4.7.2",
Date := "21/10/2021", # dd/mm/yyyy format
License := "GPL-3.0-or-later",

## Information about authors and maintainers.
Expand Down

0 comments on commit 98b1c40

Please sign in to comment.