summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2010-06-21 16:25:51 +0300
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2010-06-21 16:25:51 +0300
commitc73241b638c3eaf99b6200d1ac7115d4107e772a (patch)
tree7197c634ad0bbc2229f937a6fbb0fbe0763542fe
parent7178aadaf444870c07f0cf07987f994d3b00d76f (diff)
-rw-r--r--NEWS13
-rw-r--r--configure.ac4
2 files changed, 15 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9294ada..cb24089 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,19 @@ recent at the top).
See also ChangeLog.
+Changes in release 0.6.3 (2010-06-21)
+-------------------------------------
+
+The "my attorney suggests I do this" release.
+
+- Disable Sofia logging on --disable-debug configure flag.
+- Made the effect of environment variable TPSIP_PERSIST independent of
+ the debug build flag.
+- Prevent removal of local pending send by holding the call.
+- Fix the application of local pending send flag in an incoming call.
+- Fixed a walk-off-the-end crash in the debug support code.
+- Not building useless PIC object files any more.
+
Changes in release 0.6.2 (2010-03-17)
-------------------------------------
diff --git a/configure.ac b/configure.ac
index a102ed2..ef401c4 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],[2])
-m4_define([VERSION_NANO],[1])
+m4_define([VERSION_MICRO],[3])
+m4_define([VERSION_NANO],[0])
m4_define([BASE_VERSION],[VERSION_MAJOR.VERSION_MINOR.VERSION_MICRO])
m4_define([THIS_VERSION],