diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-08-29 22:19:45 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-08-29 22:28:49 +0800 |
commit | 3101d1f584d3e26eaeb4e75b973010f92cea3823 (patch) | |
tree | 6729e9595c448f6408dc9cd1dbb6bddc2ea37858 | |
parent | 980148c26a52fb352ee165d7a46280172b49de96 (diff) | |
download | gsoc2013-empathy-3101d1f584d3e26eaeb4e75b973010f92cea3823.tar gsoc2013-empathy-3101d1f584d3e26eaeb4e75b973010f92cea3823.tar.gz gsoc2013-empathy-3101d1f584d3e26eaeb4e75b973010f92cea3823.tar.bz2 gsoc2013-empathy-3101d1f584d3e26eaeb4e75b973010f92cea3823.tar.lz gsoc2013-empathy-3101d1f584d3e26eaeb4e75b973010f92cea3823.tar.xz gsoc2013-empathy-3101d1f584d3e26eaeb4e75b973010f92cea3823.tar.zst gsoc2013-empathy-3101d1f584d3e26eaeb4e75b973010f92cea3823.zip |
prepare 3.1.90
-rw-r--r-- | NEWS | 39 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 42 insertions, 3 deletions
@@ -1,3 +1,42 @@ +NEW in 3.1.90 (29/08/2011) +============= + +SIP accounts can now be marked as being able to make PSTN calls. Such accounts +can be used to call landline and mobile phones of contacts. +At the moment, this is only possible if the IM contact is linked with a +contact from Evolution's addressbook containing at least one phone field. + +Bugs fixed: + - Fixed #650113, Chat search bar is LITERALLY THE WORST THING EVER (Jonny Lamb) + - Fixed #647124, crash in empathy-call (Sjoerd Simons) + - Fixed #657086, Contact list is slow with loads of contacts (Alban Crequy) + - Fixed #657562, Birthday on jabber account : can't chose the day (Guillaume Desmottes) + - Fixed #650112, Allow to call phone number of contacts (Guillaume Desmottes) + - Fixed #657362, [oneiric] empathy crash at launch (Guillaume Desmottes) + - Fixed #656682, Empathy exits due to problem in the main loop exits with "Too many open files" (Philip Withnall, Will Thompson) + - Fixed #657166, Unclear error message visible to users (Milo Casagrande) + - Fixed #657271, SIGSEGV from g_settings_bind_with_mapping (Raluca Elena Podiuc) + - Fixed #657173, auto accept publish requests even if contact has subscription=none (Xavier Claessens) + - Fixed #657220, Add option to use account for phone calls (Guillaume Desmottes) + - Fixed #657105, Clicking the spinner icon does not bring up the preference dialog (Guillaume Desmottes) + - Fixed #657104, The "quit message" entry should be a normal entry instead of a password entry (Guillaume Desmottes) + - Fixed #656829, empathy crashed with SIGSEGV in __memcpy_ssse3() (Guillaume Desmottes) + - Fixed #642385, Incomplete list of servers and port numbers for Freenode (Debarshi Ray) + +Translations: + - Updated be Translation (Ihar Hrachyshka) + - Updated de Translation (Mario Blättermann) + - Updated es Translation (Jorge González, Daniel Mustieles) + - Updated gl Translation (Fran Dieguez) + - Updated he Translation (Yaron Shahrabani) + - Updated nb Translation (Kjartan Maraas) + - Updated nl Translation (Wouter Bolsterlee) + - Updated pt_BR Translation (Og B. Maciel) + - Updated ru Translation (Yuri Myasoedov) + - Updated sv Translation (Daniel Nylander) + - Updated zh_HK Translation (Cheng-Chia Tseng) + - Updated zh_TW Translation (Cheng-Chia Tseng) + NEW in 3.1.5.1 (22/08/2011) ============== diff --git a/configure.ac b/configure.ac index 33a13ae7b..7e874bf3e 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], [5]) -m4_define([empathy_nano_version], [1]) +m4_define([empathy_micro_version], [90]) +m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0' m4_define([empathy_base_version], |