Wed Dec 3 06:00:07 CST 2008 Pekka Pessi <first.last@nokia.com>
* Updated AUTHORS, RELEASE. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10834 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e5c185a842
commit
1b16791e18
|
@ -19,6 +19,7 @@ Haataja, Mikko <first.surname@nokia.com>
|
||||||
Jacobs, Remeres <first.surname@nokia.com>
|
Jacobs, Remeres <first.surname@nokia.com>
|
||||||
Jalava, Teemu <first.surname@nokia.com>
|
Jalava, Teemu <first.surname@nokia.com>
|
||||||
Jerris, Michael <mike -at jerris -dot com>
|
Jerris, Michael <mike -at jerris -dot com>
|
||||||
|
Katcipis, Tiago <katcipis AT inf DOT ufcs DOT br>
|
||||||
Knoblich, Stefan
|
Knoblich, Stefan
|
||||||
Legostayev, Denis <legostayev -at neic -dot nsk -dot su>
|
Legostayev, Denis <legostayev -at neic -dot nsk -dot su>
|
||||||
Lenk, Jeff <jlenk -at frontiernet -dot net>
|
Lenk, Jeff <jlenk -at frontiernet -dot net>
|
||||||
|
|
|
@ -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
|
||||||
--------------------------
|
----------------------------
|
||||||
|
|
||||||
<changes since last written in freshmeat.net "Changes:" style;
|
Numerous bugs has been fixed. The SDP parser has been updated to accept
|
||||||
and in less than 10 lines, written in 3rd person English, with
|
syntax according to RFC 4566. The TLS certificate verfication can now be
|
||||||
complete sentences />
|
controlled through offical API.
|
||||||
|
|
||||||
Bugs in blaa and foo have been fixed. The stack now supports
|
|
||||||
use of foobar...
|
|
||||||
|
|
||||||
API/ABI changes and versioning
|
API/ABI changes and versioning
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
<see previous release notes at
|
|
||||||
http://sofia-sip.sourceforge.net/relnotes/ for examples ;
|
|
||||||
- should include all changes to public headers, and
|
|
||||||
other important information to developers;
|
|
||||||
- and should be updated _continuously_! />
|
|
||||||
|
|
||||||
**template**: New features in API are marked with Doxytag macro @VERSION_1_XX_X.
|
|
||||||
|
|
||||||
libsofia-sip-ua:
|
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
|
- This release is ABI/API compatible with applications linked against
|
||||||
any 1.12.x release. However, applications built against this release won't
|
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
|
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
|
Contributors to this release
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
<list of people who contributed to _this_ release
|
Tiago Katcipis <katcipis AT inf DOT ufcs DOT br>
|
||||||
- update as people's patches are added, or when you commit stuff
|
Mikhail Zabaluev
|
||||||
- current development team members (see AUTHORS) may be omitted,
|
Paulo Pizarro <paulo -dot pizarro -at gmail -dot com>
|
||||||
or listed at the end of the contribur list (depending on the scope
|
Filippo Della Betta
|
||||||
of the work done since the last release)
|
Jarod Neuner <janeuner@networkharbor.com>
|
||||||
- name of the contributor should be enough (email addresses in AUTHORS),
|
Fabio Ferrari <fabioferrari AT gmail DOT com>
|
||||||
plus a _brief_ description of what was contributed
|
Jeff Lenk <jlenk at frontiernet dot net>
|
||||||
- roughly sorted by number of patches accepted
|
Brian Czapiga <rys at evool dot com>
|
||||||
/>
|
Stefano Sabatini
|
||||||
|
Fabio Margarido <fabiomargarido AT gmail DOT com>
|
||||||
- **template**: First Surname (patch to nua/soa/msg)
|
|
||||||
|
|
||||||
See the AUTHORS file in the distribution package.
|
See the AUTHORS file in the distribution package.
|
||||||
|
|
||||||
Notes on new features
|
|
||||||
---------------------
|
|
||||||
|
|
||||||
<information about major new features
|
|
||||||
- new/changed/removed functionality
|
|
||||||
- links to further documentation
|
|
||||||
- section may be omitted for minor releases
|
|
||||||
/>
|
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
< notable bugs fixed in this release
|
- Configure script options --enable-ndebug and enable-expensive-checks fixed.
|
||||||
- check the sf.net bug tracker; see closed bugs,
|
Patch by Fabio Margarido
|
||||||
sorted by closing date
|
- When using session-timers, expire session only at the end of negotiated
|
||||||
- other bugs as fixed in CVS/darcs
|
expiration time.
|
||||||
/>
|
- Fixed #1930055: Unregister when a new public binding is detected.
|
||||||
|
Patch by Mikhail Zabaluev.
|
||||||
- **template**: #9499652 sf.net bug item title
|
- 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
|
||||||
|
|
|
@ -11,7 +11,7 @@ dnl information on the package
|
||||||
dnl ---------------------------
|
dnl ---------------------------
|
||||||
|
|
||||||
dnl update both the version for AC_INIT and the LIBSOFIA_SIP_UA_MAJOR_MINOR
|
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_CONFIG_SRCDIR([libsofia-sip-ua/sip/sofia-sip/sip.h])
|
||||||
AC_SUBST(VER_LIBSOFIA_SIP_UA_MAJOR_MINOR, [1.12])
|
AC_SUBST(VER_LIBSOFIA_SIP_UA_MAJOR_MINOR, [1.12])
|
||||||
dnl Includedir specific to this sofia version
|
dnl Includedir specific to this sofia version
|
||||||
|
|
Loading…
Reference in New Issue