Changes between Version 14 and Version 15 of Migration From 0.5 Version To 0.6 Version


Ignore:
Timestamp:
Apr 22, 2007 2:55:44 AM (17 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Migration From 0.5 Version To 0.6 Version

    v14 v15  
    2626   * {{{third_party/build/resample/libresample}}} 
    2727   * {{{third_party/build/speex/libspeex}}} 
     28 * Applications based on PJSUA-LIB, or applications wanting to use the new STUN and ICE functionality in PJNATH, should add {{{pjnath/build/pjnath}}} library into the project dependencies. 
    2829 
    2930=== Visual Studio 6 === 
     
    4445Changes in PJLIB: 
    4546 * Added {{{PJ_POOL_ALLOC_T}}} and {{{PJ_POOL_ZALLOC_T}}} macros, which should be preferable than the old {{{pj_pool_alloc()}}}/{{{pj_pool_zalloc()}}} since it provides more type safety. 
    46  * PJLIB now has {{{ip_helper.h}}} file to enumerate local interface and local routing (needed by ICE). Windows application must link with IPHLPAPI.LIB now. 
     47 * PJLIB now has IP Helper API in {{{ip_helper.h}}} file to enumerate local interface and local routing (needed by ICE). Windows application must link with IPHLPAPI.LIB. 
    4748 
    4849