empathy r566 - trunk



Author: xclaesse
Date: Wed Jan 16 16:11:05 2008
New Revision: 566
URL: http://svn.gnome.org/viewvc/empathy?rev=566&view=rev

Log:
Prepare for release 0.21.5.2


Modified:
   trunk/NEWS
   trunk/configure.ac
   trunk/release.py

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Wed Jan 16 16:11:05 2008
@@ -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.

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Jan 16 16:11:05 2008
@@ -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

Modified: trunk/release.py
==============================================================================
--- trunk/release.py	(original)
+++ trunk/release.py	Wed Jan 16 16:11:05 2008
@@ -7,7 +7,7 @@
 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 = '''\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]