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
3d5a0060
Commit
3d5a0060
authored
Jun 01, 2006
by
Kai Vehmanen
Browse files
Open tree for development. Version to 1.11.9work.
darcs-hash:20060601175727-7659e-4f91874db0482d969948189fe2bb4e3e7a89d49e.gz
parent
83562850
Changes
2
Hide whitespace changes
Inline
Side-by-side
RELEASE
View file @
3d5a0060
...
...
@@ -5,53 +5,44 @@ Release notes for current version of Sofia-SIP
Changes since last release
--------------------------
Minor interface changes to many modules in preparation of the upcoming
library API/ABI freeze. The glib/gobject API has been updated. Bug fixes
and minor improvements have been made to SIP user-agent logic, DNS
resolving, URL handling and network transport code.
<changes since last written in freshmeat.net "Changes:" style;
and in less than 10 lines />
API/ABI changes and versioning
------------------------------
[libsofia-sip-ua]
- Added sip_route_reverse_as() and sip_route_fixdup_as().
- sdp_rtp.h: file was removed.
- Now not generating nua_i_state when a response to PRACK is received,
if the response to PRACK did not change the call state.
- Auth plugin interface added for client side use. Added sofia-sip/auth_client_plugin.h,
modified sofia-sip/auth_client.h.
[libsofia-sip-ua-glib]
- nua_glib: Changes in object properties.
- renamed 'stun' to 'stun-server'
- renamed 'bind-address' to 'contact'
- added 'proxy' and 'registrar' URI properties
- nua_glib.h: Refactored the nua_glib authentication API.
- added 'auth-required' signal
- added 'password' property, removed 'authinfo' property.
- added nua_glib_auth_add() and nua_glib_auth_clear
<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_! />
Contributors to this release
----------------------------
- Colin Whittaker <colinw@occamnetworks.com>
- Michael Jerris <mike@jerris.com>
- Thomas Rosenblatt <trosenblatt@cirpack.com>
<list of people who contributed to _this_ release
- update as people's patches are added, or when
you commit stuff
- name of the contributor should be enough
/>
See the AUTHORS file in the distribution package, too.
Notes on new features
---------------------
- Added 'localinfo' tool to VC6/win32 build.
-
The 'stunc' STUN tester tool is now installed to '{prefix}/bin/'.
-
Lots of updates to the nua_glib module (the glib/gobject based
interface to Sofia-SIP).
- Also many updates to the sresolv module (async DNS resolver).
<information about major new features
-
new/changed/removed functionality
-
links to further documentation
/>
Bugs fixed in this release
--------------------------
- Problems in cross-platform support: win32/mingw, win32/VC6, OSX
and systems with old versions of glib.
- Bugs in sofia-sip rpm spec file.
< 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
/>
configure.ac
View file @
3d5a0060
...
...
@@ -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.11.9])
AC_INIT([sofia-sip], [1.11.9
work
])
AC_CONFIG_SRCDIR([libsofia-sip-ua/sip/sofia-sip/sip.h])
AC_SUBST(VER_LIBSOFIA_SIP_UA_MAJOR_MINOR, [1.11])
dnl Includedir specific to this sofia version
...
...
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