diff --git a/CHANGES b/CHANGES index ab50fae..af38883 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/PackageInfo.g b/PackageInfo.g index fe12f47..2b01a80 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -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 := [ @@ -137,5 +137,3 @@ AutoDoc := rec( ), )); - - diff --git a/VERSION b/VERSION index 5f70498..b58299c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.4.5 \ No newline at end of file +4.4.6 \ No newline at end of file