New version 1.7
[deb_libnfs.git] / packaging / RPM / libnfs.spec.in
index 16e407a457b2f1669286d1930af5b4434d83d540..35c827d4233f2158f0a797c3123ad7f069033dd3 100644 (file)
@@ -95,6 +95,17 @@ 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