summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-03-11 17:07:23 +0000
committerGerald Carter <jerry@samba.org>2005-03-11 17:07:23 +0000
commitfc41cd42824405fc022d3a6d69a6e0b9f4ccf022 (patch)
tree13063a7052668573ad85204176a839f562d84d77
parentbcf8a4bb3fcbe7002c2db242a3223f8425fe7e18 (diff)
downloadsamba-fc41cd42824405fc022d3a6d69a6e0b9f4ccf022.tar.gz
r5755: adding note about binary compatibility & libsmbclient
-rw-r--r--WHATSNEW.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 53b3836952d..0cbf4c925a1 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -27,6 +27,18 @@ Additional features introduced in Samba 3.0.12rc1:
o New libsmbclient functionality.
+libsmbclient Binary Compatibility
+==================================
+
+Please note that a change has been made to the _SMBCCTX structure
+in source/include/libsmbclient.h. This change is not backwards
+compatible with applications linked against the libsmbclient.so
+library from Samba 3.0.11. However, it is compatible with all
+other Samba 3.0.x releases. This means that it will be most likely
+be necessary to recompile any applications linked against the
+3.0.11 version of the library.
+
+
######################################################################
Changes
#######