New version 1.6
[deb_libnfs.git] / packaging / RPM / libnfs.spec.in
index 5450ede4bb6e6c8b1ac1c7397548bd95e79a36bd..2497f61b29ec48ba6cf5ddc8a6741b2e6e8e1d50 100644 (file)
@@ -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
@@ -91,7 +92,40 @@ development libraries for LibNFS
 %{_includedir}/nfsc/libnfs-raw-rquota.h
 %{_libdir}/libnfs.a
 %{_libdir}/libnfs.la
+%{_libdir}/pkgconfig/libnfs.pc
 
 %changelog
+* 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
+ - 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