New version 1.4

- Add trackig of freed context and assert on using a context after it has been
  freed.
- Windows x64 support and fixes.
- Switch to using our own version of xdr_int64() since the one in libtirpc
  crashes on some platforms.
- Fix memory leak in an error path for addrinfo.
- Fix bug dereferencing a null pointer in the mount callback on error.
libnfs-4.0.0-vitalif
Ronnie Sahlberg 2012-11-25 07:57:40 -08:00
parent 4a2b08768a
commit dedc4675ba
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.50)
AC_INIT([libnfs], [1.3.0], [ronniesahlberg@gmail.com])
AC_INIT([libnfs], [1.4.0], [ronniesahlberg@gmail.com])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign])
AC_CANONICAL_HOST

View File

@ -15,7 +15,7 @@ libnfs_la_SOURCES = \
pdu.c \
socket.c
libnfs_la_LDFLAGS = -version-info 1:3:0
libnfs_la_LDFLAGS = -version-info 1:4:0
libnfs_la_LIBADD = \
../mount/libmount.la \
../nfs/libnfs.la \

View File

@ -94,6 +94,14 @@ development libraries for LibNFS
%{_libdir}/pkgconfig/libnfs.pc
%changelog
* Sun Nov 25 2012 : Version 1.4
- Add trackig of freed context and assert on using a context after it has been
freed.
- Windows x64 support and fixes.
- Switch to using our own version of xdr_int64() since the one in libtirpc
crashes on some platforms.
- Fix memory leak in an error path for addrinfo.
- Fix bug dereferencing a null pointer in the mount callback on error.
* Sat Mar 3 2012 : Version 1.3
- add set/unset to portmapper
- add mount v1