We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4685a01 commit ec20eacCopy full SHA for ec20eac
ChangeLog
@@ -1,3 +1,8 @@
1
+- v1.15: General improved compatiblity, with modern mingw, modern
2
+ Windows, and with 64-bit Windows.
3
+
4
+ Relicensed under GNU Lesser Lesser General Public License 2.1.
5
6
- v1.14: Support for automatic installation via InstallShield Express
7
2.04 or later. This includes automatic installation of even updates
8
of the ONC/RPC NT portmap service! Just insert the installation
configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.59)
-AC_INIT([oncrpc-ms],[1.14])
+AC_INIT([oncrpc-ms],[1.15])
AC_CONFIG_SRCDIR([librpc/svc.c])
AC_CANONICAL_TARGET([])
0 commit comments