diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2010-01-25 14:55:34 +0000 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2010-01-25 14:55:34 +0000 |
commit | 1a61fdb968e3b7e73a7b8e5021a11a759fbe9054 (patch) | |
tree | c1e03df83dd838897fdd66a46acb8a63a4281ba3 | |
parent | ac0bd35b8aa939ffd824ef3145a77ed5546c85c6 (diff) |
Prepare 0.3.3.telepathy-haze-0.3.3
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r-- | NEWS | 27 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 29 insertions, 2 deletions
@@ -1,3 +1,30 @@ +telepathy-haze 0.3.3 (2010-01-25) +================================= + +The “doing the fishstick in a standing ovation” release. + +Dependencies: + + * telepathy-glib >= 0.7.36 is now required. + +Fixes: + + * The secret connection parameters are now exposed as being secret in + the manager file and also when the CM is introspected. This fixes + fd.o#24067. (smcv) + + * Fix bug report URL for current bugzilla layout. (smcv) + + * Fix circular channel creation. (felipec) + +Enhancements: + + * Start outputting debug messages on the Telepathy Debug interface by + using telepathy-glib's TpDebugSender. (jonny, Maiku) + + * Stop using shave and allow use of automake 1.11's silent rules + feature. (jonny) + telepathy-haze 0.3.2 (2009-08-25) ================================= diff --git a/configure.ac b/configure.ac index c22c91d..9a9e407 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], [2]) -m4_define([haze_nano_version], [1]) +m4_define([haze_micro_version], [3]) +m4_define([haze_nano_version], [0]) m4_define([haze_base_version], [haze_major_version.haze_minor_version.haze_micro_version]) |