We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e850607 commit 461568eCopy full SHA for 461568e
ChangeLog
@@ -1,3 +1,5 @@
1
+- v1.17: Compatibility with C23 compilers, like gcc 15.
2
+
3
- v1.16: Compatibility fixes for modern compilers.
4
5
Some first steps to be compatible with the modern TI-RPC API,
configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.59)
-AC_INIT([oncrpc-ms],[1.16])
+AC_INIT([oncrpc-ms],[1.17])
AC_CONFIG_SRCDIR([librpc/svc.c])
AC_CANONICAL_TARGET([])
6
0 commit comments