forked from Mirrors/freeswitch
1b16791e18
* Updated AUTHORS, RELEASE. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10834 d0543943-73ff-0310-b7d9-9358b9ac24b2
72 lines
2.6 KiB
Plaintext
72 lines
2.6 KiB
Plaintext
======================================
|
|
Release notes for Sofia-SIP 1.12.10rc2
|
|
======================================
|
|
|
|
Changes since release 1.12.9
|
|
----------------------------
|
|
|
|
Numerous bugs has been fixed. The SDP parser has been updated to accept
|
|
syntax according to RFC 4566. The TLS certificate verfication can now be
|
|
controlled through offical API.
|
|
|
|
API/ABI changes and versioning
|
|
------------------------------
|
|
|
|
libsofia-sip-ua:
|
|
New tags added:
|
|
- TPTAG_TLS_VERIFY_PEER()
|
|
- NUTAG_REFRESH_WITHOUT_SDP()
|
|
Tag behavour updated:
|
|
- NTATAG_SERVER_RPORT(2) now includes and uses rport even if client does not
|
|
|
|
- This release is ABI/API compatible with applications linked against
|
|
any 1.12.x release. However, applications built against this release won't
|
|
work against an older library. The ABI has been tested with the nua module
|
|
unit test (test_nua) built against original 1.12.0 release.
|
|
|
|
libsofia-sip-ua-glib:
|
|
- No ABI/API changes, compatible with 1.12.0. Note, libsofia-sip-ua-glib
|
|
interface is not considered stable and may change in a future 1.12.x
|
|
release.
|
|
|
|
Contributors to this release
|
|
----------------------------
|
|
|
|
Tiago Katcipis <katcipis AT inf DOT ufcs DOT br>
|
|
Mikhail Zabaluev
|
|
Paulo Pizarro <paulo -dot pizarro -at gmail -dot com>
|
|
Filippo Della Betta
|
|
Jarod Neuner <janeuner@networkharbor.com>
|
|
Fabio Ferrari <fabioferrari AT gmail DOT com>
|
|
Jeff Lenk <jlenk at frontiernet dot net>
|
|
Brian Czapiga <rys at evool dot com>
|
|
Stefano Sabatini
|
|
Fabio Margarido <fabiomargarido AT gmail DOT com>
|
|
|
|
See the AUTHORS file in the distribution package.
|
|
|
|
|
|
Bugs fixed in this release
|
|
--------------------------
|
|
|
|
- Configure script options --enable-ndebug and enable-expensive-checks fixed.
|
|
Patch by Fabio Margarido
|
|
- When using session-timers, expire session only at the end of negotiated
|
|
expiration time.
|
|
- Fixed #1930055: Unregister when a new public binding is detected.
|
|
Patch by Mikhail Zabaluev.
|
|
- Use SIPS scheme in Contact URI if registering with SIPS. Patch by Jarod
|
|
Neuner.
|
|
- Using lower-case "udptl" transport name in SDP. Be bug-compatible.
|
|
Report by Timo Bruhn.
|
|
- Fixed mutex handle leak on Windows. Patch by Jeff Lenk.
|
|
- Accept requests with invalid Supported header. Patch by Brian Czapiga.
|
|
- When doing event fetch (SUBSCRIBE with Expires: 0) Wait until NOTIFY is
|
|
received.
|
|
- Fixed memory leak when destroying incomplete INVITE transactions in nua.
|
|
- Not using OPTIONS keepalive on TCP.
|
|
- Fixed bug with To-tags in response to CANCEL.
|
|
- Fixed #2041747: crash when using SIPTAG_ORGANIZATION_TAG_STR
|
|
- Fixed #1904805: build with Vista PlatformSDK
|
|
- Fixed #2037585: crash when call terminated
|