summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2010-03-17 16:49:24 +0200
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2010-03-17 17:05:36 +0200
commit2bebcc2e3a8933fa051c33c7227833abd5d0898f (patch)
tree27cc419e421a143b58e966a082cd8c04ae4f4988
parent64d5e8bb608a37a22072466960afaad3d61bf66e (diff)
-rw-r--r--NEWS11
-rw-r--r--configure.ac4
2 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index aa20f05..9294ada 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,17 @@ recent at the top).
See also ChangeLog.
+Changes in release 0.6.2 (2010-03-17)
+-------------------------------------
+
+The "I can't hear you breathing nervously" release.
+
+- Only expose the legacy STUN properties when set to meaningful values.
+- Properly enable the debug category for Sofia-SIP log messages.
+- Fix a crash in Sofia logger (fd.o #26889).
+- Fixed a regression that leaked audio before the call was accepted.
+- On incoming call, emit the new channel with correct initial media properties.
+
Changes in release 0.6.1 (2010-02-19)
-------------------------------------
diff --git a/configure.ac b/configure.ac
index e59e5d4..f1563df 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],[1])
-m4_define([VERSION_NANO],[1])
+m4_define([VERSION_MICRO],[2])
+m4_define([VERSION_NANO],[0])
m4_define([BASE_VERSION],[VERSION_MAJOR.VERSION_MINOR.VERSION_MICRO])
m4_define([THIS_VERSION],