libwbclient: bump version to 0.6 -> 1.0 due to ABI change (removed symbols)
authorMichael Adam <obnox@samba.org>
Thu, 27 Jan 2011 21:00:33 +0000 (22:00 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 27 Jan 2011 21:00:33 +0000 (22:00 +0100)
nsswitch/libwbclient/wbclient.h

index 13f1d99bb700065f07bbe37197c55b36241c34d5..83fe73ce3fb7c4084ed9b579cd87009be5d57d08 100644 (file)
@@ -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;