New version 5.0.1

Fixes non-pthread build

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
master
Ronnie Sahlberg 2022-02-01 03:31:37 +10:00
parent 32349ab58b
commit 2772c70be6
4 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,6 @@
Changes since 5.0.0
Fix non-pthread build
Changes since 4.0.0
Multithread support for Linux and Windows

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.2)
project(libnfs
LANGUAGES C
VERSION 5.0.0)
VERSION 5.0.1)
set(SOVERSION 11.0.0 CACHE STRING "" FORCE)

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.50)
AC_INIT([libnfs], [5.0.0], [ronniesahlberg@gmail.com])
AC_INIT([libnfs], [5.0.1], [ronniesahlberg@gmail.com])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
AC_CANONICAL_HOST

View File

@ -113,6 +113,8 @@ Utility programs for LibNFS
%{_mandir}/man1/nfs-ls.1.gz
%changelog
* Tue Feb 1 2022 : Version 5.0.1
- Fix non-pthread build
* Fri Jan 28 2022 : Version 5.0.0
- Multithread support for Linux and Windows
- Fix NFS4 behavior of chmod/chown/utimes