Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
ce7c07c2
Commit
ce7c07c2
authored
Nov 29, 2006
by
Pekka Pessi
Browse files
RELEASE: updated.
darcs-hash:20061128233905-65a35-05d2279000fa809fa3a2185d87b638cdeec407b2.gz
parent
06f4f27d
Changes
1
Hide whitespace changes
Inline
Side-by-side
RELEASE
View file @
ce7c07c2
...
...
@@ -5,14 +5,16 @@ Release notes for current version of Sofia-SIP
Changes since last release
--------------------------
On Linux systems, the sockets are handled with epoll allowing large number
of concurrent connections, like 100 000 or more.
Headers in SIP URIs are now included in the request by nta and nua.
The nua API now supports arbitratry SIP methods.
There is now also reactive mode of handing subscriptions in nua, using
nua_i_subscribe()/nua_respond()/nua_notify()/nua_i_publish().
On Linux systems, the sockets are handled with epoll allowing large number
of concurrent connections, like 100 000 or more.
Severe bug in STUN functionality was fixed.
API/ABI changes and versioning
...
...
@@ -28,8 +30,15 @@ API/ABI changes and versioning
libsofia-sip-ua:
- **template**: Added foobar() function (sofia-sip/foobar.h).
- Added nua_method() and NUTAG_METHOD()
- Added nth_request_auth() and NTHTAG_AUTH_MODULE()
- Added host_cmp() for comparing host names or IP addresses in numeric
format.
- Added auth_mod_name() to <sofia-sip/auth_module.c>
- Added msg_make() and msg_as_string() to <sofia-sip/msg.h>
- Added SU_TIME_EPOCH to <sofia-sip/su_time.h>
- Added host_cmp() to <sofia-sip/hostdomain.h>
- Added nua_method() and NUTAG_METHOD() to <sofia-sip/nua.h>
- Added nth_request_auth(), NTHTAG_AUTH_MODULE(), nth_site_url(), and
nth_site_access_time() to <sofia-sip/nth.h>
- Added functions msg_header_find_item(), msg_header_replace_item(),
msg_header_remove_item()
(handling Allow and Allow-Events headers)
...
...
@@ -68,6 +77,8 @@ Contributors to this release
- Michael Jerris contributed nua_i_register code along with number of
platform-specific fixes
- Steve Underwood contributed code detecting RED and UDPTL used for T.38 in
SDP.
<list of people who contributed to _this_ release
- update as people's patches are added, or when you commit stuff
...
...
@@ -101,6 +112,11 @@ nua_method()/nua_r_method/nua_i_method and NUTAG_ALLOW().
Bugs fixed in this release
--------------------------
- If there was an application-provided Contact no Contact was used
when creating dialog. Thanks for Michael Jerris and Anthony Minessale for
reporting this bug.
- Portability problems in stun code fixed
Thanks for Konstantin Belousov for reporting this bug.
- Outbound now ignores Via rport parameter without value.
Thanks for Anthony Minessale for reporting this bug.
- Subsite handling in nth was fixed.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment