[asterisk-commits] qwell: branch 10-digiumphones r368999 - in /branches/10-digiumphones: ./ apps/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jun 15 10:32:45 CDT 2012


Author: qwell
Date: Fri Jun 15 10:32:40 2012
New Revision: 368999

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=368999
Log:
Remove some symbol exports that got missed in the removal of global symbols.

(issue AST-807)
(issue AST-901)
(issue AST-908)
........

Merged revisions 368998 from http://svn.asterisk.org/svn/asterisk/certified/branches/1.8.11

Modified:
    branches/10-digiumphones/   (props changed)
    branches/10-digiumphones/apps/app_voicemail.exports.in

Propchange: branches/10-digiumphones/
------------------------------------------------------------------------------
--- certified-branch-1.8.11-merged (original)
+++ certified-branch-1.8.11-merged Fri Jun 15 10:32:40 2012
@@ -1,1 +1,1 @@
-/certified/branches/1.8.11:364761,365395,368790,368962,368964
+/certified/branches/1.8.11:364761,365395,368790,368962,368964,368998

Modified: branches/10-digiumphones/apps/app_voicemail.exports.in
URL: http://svnview.digium.com/svn/asterisk/branches/10-digiumphones/apps/app_voicemail.exports.in?view=diff&rev=368999&r1=368998&r2=368999
==============================================================================
--- branches/10-digiumphones/apps/app_voicemail.exports.in (original)
+++ branches/10-digiumphones/apps/app_voicemail.exports.in Fri Jun 15 10:32:40 2012
@@ -15,15 +15,6 @@
 		LINKER_SYMBOL_PREFIXmm_notify;
 		LINKER_SYMBOL_PREFIXmm_searched;
 		LINKER_SYMBOL_PREFIXmm_status;
-		LINKER_SYMBOL_PREFIXast_vm_mailbox_snapshot_create;
-		LINKER_SYMBOL_PREFIXast_vm_mailbox_snapshot_destroy;
-		LINKER_SYMBOL_PREFIXast_vm_msg_move;
-		LINKER_SYMBOL_PREFIXast_vm_msg_remove;
-		LINKER_SYMBOL_PREFIXast_vm_msg_forward;
-		LINKER_SYMBOL_PREFIXast_vm_index_to_foldername;
-		LINKER_SYMBOL_PREFIXast_vm_msg_play;
-		LINKER_SYMBOL_PREFIXast_vm_test_create_user;
-		LINKER_SYMBOL_PREFIXast_vm_test_destroy_user;
 	local:
 		*;
 };




More information about the asterisk-commits mailing list