freeswitch/libs/sofia-sip/libsofia-sip-ua/sip/ChangeLog

59 lines
1.8 KiB
Plaintext

2006-01-25 Kai Vehmanen <kai.vehmanen@nokia.com>
* Doxyfile (INPUT): Missing sip_dll.c broke refdoc
build. Now changed so that individual are not listed
anymore in INPUT.
2006-01-10 Kai Vehmanen <kai.vehmanen@nokia.com>
* Doxyfile: References to removed files sip_internal.h
and sip_extensions.h caused fatal doxygen error.
2005-10-21 Pekka Pessi <Pekka.Pessi@nokia.com>
* sip_contact_create_from_via_with_transport() now converts tport name to lcase.
M ./libsofia-sip-ua/sip/sip_util.c -10 +25
2005-10-12 Pekka Pessi <Pekka.Pessi@nokia.com>
* Contact generated by nta now contains URL transport parameter.
The transport=UDP was left out from contact URL always. Now it is left out
only if both UDP and TCP are supported.
Added utility function sip_contact_create_from_via_with_transport().
M ./libsofia-sip-ua/nta/nta.c -2 +14
M ./libsofia-sip-ua/sip/sip_util.c -10 +28
M ./libsofia-sip-ua/sip/sip_util.h +6
2005-08-01 Pekka Pessi <Pekka.Pessi@nokia.com>
* Makefile.am: Added sip_bad_mask.
* sip_mime.c: Fixed sip_accept_encoding_d() and
sip_accept_language_d() to accept empty list.
* sip_util.c: sip_header_as_string() can now return an empty
string, too.
* sip.h: Putting Proxy-Require in the beginning of hte message.
* torture_sip.c: Added tests for privacy.
* sip_security.c: Added error checking in Privacy: accept
commas-separated list, too.
* sip_parser.h: Added header classification masks.
* sip_mime.c: Using apndlist format for various Accept headers.
* sip_feature.c: Using msg_commalist_d() to decode Allow, Require,
Proxy-Require, Supported, and Unsupported.
* sip_basic.c: Not encoding comment in Contact. Always using
name-addr form for Route headers.
2005-07-18 Kai Vehmanen <kai.vehmanen@nokia.com>
* Initial import of the module to Sofia-SIP tree.