mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
Mon May 26 08:52:41 EDT 2008 Pekka Pessi <first.last@nokia.com>
* RELEASE: 1.12.9pre1 Mon May 26 08:56:27 EDT 2008 Pekka Pessi <first.last@nokia.com> * configure.ac: prerelease 1.12.8pre1.12.9.1 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8675 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
5d09bf4a5b
commit
3e68d5e36b
@ -1 +1 @@
|
|||||||
Mon May 26 20:15:12 EDT 2008
|
Mon May 26 20:18:02 EDT 2008
|
||||||
|
@ -1,36 +1,30 @@
|
|||||||
==============================================
|
======================================
|
||||||
Release notes for current version of Sofia-SIP
|
Release notes for Sofia-SIP 1.12.9pre1
|
||||||
==============================================
|
======================================
|
||||||
|
|
||||||
Changes since last release
|
Changes since last release
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
<changes since last written in freshmeat.net "Changes:" style;
|
|
||||||
and in less than 10 lines, written in 3rd person English, with
|
|
||||||
complete sentences />
|
|
||||||
|
|
||||||
Bugs with BYE handling and event fetch/poll (SUBSCRIBE with Expires: 0) have
|
|
||||||
been fixed in nua. Bugs with timer handling, RFC2543 dialog/transaction
|
|
||||||
matching and gray list handling have been fixed in nta, all introduced by
|
|
||||||
release 1.12.8.
|
|
||||||
|
|
||||||
Stack now supports some load control with NTATAG_MAX_PROCEEDING(), limiting
|
Stack now supports some load control with NTATAG_MAX_PROCEEDING(), limiting
|
||||||
number of initial INVITE transactions being served concurrently.
|
number of initial INVITE transactions being served concurrently.
|
||||||
|
|
||||||
Bugs in blaa and foo have been fixed. The stack now supports
|
The NAT traversal support in NUA has been improved. It is now possible to
|
||||||
use of foobar...
|
force rport use at server end with NTATAG_SERVER_RPORT(2), and fource
|
||||||
|
routing of requests to a natted transport address detected by application
|
||||||
|
with NTATAG_DEFAULT_PROXY().
|
||||||
|
|
||||||
|
Bugs with SDP offer/answer overlap, BYE handling and event fetch/poll
|
||||||
|
(SUBSCRIBE with Expires: 0) have been fixed in nua. Bugs with timer
|
||||||
|
handling, RFC2543 dialog/transaction matching and gray list handling have
|
||||||
|
been fixed in nta.
|
||||||
|
|
||||||
|
Problems with SDP session handling by soa when media lines are deleted or
|
||||||
|
their type is changes have been fixed.
|
||||||
|
|
||||||
|
|
||||||
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:
|
||||||
- Added nta_outgoing_bind() to <sofia-sip/nta.h>.
|
- Added nta_outgoing_bind() to <sofia-sip/nta.h>.
|
||||||
- Allow changing TPTAG_LOG() and TPTAG_DUMP() values after tport_create()
|
- Allow changing TPTAG_LOG() and TPTAG_DUMP() values after tport_create()
|
||||||
@ -40,9 +34,8 @@ libsofia-sip-ua:
|
|||||||
- Added NTATAG_MAX_PROCEEDING() - limit number of requests accepted in
|
- Added NTATAG_MAX_PROCEEDING() - limit number of requests accepted in
|
||||||
proceeding queue.
|
proceeding queue.
|
||||||
- Using NUTAG_PROXY()/NTATAG_DEFAULT_PROXY() as handle-specific tag.
|
- Using NUTAG_PROXY()/NTATAG_DEFAULT_PROXY() as handle-specific tag.
|
||||||
Previously, NUTAG_PROXY() was ignored if given with nua_set_hparams(),
|
|
||||||
nua_invite(), nua_respond(), etc.
|
|
||||||
- Added nua_handle_by_call_id(), nta_leg_by_call_id().
|
- Added nua_handle_by_call_id(), nta_leg_by_call_id().
|
||||||
|
- Using NTATAG_SERVER_RPORT(2) to force rport usage on server side
|
||||||
- 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
|
||||||
@ -57,33 +50,27 @@ Contributors to this release
|
|||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
- Michael Jerris: fixes, new features NTATAG_MAX_PROCEEDING(),
|
- Michael Jerris: fixes, new features NTATAG_MAX_PROCEEDING(),
|
||||||
nua_handle_by_call_id(), nta_leg_by_call_id()
|
NTATAG_SERVER_RPORT(2), nua_handle_by_call_id(), nta_leg_by_call_id()
|
||||||
- Colin Whittaker: re-calculating subscription duration when receiving NOTIFY
|
- Colin Whittaker: re-calculating subscription duration when receiving NOTIFY
|
||||||
- Jerry Richards: fix to sip_header_as_string()
|
- Jerry Richards: fix to sip_header_as_string()
|
||||||
- Jussi Mutanen: fix to soa handling within nua
|
- Jussi Mutanen: fix to soa handling within nua
|
||||||
|
- Bernhard Suttner: fix to Replaces URI handling
|
||||||
<list of people who contributed to _this_ release
|
|
||||||
- update as people's patches are added, or when you commit stuff
|
|
||||||
- current development team members (see AUTHORS) may be omitted,
|
|
||||||
or listed at the end of the contribur list (depending on the scope
|
|
||||||
of the work done since the last release)
|
|
||||||
- name of the contributor should be enough (email addresses in AUTHORS),
|
|
||||||
plus a _brief_ description of what was contributed
|
|
||||||
- roughly sorted by number of patches accepted
|
|
||||||
/>
|
|
||||||
|
|
||||||
- **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
|
Notes on new features
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
<information about major new features
|
The NUTAG_PROXY()/NTATAG_DEFAULT_PROXY() is now handle-specific. Previously,
|
||||||
- new/changed/removed functionality
|
it was ignored on nua calls except nua_create() and nua_set_params(). Now it
|
||||||
- links to further documentation
|
is stored per-handle and used for all outgoing requests.
|
||||||
- section may be omitted for minor releases
|
|
||||||
/>
|
The NTATAG_SERVER_RPORT() used to accept only boolean values (0 or 1) and
|
||||||
|
the binary code compiled agains older Sofia SIP versions foces the tag value
|
||||||
|
to boolean. The updated tag function in version 1.12.9 accepts values 0, 1
|
||||||
|
or 2, however.
|
||||||
|
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
--------------------------
|
--------------------------
|
||||||
@ -117,12 +104,3 @@ Bugs fixed in this release
|
|||||||
- Fixed sf.net bug #1930055: nat detection did not un-REGISTER natted contact
|
- Fixed sf.net bug #1930055: nat detection did not un-REGISTER natted contact
|
||||||
if fist response to REGISTER was 200 OK.
|
if fist response to REGISTER was 200 OK.
|
||||||
- Fixed crashes in soa if m= lines were removed from user sdp.
|
- Fixed crashes in soa if m= lines were removed from user sdp.
|
||||||
|
|
||||||
|
|
||||||
< 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
|
|
||||||
|
@ -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.8devel])
|
AC_INIT([sofia-sip], [1.12.8pre1.12.9.1])
|
||||||
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…
x
Reference in New Issue
Block a user