summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-02-19 20:47:10 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-02-19 20:47:10 +0000
commitd5cd88a40160eb4acedfa4697ba948d861358504 (patch)
tree5c7407dd4185dbbe3855dbf7c29f87cb4d01839e
parent09c12989a58fb581b8b395aae54960088338fc6e (diff)
Prepare version 0.6.1telepathy-sofiasip-0.6.1
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index eec0a0e..aa20f05 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,14 @@ recent at the top).
See also ChangeLog.
+Changes in release 0.6.1 (2010-02-19)
+-------------------------------------
+
+The "people who stare at the ceiling" release.
+
+- Avoid using IPv6 addresses in self-referential URIs (fd.o #26654)
+- Provide a NEWS file with highlights of previous releases
+
Changes in release 0.6.0 (2010-02-15)
-------------------------------------
diff --git a/configure.ac b/configure.ac
index 95251ff..dd48123 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ([2.59])
m4_define([THIS_PACKAGE],[telepathy-sofiasip])
m4_define([VERSION_MAJOR],[0])
m4_define([VERSION_MINOR],[6])
-m4_define([VERSION_MICRO],[0])
+m4_define([VERSION_MICRO],[1])
m4_define([VERSION_NANO],[0])
m4_define([BASE_VERSION],[VERSION_MAJOR.VERSION_MINOR.VERSION_MICRO])