mirror_zfs/lib/libzfs
Brian Behlendorf fe6babced2
Bump libzfs.so and libzpool.so versions
Bump the library versions as advised by the libtool guidelines.

https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html

Two new functions were added but no existing functions were changed,
so we increase the version and the age (version:revision:age).

Added functions (2):
- boolean_t zpool_is_draid_spare(const char *);
- zpool_compat_status_t zpool_load_compat(const char *,
      boolean_t *, char *, char *);

Additionally bump the libzpool.so version information.  This library
is for internal use but we still want to update the version to track
major changes to the interfaces.

The libzfsbootenv, libuutil, libnvpair and libzfs_core libraries
have not been updated.

Reviewed-by: Richard Laager <rlaager@wiktel.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #11817
2021-04-01 16:53:05 -07:00
..
os Return finer grain errors in libzfs unmount_one 2021-03-08 08:46:45 -08:00
.gitignore Clean up lib dependencies 2020-07-10 14:26:00 -07:00
libzfs_changelist.c Add 'zfs rename -u' to rename without remounting 2020-09-01 16:14:16 -07:00
libzfs_config.c Use zfs_ioctl with zfs_cmd_t in libzfs 2019-10-23 17:29:43 -07:00
libzfs_crypto.c Don't bomb out when using keylocation=file:// 2021-03-03 08:28:49 -08:00
libzfs_dataset.c Removed duplicated includes 2021-03-22 12:34:58 -07:00
libzfs_diff.c Don't open zfs control device exclusively 2020-02-28 14:54:14 -08:00
libzfs_import.c zpool: speed up importing large pools (#11469) 2021-01-21 12:55:54 -08:00
libzfs_iter.c Mark functions as static 2020-06-18 12:20:38 -07:00
libzfs_mount.c Return finer grain errors in libzfs unmount_one 2021-03-08 08:46:45 -08:00
libzfs_pool.c When specifying raidz vdev name, parity count should match 2021-03-26 11:12:22 -07:00
libzfs_sendrecv.c Removed duplicated includes 2021-03-22 12:34:58 -07:00
libzfs_status.c Add missing checks for unsupported features 2021-02-27 17:16:02 -08:00
libzfs_util.c Update references to nonexistent man pages in code 2020-10-30 08:55:59 -07:00
libzfs.abi Add "compatibility" property for zpool feature sets 2021-02-17 21:30:45 -08:00
libzfs.pc.in Spruce up pkg-config files for libzfs/libzfs_core 2020-09-04 11:11:18 -07:00
libzfs.suppr Library ABI tracking with abigail 2020-11-17 09:18:52 -08:00
Makefile.am Bump libzfs.so and libzpool.so versions 2021-04-01 16:53:05 -07:00
THIRDPARTYLICENSE.openssl Fix typos in lib/ 2019-09-02 17:53:27 -07:00
THIRDPARTYLICENSE.openssl.descrip Encryption patch follow-up 2017-10-11 16:54:48 -04:00