From: Ronnie Sahlberg Date: Sun, 25 Nov 2012 15:57:40 +0000 (-0800) Subject: New version 1.4 X-Git-Tag: upstream/1.9.6^2~243 X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=commitdiff_plain;h=dedc4675baf65acb508a1b2b5069d8acf6fe2952 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. --- diff --git a/configure.ac b/configure.ac index a966d51..37a44a3 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/lib/Makefile.am b/lib/Makefile.am index 1f398e2..4156a07 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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 \ diff --git a/packaging/RPM/libnfs.spec.in b/packaging/RPM/libnfs.spec.in index b4e313a..53e1ed9 100644 --- a/packaging/RPM/libnfs.spec.in +++ b/packaging/RPM/libnfs.spec.in @@ -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