Skip to content

Commit

Permalink
New version 6.0.0
Browse files Browse the repository at this point in the history
KRB5 / TLS support
Zero-Copy READ support.
New API and changed function signatures. Can be checked via LIBNFS_API_V2

Signed-off-by: Ronnie Sahlberg <[email protected]>
  • Loading branch information
sahlberg committed Dec 11, 2024
1 parent 910994f commit 976a9ae
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.16)

project(libnfs
LANGUAGES C
VERSION 6.0.0)
VERSION 16.0.0)

set(SOVERSION 12.0.0 CACHE STRING "" FORCE)
set(SOVERSION 16.0.0 CACHE STRING "" FORCE)

set(INSTALL_BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin" CACHE PATH "Installation directory for binaries")
set(INSTALL_LIB_DIR "${CMAKE_INSTALL_PREFIX}/lib" CACHE PATH "Installation directory for libraries")
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([libnfs],[6.0.0],[[email protected]])
AC_INIT([libnfs],[16.0.0],[[email protected]])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
AC_CANONICAL_HOST
Expand Down
2 changes: 1 addition & 1 deletion lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ libnfs_la_SOURCES = \
socket.c \
../win32/win32_compat.c

SOCURRENT=15
SOCURRENT=16
SOREVISION=0
SOAGE=0
libnfs_la_LDFLAGS = -version-info $(SOCURRENT):$(SOREVISION):$(SOAGE) \
Expand Down
5 changes: 5 additions & 0 deletions packaging/RPM/libnfs.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ Utility programs for LibNFS
%{_mandir}/man1/nfs-ls.1.gz

%changelog
* Wed Dec 11 2024 : Version 6.0.0
- KRB5/i/p support
- TLS support
- READ3/4 Zero-Copy
- New API that breaks some signatures. Check LIBNFS_API_V2
* sun Feb 11 2024 : Version 5.0.3
- drop *BSD support from github workflows
- workflow: indicate that the linux workflow also runs the tests
Expand Down

0 comments on commit 976a9ae

Please sign in to comment.