diff --git a/libs/sofia-sip/AUTHORS b/libs/sofia-sip/AUTHORS index e6ecb1858b..9b2724149f 100644 --- a/libs/sofia-sip/AUTHORS +++ b/libs/sofia-sip/AUTHORS @@ -19,6 +19,7 @@ Haataja, Mikko Jacobs, Remeres Jalava, Teemu Jerris, Michael +Katcipis, Tiago Knoblich, Stefan Legostayev, Denis Lenk, Jeff diff --git a/libs/sofia-sip/RELEASE b/libs/sofia-sip/RELEASE index da6bf2f0ea..249b912be6 100644 --- a/libs/sofia-sip/RELEASE +++ b/libs/sofia-sip/RELEASE @@ -1,30 +1,24 @@ -============================================== -Release notes for current version of Sofia-SIP -============================================== +====================================== +Release notes for Sofia-SIP 1.12.10rc2 +====================================== -Changes since last release --------------------------- +Changes since release 1.12.9 +---------------------------- - - -Bugs in blaa and foo have been fixed. The stack now supports -use of foobar... +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 ------------------------------ - - -**template**: New features in API are marked with Doxytag macro @VERSION_1_XX_X. - libsofia-sip-ua: -- **template**: Added foobar() function (sofia-sip/foobar.h). + 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 @@ -38,36 +32,40 @@ libsofia-sip-ua-glib: Contributors to this release ---------------------------- - - -- **template**: First Surname (patch to nua/soa/msg) +Tiago Katcipis +Mikhail Zabaluev +Paulo Pizarro +Filippo Della Betta +Jarod Neuner +Fabio Ferrari +Jeff Lenk +Brian Czapiga +Stefano Sabatini +Fabio Margarido See the AUTHORS file in the distribution package. -Notes on new features ---------------------- - - Bugs fixed in this release -------------------------- -< notable bugs fixed in this release - - check the sf.net bug tracker; see closed bugs, - sorted by closing date - - other bugs as fixed in CVS/darcs -/> - -- **template**: #9499652 sf.net bug item title +- 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 diff --git a/libs/sofia-sip/configure.ac b/libs/sofia-sip/configure.ac index ba81a385db..43c826c59b 100644 --- a/libs/sofia-sip/configure.ac +++ b/libs/sofia-sip/configure.ac @@ -11,7 +11,7 @@ dnl information on the package dnl --------------------------- dnl update both the version for AC_INIT and the LIBSOFIA_SIP_UA_MAJOR_MINOR -AC_INIT([sofia-sip], [1.12.9pre10rc1]) +AC_INIT([sofia-sip], [1.12.9pre10rc2]) AC_CONFIG_SRCDIR([libsofia-sip-ua/sip/sofia-sip/sip.h]) AC_SUBST(VER_LIBSOFIA_SIP_UA_MAJOR_MINOR, [1.12]) dnl Includedir specific to this sofia version