Skip to content

Commit

Permalink
Version 4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Mar 8, 2016
1 parent 007e005 commit 9f7c15b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
This file describes changes in the IO package.

4.4.6 (2016-03-08)
- Remove support for (un)pickling SuPeRfail
- Add wrappers for mkstemp and mkdtemp
- Some maintenance changes

4.4.5 (2016-01-07)
- Move website to http://gap-packages.github.io/io/
- Change IO_PipeThroughWithError to also return the exit status of
Expand Down
6 changes: 2 additions & 4 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.4.5",
Date := "07/01/2016", # dd/mm/yyyy format
Version := "4.4.6",
Date := "08/03/2016", # dd/mm/yyyy format

## Information about authors and maintainers.
Persons := [
Expand Down Expand Up @@ -137,5 +137,3 @@ AutoDoc := rec(
),

));


2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.4.5
4.4.6

0 comments on commit 9f7c15b

Please sign in to comment.