X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=packaging%2FRPM%2Flibnfs.spec.in;h=35c827d4233f2158f0a797c3123ad7f069033dd3;hb=31820d27272d9067fa93fa5d589d89788aad7295;hp=b4e313a1d84101ec1156e447d6a057690e287932;hpb=47e5a2c74007f57751ebe9054669404eeb2fe948;p=deb_libnfs.git diff --git a/packaging/RPM/libnfs.spec.in b/packaging/RPM/libnfs.spec.in index b4e313a..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,30 @@ 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