forked from Mirrors/freeswitch
19561a8411
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5574 d0543943-73ff-0310-b7d9-9358b9ac24b2
92 lines
3.2 KiB
Plaintext
92 lines
3.2 KiB
Plaintext
==============================================
|
|
Release notes for current version of Sofia-SIP
|
|
==============================================
|
|
|
|
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 />
|
|
|
|
The stack now compiles and runs on Symbian SDK with Open C support
|
|
enabled.
|
|
|
|
Bugs in blaa and foo have been fixed. The stack now supports
|
|
use of foobar...
|
|
|
|
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_! />
|
|
|
|
New features in API are marked with Doxytag macro @VERSION_1_12_7.
|
|
|
|
libsofia-sip-ua:
|
|
- Added access point selection functionality for Open C / Symbian
|
|
- Removed extra system headers from <sofia-sip/stun_common.h>
|
|
- Added global variable su_socket_blocking. If it is set to true,
|
|
sockets are created as blocking.
|
|
- Added accessor function nta_outgoing_branch()
|
|
- Added SIP headers Alert-Info and Reply-To.
|
|
- Added macros SIP_HAVE_XXXX for extra headers, e.g., SIP_HAVE_ALERT_INFO().
|
|
- **template**: Added foobar() function (sofia-sip/foobar.h).
|
|
- 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
|
|
----------------------------
|
|
|
|
<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
|
|
/>
|
|
|
|
- Kai Vehmanen (fixes to win32 VC6/2005 project files)
|
|
|
|
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
|
|
/>
|
|
|
|
IPv6 support can now be disabled in VC6/VC2005 builds, by
|
|
setting SU_HAVE_IN6 to zero `win32/sofia-sip/su_configure.h'.
|
|
|
|
Symbian Open C build and packaging (SIS) files for libsofia-sip-ua,
|
|
libsofia-sip-ua-glib and for several test apps have been added under
|
|
sofia-sip/open_c.
|
|
|
|
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
|
|
/>
|
|
|
|
- Fixed #1472682 sf.net bug: ACK does not find INVITE when
|
|
To URI has been changed.
|