From 128bed20c4570fa23bea4d0d49deae811a67a624 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 27 Jan 2011 22:00:33 +0100 Subject: libwbclient: bump version to 0.6 -> 1.0 due to ABI change (removed symbols) --- nsswitch/libwbclient/wbclient.h | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'nsswitch/libwbclient') diff --git a/nsswitch/libwbclient/wbclient.h b/nsswitch/libwbclient/wbclient.h index 13f1d99bb7..83fe73ce3f 100644 --- a/nsswitch/libwbclient/wbclient.h +++ b/nsswitch/libwbclient/wbclient.h @@ -66,9 +66,16 @@ const char *wbcErrorString(wbcErr error); * 0.4: Added wbcSidTypeString() * 0.5: Added wbcChangeTrustCredentials() * 0.6: Made struct wbcInterfaceDetails char* members non-const - **/ -#define WBCLIENT_MAJOR_VERSION 0 -#define WBCLIENT_MINOR_VERSION 6 + * 1.0: ABI change: removed the following: + * wbcSetUidMapping() + * wbcSetGidMapping() + * wbcRemoveUidMapping() + * wbcRemoveGidMapping() + * wbcSetUidHwm() + * wbcSetGidHwm() + **/ +#define WBCLIENT_MAJOR_VERSION 1 +#define WBCLIENT_MINOR_VERSION 0 #define WBCLIENT_VENDOR_VERSION "Samba libwbclient" struct wbcLibraryDetails { uint16_t major_version; -- cgit