From: Ronnie Sahlberg Date: Tue, 25 Nov 2014 14:47:55 +0000 (-0800) Subject: New version 1.9.6 X-Git-Tag: upstream/1.9.6^2 X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=commitdiff_plain;h=080d2311292dbb9a5bde7571b293c4e776ff47f1 New 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 Signed-off-by: Ronnie Sahlberg --- diff --git a/configure.ac b/configure.ac index b790b06..2e64295 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([libnfs], [1.9.5], [ronniesahlberg@gmail.com]) +AC_INIT([libnfs], [1.9.6], [ronniesahlberg@gmail.com]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign]) AC_CANONICAL_HOST diff --git a/lib/Makefile.am b/lib/Makefile.am index 2f12325..bbc29d2 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -18,9 +18,9 @@ libnfs_la_SOURCES = \ pdu.c \ socket.c -SOCURRENT=6 +SOCURRENT=7 SOREVISION=0 -SOAGE=2 +SOAGE=3 libnfs_la_LDFLAGS = -version-info $(SOCURRENT):$(SOREVISION):$(SOAGE) libnfs_la_LIBADD = \ ../mount/libmount.la \ diff --git a/packaging/RPM/libnfs.spec.in b/packaging/RPM/libnfs.spec.in index 0535743..35e3825 100644 --- a/packaging/RPM/libnfs.spec.in +++ b/packaging/RPM/libnfs.spec.in @@ -108,6 +108,15 @@ Utility programs for LibNFS %{_mandir}/man1/nfs-ls.1.gz %changelog +* 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