lib/nfs: initial support for libnfs API 2

Commit
5e8f7ce273
introduced the libnfs API version 2 which may eventually become libnfs
version 6.

This version detection depends on my pull request
https://github.com/sahlberg/libnfs/pull/468
This commit is contained in:
Max Kellermann
2024-05-13 18:11:24 +02:00
parent 0ac24e5a24
commit 31e583e9f8
6 changed files with 82 additions and 7 deletions

1
NEWS
View File

@@ -26,6 +26,7 @@ ver 0.24 (not yet released)
* storage
- curl: optimize database update
- nfs: require libnfs 4.0 or later
- nfs: support libnfs 6 (API version 2)
- nfs: support libnfs URL arguments
* input
- alsa: limit ALSA buffer time to 2 seconds