X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=packaging%2FRPM%2Flibnfs.spec.in;h=450f10f8aa7168d74804cdee6f03d9ebb8955a0c;hb=558aefc7364ec0ddf1250c6df5c819c166456111;hp=53e1ed925d4ab9c5cc1f2b50c57f93a2ee91b56a;hpb=f816bf4c7641071d83ed2c796c93ce0ddba9b3b4;p=deb_libnfs.git diff --git a/packaging/RPM/libnfs.spec.in b/packaging/RPM/libnfs.spec.in index 53e1ed9..450f10f 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,25 @@ development libraries for LibNFS %{_libdir}/pkgconfig/libnfs.pc %changelog +* Sun Wed 30 2013 : Version 1.8 + - Fix nasty memory leak in read_from_socket + - minor updates +* 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.