We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038472c commit eb46ba8Copy full SHA for eb46ba8
2 files changed
CHANGES
@@ -1,5 +1,8 @@
1
This file describes changes in the IO package.
2
3
+4.8.2 (2023-10-16)
4
+ - Properly close all open files on exit.
5
+
6
4.8.1 (2023-02-03)
7
- Improve compatibility with future GAP releases
8
PackageInfo.g
@@ -7,8 +7,8 @@ SetPackageInfo( rec(
PackageName := "IO",
9
Subtitle := "Bindings for low level C library I/O routines",
10
-Version := "4.8.1",
11
-Date := "03/02/2023", # dd/mm/yyyy format
+Version := "4.8.2",
+Date := "16/10/2023", # dd/mm/yyyy format
12
License := "GPL-3.0-or-later",
13
14
## Information about authors and maintainers.
0 commit comments