summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2010-03-05 11:24:02 +0000
committerJonny Lamb <jonny.lamb@collabora.co.uk>2010-03-05 11:44:10 +0000
commit82e030edb7a567fd7a5af2d3734043be4488d602 (patch)
tree35fe0f52e1d59422da5dbfa9e0152f3fbc0c852e
parente905d5356d7211462554952e4558594444ae7f8a (diff)
Version 0.3.4.telepathy-haze-0.3.4
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--NEWS25
-rw-r--r--configure.ac4
2 files changed, 27 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d29f9e9..0383cea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+telepathy-haze 0.3.4 (2010-03-05)
+=================================
+
+The “The People's Great and Harmonious Moon Hand” release.
+
+Fixes:
+
+ * Use the well-known Telepathy names for hidden and xa statuses to
+ fix interoperability with Empathy, in particular the ability to be
+ invisible on Haze accounts. (smcv)
+
+ * Report the "loubserp-mxit" prpl as "mxit". (smcv)
+
+ * Rename prpl-simple to the standard Telepathy protocol name
+ 'sip'. (smcv)
+
+ * Be sure to link to glib and gobject, and fix typo when linking to
+ dbus-glib, to ensure. Fixes fd.o#25124. (jonny)
+
+Enhancements:
+
+ * Implement the new draft mail notification spec. (stormer)
+
+ * Implement streamed media. Fixes fd.o#24385. (Maiku)
+
telepathy-haze 0.3.3 (2010-01-25)
=================================
diff --git a/configure.ac b/configure.ac
index d163d61..bd8d733 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,8 +8,8 @@ AC_PREREQ([2.59])
m4_define([haze_major_version], [0])
m4_define([haze_minor_version], [3])
-m4_define([haze_micro_version], [3])
-m4_define([haze_nano_version], [1])
+m4_define([haze_micro_version], [4])
+m4_define([haze_nano_version], [0])
m4_define([haze_base_version],
[haze_major_version.haze_minor_version.haze_micro_version])