[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-2400-gec4e895

Stefan Metzmacher metze at samba.org
Thu May 22 14:21:00 GMT 2008


The branch, v3-2-test has been updated
       via  ec4e8954402280c12c08cad0cb7cd9d3acb14152 (commit)
      from  79e90f6c5efe97d6671f4def8cc0ffd2f93f48e8 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit ec4e8954402280c12c08cad0cb7cd9d3acb14152
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu May 22 16:18:53 2008 +0200

    build: add symbol versioning to libtalloc and libwbclient
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 source/exports/libtalloc.syms   |    2 +-
 source/exports/libwbclient.syms |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/exports/libtalloc.syms b/source/exports/libtalloc.syms
index 87f1c5c..9d77308 100644
--- a/source/exports/libtalloc.syms
+++ b/source/exports/libtalloc.syms
@@ -1,4 +1,4 @@
-{
+TALLOC_1_2 {
 	global:
 		talloc_*;
 		_talloc_*;
diff --git a/source/exports/libwbclient.syms b/source/exports/libwbclient.syms
index f1e68b4..e1c3911 100644
--- a/source/exports/libwbclient.syms
+++ b/source/exports/libwbclient.syms
@@ -1,4 +1,4 @@
-{
+WBCLIENT_0_1 {
 	global: wbc*;
 	local: *;
 };


-- 
Samba Shared Repository


More information about the samba-cvs mailing list