summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2011-05-23 14:50:33 +0300
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2011-05-23 16:40:29 +0300
commitf13e2fcb5cf26a3693f7122b844a3304239f9b17 (patch)
tree88bc5ac6276212fe4ca47b49f50a2f842db97b56
parentb21189d1215d02f0e1e40fc8e219b9738e1ac096 (diff)
-rw-r--r--NEWS24
-rw-r--r--configure.ac4
2 files changed, 26 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4c59b95..b2c0da3 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,30 @@ recent at the top).
See also ChangeLog.
+Changes in release 0.6.7 (2011-05-23)
+-------------------------------------
+
+The "boarding up" release.
+
+- Verify the validity of TLS certificates presented by SIP connection peers.
+ This change is disruptive: it relies on root CA certificates being available
+ to sofia-sip in the default verification path ``~/.sip/auth`` or file
+ ``~/.sip/auth/cafile.pem``, or sofia-sip changed to use OpenSSL library
+ defaults for verification path (sf.net #3306245).
+ The connection parameter "ignore-tls-errors" is added to disable
+ verification.
+- Choose keepalive timing to make the iphb heartbeat synchronize with the
+ other applications. (fd.o #37354)
+- Omission of parameter 'keepalive-interval' does not mean disabled keepalives.
+ A default defined by sofia-sip is used instead.
+- More client-friendly behavior for connection parameter 'discover-stun':
+ if set to TRUE, overrides 'stun-server'; by default discovery is performed if
+ 'stun-server' is not set. (fd.o #34227)
+- If the home domain is given as an IP address, don't try to perform
+ SRV lookups on it.
+- Requires sofia-sip >= 1.12.11.
+- Requires iphb >= 0.61.31, if used.
+
Changes in release 0.6.6 (2011-02-01)
-------------------------------------
diff --git a/configure.ac b/configure.ac
index 1f99407..95ea165 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],[6])
-m4_define([VERSION_MICRO],[6])
-m4_define([VERSION_NANO],[1])
+m4_define([VERSION_MICRO],[7])
+m4_define([VERSION_NANO],[0])
m4_define([BASE_VERSION],[VERSION_MAJOR.VERSION_MINOR.VERSION_MICRO])
m4_define([THIS_VERSION],