We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b457b commit 0f822d5Copy full SHA for 0f822d5
ChangeLog
@@ -1,3 +1,8 @@
1
+- v1.16: Compatibility fixes for modern compilers.
2
+
3
+ Some first steps to be compatible with the modern TI-RPC API,
4
+ including some steps towards IPv6 compatibility.
5
6
- v1.15: General improved compatiblity, with modern mingw, modern
7
Windows, and with 64-bit Windows.
8
configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.59)
-AC_INIT([oncrpc-ms],[1.15])
+AC_INIT([oncrpc-ms],[1.16])
AC_CONFIG_SRCDIR([librpc/svc.c])
AC_CANONICAL_TARGET([])
0 commit comments