summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-05-28 13:38:57 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2009-05-28 13:44:40 +0100
commitc860b85b77d51e4061682ba26b7d2029d79af897 (patch)
tree0b43ba9f701f12a1caa2ea97a92efbd610863c33
parent4d0b66c6b88fe5d45b57da9b54d5282899eec8d0 (diff)
-rw-r--r--NEWS19
-rw-r--r--configure.ac4
2 files changed, 21 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ed88246..7cf219a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+telepathy-idle 0.1.4 (2009-05-28)
+=================================
+
+The "Caberdrone" release.
+
+Enhancements:
+
+* Added a connection parameter for "username" (fd.o #16499).
+
+* Removed the default quit message advertising Idle (fd.o #20916).
+
+Fixes:
+
+* Parses nicknames in incoming messages more liberally, to allow
+ nicknames like "-bip" which are illegal but appear in the wild.
+
+* Uniquify connections' object paths to permit two connections to the
+ same server with the same username (fd.o #17430).
+
telepathy-idle 0.1.3 (2009-02-17)
=================================
diff --git a/configure.ac b/configure.ac
index a2cb27b..585c869 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,8 +11,8 @@ AC_PREREQ([2.59])
m4_define([idle_major_version], [0])
m4_define([idle_minor_version], [1])
-m4_define([idle_micro_version], [3])
-m4_define([idle_nano_version], [1])
+m4_define([idle_micro_version], [4])
+m4_define([idle_nano_version], [0])
m4_define([idle_base_version],
[idle_major_version.idle_minor_version.idle_micro_version])