Skip to content

Commit 0f822d5

Browse files
committed
oncrpc-ms 1.16
1 parent 08b457b commit 0f822d5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
- v1.15: General improved compatiblity, with modern mingw, modern
27
Windows, and with 64-bit Windows.
38

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ(2.59)
22

3-
AC_INIT([oncrpc-ms],[1.15])
3+
AC_INIT([oncrpc-ms],[1.16])
44
AC_CONFIG_SRCDIR([librpc/svc.c])
55
AC_CANONICAL_TARGET([])
66

0 commit comments

Comments
 (0)