New version 1.4
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 25 Nov 2012 15:57:40 +0000 (07:57 -0800)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 25 Nov 2012 15:57:40 +0000 (07:57 -0800)
- 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.

configure.ac
lib/Makefile.am
packaging/RPM/libnfs.spec.in

index a966d518c9adf8d058cd36ab7c21526b888e36cb..37a44a3a7d506745280d53d3de9fce76a60e39c3 100644 (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
index 1f398e2169422bf5ca33b871a5747d727f3a1247..4156a07dcbe9179fc1a9745e9c9e953bf7639fbf 100644 (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 \
index b4e313a1d84101ec1156e447d6a057690e287932..53e1ed925d4ab9c5cc1f2b50c57f93a2ee91b56a 100644 (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