[svn-commits] kpfleming: branch 1.6.1 r149921 - in /branches/1.6.1: ./ res/res_phoneprov.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Oct 16 04:03:46 CDT 2008


Author: kpfleming
Date: Thu Oct 16 04:03:46 2008
New Revision: 149921

URL: http://svn.digium.com/view/asterisk?view=rev&rev=149921
Log:
Merged revisions 149920 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r149920 | kpfleming | 2008-10-16 10:56:35 +0200 (Thu, 16 Oct 2008) | 3 lines
  
  inter-module dependencies should be included in the source code, not just in sample config files
........

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/res/res_phoneprov.c

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/res/res_phoneprov.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/res/res_phoneprov.c?view=diff&rev=149921&r1=149920&r2=149921
==============================================================================
--- branches/1.6.1/res/res_phoneprov.c (original)
+++ branches/1.6.1/res/res_phoneprov.c Thu Oct 16 04:03:46 2008
@@ -25,6 +25,10 @@
  * \author Matthew Brooks <mbrooks at digium.com>
  * \author Terry Wilson <twilson at digium.com>
  */
+
+/*** MODULEINFO
+	<depend>func_strings</depend>
+ ***/
 
 #include "asterisk.h"
 




More information about the svn-commits mailing list