Skip to content

Commit eb46ba8

Browse files
committed
Version 4.8.2
1 parent 038472c commit eb46ba8

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
This file describes changes in the IO package.
22

3+
4.8.2 (2023-10-16)
4+
- Properly close all open files on exit.
5+
36
4.8.1 (2023-02-03)
47
- Improve compatibility with future GAP releases
58

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ SetPackageInfo( rec(
77

88
PackageName := "IO",
99
Subtitle := "Bindings for low level C library I/O routines",
10-
Version := "4.8.1",
11-
Date := "03/02/2023", # dd/mm/yyyy format
10+
Version := "4.8.2",
11+
Date := "16/10/2023", # dd/mm/yyyy format
1212
License := "GPL-3.0-or-later",
1313

1414
## Information about authors and maintainers.

0 commit comments

Comments
 (0)