diff options
author | Mikhail Zabaluev <mikhail.zabaluev@nokia.com> | 2011-02-01 21:15:06 +0200 |
---|---|---|
committer | Mikhail Zabaluev <mikhail.zabaluev@nokia.com> | 2011-02-01 21:37:04 +0200 |
commit | b3d95a10e75eece58379c93308a88f58560a769e (patch) | |
tree | 5a2e8a4a43a1912de55d37a882d975ff5c80b79a | |
parent | 0ec7a23893b4c85a359f6349578ed34cf5e595ea (diff) |
Version 0.7.1telepathy-sofiasip-0.7.1
-rw-r--r-- | NEWS | 24 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 24 insertions, 4 deletions
@@ -7,11 +7,15 @@ recent at the top). See also ChangeLog. -telepathy-sofiasip 0.7.1 (UNRELEASED) +telepathy-sofiasip 0.7.1 (2011-02-01) ------------------------------------- +The "cross country" release. + +New features: + - Added 'message-token' and 'message-sent' headers to incoming messages, - derived from SIP message headers. + derived from SIP message headers (fd.o #32607). NOTE: some existing clients logging messages, notably the one released in Maemo 5, make unrealistically strict assumptions about the uniqueness of 'message-token' values. These logging implementations may exhibit problems @@ -19,6 +23,22 @@ telepathy-sofiasip 0.7.1 (UNRELEASED) of Telpathy-SofiaSIP. Such collisions are unlikely, but possible if a remote endpoint generating the SIP Call-ID headers does not use an algorithm compliant with the SIP specification to provide sufficient uniqueness. +- Authentication channels implemented as a simple password challenge. + +Bugfixes: + +- Reject incoming calls from the same URI as the local user, rather than + crashing apologetically (fd.o #33716). + +Other enhancements: + +- Test suite pulled up to Gabble standards. +- Tests for basic StreamedMedia call cases (fd.o #32085) +- Changed the type of the size parameter to gssize in tpsip_unquote_string(). + +Dependencies: + +- telepathy-glib >= 0.13.9 telepathy-sofiasip 0.7.0 (2010-11-23) ------------------------------------- diff --git a/configure.ac b/configure.ac index a3a5fb8..e020940 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ AC_PREREQ([2.59]) m4_define([THIS_PACKAGE],[telepathy-sofiasip]) m4_define([VERSION_MAJOR],[0]) m4_define([VERSION_MINOR],[7]) -m4_define([VERSION_MICRO],[0]) -m4_define([VERSION_NANO],[1]) +m4_define([VERSION_MICRO],[1]) +m4_define([VERSION_NANO],[0]) m4_define([BASE_VERSION],[VERSION_MAJOR.VERSION_MINOR.VERSION_MICRO]) m4_define([THIS_VERSION], |