X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=packaging%2FRPM%2Flibnfs.spec.in;h=35c827d4233f2158f0a797c3123ad7f069033dd3;hb=31820d27272d9067fa93fa5d589d89788aad7295;hp=32ec1f18b5847de4093b9bc26672516ad4d59dd2;hpb=86ef4910045771a1da4023a1880ba1c9e265eb6d;p=deb_libnfs.git diff --git a/packaging/RPM/libnfs.spec.in b/packaging/RPM/libnfs.spec.in index 32ec1f1..35c827d 100644 --- a/packaging/RPM/libnfs.spec.in +++ b/packaging/RPM/libnfs.spec.in @@ -84,6 +84,7 @@ development libraries for LibNFS %files devel %defattr(-,root,root) %{_includedir}/nfsc/libnfs.h +%{_includedir}/nfsc/libnfs-zdr.h %{_includedir}/nfsc/libnfs-raw.h %{_includedir}/nfsc/libnfs-raw-mount.h %{_includedir}/nfsc/libnfs-raw-nfs.h @@ -94,6 +95,39 @@ development libraries for LibNFS %{_libdir}/pkgconfig/libnfs.pc %changelog +* Sun Oct 20 2013 : Version 1.7 + - Allow nested eventloops so that a sync function can be called from a callback. + - Fix a bug in unmarshalling a uint64. + - Add PATHCONF support. + - WIN32/64 updates + - AROS updates +* Mon May 27 2013 : Version 1.6 + - AROS/Amiga support + - Chose better initial xid value to reduce the probability for collissions. + - Set default group to getgid() instead of -1. This fixes an interoperability + problem with 3.9 linux knfsd. +* Mon Dec 3 2012 : Version 1.5 + - Switch to using our own RPC/XDR replacement ZDR instead of relying on the + system RPC/TIRPC libraries. This allows using libnfs on platforms that lack + RPC libraries completely. + - Add support for Android. +* 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