New version 1.4
[deb_libnfs.git] / packaging / RPM / libnfs.spec.in
index 7fd703d7179211ff8d89c7f084254ad66219ff3e..53e1ed925d4ab9c5cc1f2b50c57f93a2ee91b56a 100644 (file)
@@ -94,6 +94,19 @@ 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
+ - try to rotate to find a free port better
+ - minor fixes
 * Tue Dec 6 2011 : Version 1.2
  - Add support for MKNOD
  - Add support for HaneWin NFS server