New version 1.6
[deb_libnfs.git] / packaging / RPM / libnfs.spec.in
index 6938047cf32e2e01f5f9f167abdca5b96193d1d7..2497f61b29ec48ba6cf5ddc8a6741b2e6e8e1d50 100644 (file)
@@ -95,6 +95,16 @@ development libraries for LibNFS
 %{_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.