changeset 326:38a2ef743019 0.8.5.2

version bump to 0.8.5.2
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 20 Sep 2009 01:48:17 +0900
parents 34af644d214a
children 4fd7630ff3e2
files README configure.ac main.c
diffstat 3 files changed, 9 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/README	Sat Sep 19 23:03:14 2009 +0900
+++ b/README	Sun Sep 20 01:48:17 2009 +0900
@@ -1,4 +1,4 @@
-pidgin-twitter-0.8.5.1
+pidgin-twitter-0.8.5.2
 
 
 1. What is this?
@@ -330,13 +330,17 @@
 - Added preliminary support for friendfeed.
 
 0.8.5 (August 30 2009)
-- Fix for icon retrieval in jisko and wassr.
+- Fixed icon retrieval in jisko and wassr.
 - Robust image type detection for icons.
 - Added workaround for earlier pidgin's hexadecimal numeric expression
   bug.
 
 0.8.5.1 (September 19 2009)
-- Fix for icon retrieval in twitter.
+- Fixed icon retrieval in twitter and friendfeed.
+
+0.8.5.2 (September 20 2009)
+- Improved icon retrieval in twitter service. Now icon file whose name
+  contains UTF-8 multi-byte characters can be retrieved as well.
 
 
 6. Acknowledgments
--- a/configure.ac	Sat Sep 19 23:03:14 2009 +0900
+++ b/configure.ac	Sun Sep 20 01:48:17 2009 +0900
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(pidgin-twitter, 0.8.5.1, yaz@honeyplanet.jp)
+AC_INIT(pidgin-twitter, 0.8.5.2, yaz@honeyplanet.jp)
 AC_CONFIG_SRCDIR([main.c])
 
 # Checks for programs.
--- a/main.c	Sat Sep 19 23:03:14 2009 +0900
+++ b/main.c	Sun Sep 20 01:48:17 2009 +0900
@@ -1362,7 +1362,7 @@
     PURPLE_PRIORITY_DEFAULT,    /**< priority	*/
     PLUGIN_ID,                  /**< id     */
     "Pidgin-Twitter",           /**< name	*/
-    "0.8.5.1",                  /**< version	*/
+    "0.8.5.2",                  /**< version	*/
     "provides useful features for twitter", /**  summary	*/
     "provides useful features for twitter", /**  desc	*/
     "Yoshiki Yazawa, mikanbako, \nKonosuke Watanabe, IWATA Ray, \nmojin, umq, \nthe pidging-twitter team",     /**< author	*/