New version 1.9.6
[deb_libnfs.git] / packaging / RPM / libnfs.spec.in
index 98acdbc4d1df71eaf01bd508fd5c9c0aca15773f..35e3825df4620c94351b7ef91e9fdfb9397d4dfd 100644 (file)
@@ -95,8 +95,31 @@ development libraries for LibNFS
 %{_libdir}/libnfs.la
 %{_libdir}/pkgconfig/libnfs.pc
 
+%package utils
+Summary: Utility programs for LibNFS
+Group: Applications/System
+
+%description utils
+Utility programs for LibNFS
+
+%files utils
+%defattr(-,root,root)
+%{_bindir}/nfs-ls
+%{_mandir}/man1/nfs-ls.1.gz
+
 %changelog
-* Wed Mar 19 2014: Version 1.9.3
+* Tue Nov 25 2014 : Version 1.9.6
+ - Add O_TRUNC support for nfs_create
+ - Handle OOM during create
+ - Return more stats fields as part of readdir since we get these for "free"
+   when we use READDIRPLUS
+ - Follow symlinks during path resolution
+ - Add lchown, lstat and lutimes
+ - Replace all [u_]quad types with [u]int types in our RPC layer
+ - Solaris build fixes
+* Sat Jul 19 2014 : Version 1.9.5
+ - Remove old ONC-RPC symbols
+* Wed Mar 19 2014 : Version 1.9.3
  - Add O_TRUNC support to nfs_open()
  - Add a simple but incomplete LD_PRELOAD tool
  - Fixes for some memory leaks and C++ compile support
@@ -120,7 +143,7 @@ development libraries for LibNFS
  - RPC layer support for NSM
  - Add example FUSE filesystem.
  - Minor fixes.
-* Sun Oct 30 2013 : Version 1.8
+* Wed Oct 30 2013 : Version 1.8
  - Fix nasty memory leak in read_from_socket
  - minor updates
 * Sun Oct 20 2013 : Version 1.7