summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-01-16 16:11:05 +0000
committerXavier Claessens <xclaesse@src.gnome.org>2008-01-16 16:11:05 +0000
commit09dc74429811d4236cd642c87568547053a67a76 (patch)
treee89204c7e359a7e0de03ef500f75d93f697ab618
parent32bbb6367e2d11481f744786fed311b191a857d6 (diff)
downloadempathy-EMPATHY_0_21_5_2.tar.gz
Prepare for release 0.21.5.2EMPATHY_0_21_5_2
svn path=/trunk/; revision=566
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
-rwxr-xr-xrelease.py2
3 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ffef5052c..3258e90a3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+NEW in 0.21.5.2
+==============
+ - Update API documentation generator. (xclaesse).
+ - Update python binding for new API. (xclaesse).
+ - Rename BlockType to EMPATHY_CHAT_VIEW_BLOCK to respect namespace (xclaesse).
+ - Change EMPATHY_AVATAR_CHOOSER_TYPE to EMPATHY_TYPE_AVATAR_CHOOSER (xclaesse).
+ - Ignore ssl errors for gtalk profile by default otherwise it won't connect. (xclaesse).
+
+Bugs fixed:
+ - Fixed #509656, crash in Empathy Instant Messenger: Nothing. I was viewing s... (xclaesse)
+
+Translations:
+ - Updated ja Translation (Takeshi AIHANA).
+ - Updated sv Translation (Daniel Nylander).
+
NEW in 0.21.5.1
==============
- Fix release.py script to give correct author of fixed bug.
diff --git a/configure.ac b/configure.ac
index 085591327..73478b854 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(Empathy, 0.21.6, http://bugzilla.gnome.org/browse.cgi?product=empathy)
+AC_INIT(Empathy, 0.21.5.2, http://bugzilla.gnome.org/browse.cgi?product=empathy)
AC_PREREQ(2.59)
AC_COPYRIGHT([
Copyright (C) 2003-2007 Imendio AB
diff --git a/release.py b/release.py
index 967f4c031..b7f3208f1 100755
--- a/release.py
+++ b/release.py
@@ -7,7 +7,7 @@ import csv
import datetime
from string import Template
-prev_tag = 'EMPATHY_0_21_4'
+prev_tag = 'EMPATHY_0_21_5_1'
username = 'xclaesse'
upload_server = 'master.gnome.org'
template = '''\