# HG changeset patch # User Yoshiki Yazawa # Date 1253378897 -32400 # Node ID 38a2ef7430195ca444d2a13bd053b7e4d8e82de6 # Parent 34af644d214a2a0d98d2eb99172020603c94e82b version bump to 0.8.5.2 diff -r 34af644d214a -r 38a2ef743019 README --- 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 diff -r 34af644d214a -r 38a2ef743019 configure.ac --- 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. diff -r 34af644d214a -r 38a2ef743019 main.c --- 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 */