X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=packaging%2FRPM%2Flibnfs.spec.in;h=53e1ed925d4ab9c5cc1f2b50c57f93a2ee91b56a;hb=dedc4675baf65acb508a1b2b5069d8acf6fe2952;hp=03feb04e4be975c496d24b0e252b1bbe1ce5dd7c;hpb=ea545df91284aad921b800d757c3743551e9a2ab;p=deb_libnfs.git diff --git a/packaging/RPM/libnfs.spec.in b/packaging/RPM/libnfs.spec.in index 03feb04..53e1ed9 100644 --- a/packaging/RPM/libnfs.spec.in +++ b/packaging/RPM/libnfs.spec.in @@ -94,5 +94,27 @@ 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 + - Change all [s]size_t offset_t to be 64bit clean scalars +* Sun Nov 27 2011 : Version 1.1 + - Fix definition and use of AUTH + - Only call the "connect" callback if non-NULL + - make sure the callback for connect is only invoked once for the sync api + - make file offset bits 64 bits always * Sun Jul 31 2011 : Version 1.0 - - Initial version + - Initial version \ No newline at end of file