From 21178340691a8b6a5f0963452f8a236f1adf5efc Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 31 Aug 2011 09:52:58 +0200 Subject: prepare 3.1.90.1 --- NEWS | 19 +++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9411fee35..ddb2cf89d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +NEW in 3.1.90.1 (31/08/2011) +=============== + +This release fixes the build when using latest gdk-pixbuf. +As the Telepathy integration has been greatly improved in GNOME Shell 3.1.90, +Empathy will no longer use a status icon and set your presence to offline when +exiting, if the Shell is running. + +Bugs fixed: + - Fixed #656886, Dragging preview crashes empathy-call (Emilio Pozuelo Monfort) + - Fixed #656631, Stop watching session status if the Shell is running (Guillaume Desmottes) + - Fixed #656632, Don't set presence to offline when Shell is running (Guillaume Desmottes) + - Fixed #656911, Asserts when you drag the preview out of the window (Emilio Pozuelo Monfort) + - Fixed #656889, Remember preview location on disk (Emilio Pozuelo Monfort) + - Fixed #631944, Don't use a status icon when using the Shell (Guillaume Desmottes) + +Translations: + - Updated es Translation (Jorge González) + NEW in 3.1.90 (29/08/2011) ============= diff --git a/configure.ac b/configure.ac index e235118ab..73aa0f330 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], [1]) m4_define([empathy_micro_version], [90]) -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