From 71cab9b191860ec1208cc4b144be9409e16f780a Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 21 May 2012 14:04:48 +0200 Subject: Prepare 3.4.2.1 --- NEWS | 14 ++++++++++++++ configure.ac | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c2983c407..2c7845120 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +NEW in 3.4.2.1 (21/05/2012) +============== + +This release fixes various issues in the call UI and a crash when taking +a picture from the avatar chooser dialog. + +Dependencies: + • clutter-gtk ≥ 1.1.2 + • cheese ≥ 3.4.0 (optional) + +Bugs fixed: + - Fixed #670874, floating toolbar not working (Sjoerd Simons) + - Fixed #674553, Take picture button in image change doesn't work. (Guillaume Desmottes) + NEW in 3.4.2 (14/05/2012) ============ diff --git a/configure.ac b/configure.ac index eebe69790..d343a0bf1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ dnl If not 1, append datestamp to the version number -m4_define(empathy_released, 0) +m4_define(empathy_released, 1) m4_define([empathy_major_version], [3]) m4_define([empathy_minor_version], [4]) m4_define([empathy_micro_version], [2]) -m4_define([empathy_nano_version], [0]) +m4_define([empathy_nano_version], [1]) dnl Display the nano_version only if it's not '0' m4_define([empathy_base_version], -- cgit v1.2.3