Skip to content

Commit

Permalink
Version 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Aug 21, 2018
1 parent 844ebbe commit 024a9ec
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
This file describes changes in the IO package.

4.5.2 (2018-08-21)
- Add exit status to IO_WaitPid (contributed by Chris Jefferson, PR #64)
- Make IO usable in the HPC-GAP threads (contributed by Mohamed Barakat, PR #65)
- Fix a failure in the HTTP part of the test suite
- Replace the deprecated `Elements` in examples by `AsSet`
- Clarify IO_WaitPid documentation
- Various minor changes to the build system and test suite

4.5.1 (2018-01-10)
- Fix a bug which could break usage IO_mkstemp or IO_mkdtemp in
a loaded GAP workspace
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.5.1",
Date := "29/06/2018", # dd/mm/yyyy format
Version := "4.5.2",
Date := "21/08/2018", # dd/mm/yyyy format

## Information about authors and maintainers.
Persons := [
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.5.1
4.5.2

0 comments on commit 024a9ec

Please sign in to comment.