This posting was generated automatically from darcs repo
<http://sofia-sip.org/repos>.

Wed Sep  6 17:10:17 EEST 2006  [EMAIL PROTECTED]
  * soa_static.c: fixed problem of a new offer not including active codec.
  
  test_soa.c: added test for dropping codecs from new offer.
  
  Based on patch by Legostayev Denis.

    M ./libsofia-sip-ua/soa/soa_static.c -4 +3
    M ./libsofia-sip-ua/soa/test_soa.c +84

Wed Sep  6 09:51:48 EEST 2006  [EMAIL PROTECTED]
  * nua module: updated doxygen documentation.

    M ./libsofia-sip-ua/nua/Doxyfile +2
    M ./libsofia-sip-ua/nua/nua.c -6 +5
    M ./libsofia-sip-ua/nua/nua.docs -3 +15
    M ./libsofia-sip-ua/nua/nua_params.c -1 +1
    M ./libsofia-sip-ua/nua/sofia-sip/nua.h -1 +1
    M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h -2 +5

Wed Sep  6 09:34:04 EEST 2006  [EMAIL PROTECTED]
  * nta_check.c: updated documentation.

    M ./libsofia-sip-ua/nta/nta_check.c -70 +179

Wed Sep  6 09:26:58 EEST 2006  [EMAIL PROTECTED]
  * tport module: fixed doxygen file entries.

    M ./libsofia-sip-ua/tport/tport_logging.c -1 +1
    M ./libsofia-sip-ua/tport/tport_sigcomp.c -3 +3
    M ./libsofia-sip-ua/tport/tport_threadpool.c -1 +1
    M ./libsofia-sip-ua/tport/tport_type_connect.c -1 +1
    M ./libsofia-sip-ua/tport/tport_type_tcp.c -1 +1
    M ./libsofia-sip-ua/tport/tport_type_tls.c -1 +1
    M ./libsofia-sip-ua/tport/tport_type_udp.c -1 +1

Wed Sep  6 00:47:38 EEST 2006  [EMAIL PROTECTED]
  * RELEASE: updated.

    M ./RELEASE +4

Wed Sep  6 00:46:00 EEST 2006  [EMAIL PROTECTED]
  * su_root.c: fixed race condition in su_task_execute().
  
  Patch #1552626 by Andrzej Ciarkowski:
  
  While running test_nua example it crashes on
  su_task_execute() (called from test_nat_flush()). The
  function has race condition - call to
  pthread_cond_wait(frame->cond, frame->mutex); may
  happen when memory pointed by frame is already
  deallocated by the message dispatcher. This is clearly
  visible in VC++ Debug builds, as debug version of
  Windows allocator overwrites freed memory with some
  rubbish, so that mutex and cond both point into
  garbage. The frame probably should not be allocated as
  a part of the message.

    M ./libsofia-sip-ua/su/su_root.c -11 +17

Wed Sep  6 00:07:17 EEST 2006  [EMAIL PROTECTED]
  * test_soa.c: testing codec negotiation when new codecs are added to 
previously rejected media.

    M ./libsofia-sip-ua/soa/test_soa.c +145

Wed Sep  6 00:05:40 EEST 2006  [EMAIL PROTECTED]
  * test_soa.c: testing SOATAG_AUDIO_AUX().

    M ./libsofia-sip-ua/soa/test_soa.c -4 +21

Wed Sep  6 00:04:54 EEST 2006  [EMAIL PROTECTED]
  * soa_static.c: added new tag SOATAG_AUDIO_AUX() for listing auxiliary codecs.
  
  Auxiliary codecs are now included in m=line even if there is no matching
  codec at remote end. They are also ignored when selecting common codecs.

    M ./libsofia-sip-ua/soa/soa_static.c -23 +140

Wed Sep  6 00:03:10 EEST 2006  [EMAIL PROTECTED]
  * soa_tag.h, soa_tag.c: added SOATAG_AUDIO_AUX().

    M ./libsofia-sip-ua/soa/soa_tag.c -3 +33
    M ./libsofia-sip-ua/soa/sofia-sip/soa_tag.h +5

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sofia-sip-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to