New Upstream Release - gap-io

Ready changes

Summary

Merged new upstream version: 4.8.1+ds (was: 4.8.0+ds).

Diff

diff --git a/CHANGES b/CHANGES
index e6113c0..4961060 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
 This file describes changes in the IO package.
 
+4.8.1 (2023-02-03)
+  - Improve compatibility with future GAP releases
+
 4.8.0 (2022-10-18)
   - Change minimal required GAP version to 4.11
   - Add IO_getenv, IO_setenv, IO_unsetenv
diff --git a/PackageInfo.g b/PackageInfo.g
index 56807bf..e46ca1f 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.8.0",
-Date := "18/10/2022", # dd/mm/yyyy format
+Version := "4.8.1",
+Date := "03/02/2023", # dd/mm/yyyy format
 License := "GPL-3.0-or-later",
 
 ##  Information about authors and maintainers.
diff --git a/debian/changelog b/debian/changelog
index 838b3f9..9af79c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gap-io (4.8.1+ds-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 24 Feb 2023 21:26:13 -0000
+
 gap-io (4.8.0+ds-1) unstable; urgency=medium
 
   * New upstream minor version.
diff --git a/doc/title.xml b/doc/title.xml
index a762cfe..ab14a19 100644
--- a/doc/title.xml
+++ b/doc/title.xml
@@ -9,7 +9,7 @@
     Bindings for low level C library I/O routines
   </Subtitle>
   <Version>
-    4.8.0
+    4.8.1
   </Version>
   <Author>
     Max Neunhöffer<Alt Only="LaTeX"><Br/></Alt>
@@ -17,7 +17,7 @@
 
   </Author>
   <Date>
-    18 October 2022
+    3 February 2023
   </Date>
   <Copyright>
     &copyright; 2005-2014 by Max Neunhöffer<P/>
diff --git a/m4/find_gap.m4 b/m4/find_gap.m4
index 6899daf..cf4c25c 100644
--- a/m4/find_gap.m4
+++ b/m4/find_gap.m4
@@ -55,6 +55,7 @@ AC_DEFUN([FIND_GAP],
   if test "x$GAParch" != "x"; then
     GAPARCH=$GAParch
   fi
+  AC_MSG_RESULT($GAPARCH)
 
   if test "x$GAPARCH" = "xUnknown" ; then
     echo ""
@@ -91,7 +92,6 @@ AC_DEFUN([FIND_GAP],
   AC_SUBST(GAP_CPPFLAGS)
   AC_SUBST(GAP_CFLAGS)
   AC_SUBST(GAP_LDFLAGS)
-  AC_SUBST(GAP_LIBS)
 
   AC_LANG_POP([C])
 ])
diff --git a/src/io.c b/src/io.c
index bf692a0..731880e 100644
--- a/src/io.c
+++ b/src/io.c
@@ -14,7 +14,7 @@
 #include "compiled.h"    // GAP headers
 
 #if GAP_KERNEL_MAJOR_VERSION >= 6
-#include "src/profile.h"
+#include "profile.h"
 #endif
 
 #undef PACKAGE

More details

Full run details

Historical runs