# HG changeset patch # User Yoshiki Yazawa # Date 1253293206 -32400 # Node ID ba5ac8d6c5bb930fb9a69eac580b5c40d3645789 # Parent f021bd3431a63f5802ee3fa75e824a3b4dd94373 version bump to 0.8.5.1 diff -r f021bd3431a6 -r ba5ac8d6c5bb README --- a/README Sat Sep 19 01:54:11 2009 +0900 +++ b/README Sat Sep 19 02:00:06 2009 +0900 @@ -1,4 +1,4 @@ -pidgin-twitter-0.8.5 +pidgin-twitter-0.8.5.1 1. What is this? @@ -335,6 +335,9 @@ - Added workaround for earlier pidgin's hexadecimal numeric expression bug. +0.8.5.1 (September 19 2009) +- Fix for icon retrieval in twitter. + 6. Acknowledgments diff -r f021bd3431a6 -r ba5ac8d6c5bb configure.ac --- a/configure.ac Sat Sep 19 01:54:11 2009 +0900 +++ b/configure.ac Sat Sep 19 02:00:06 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, yaz@honeyplanet.jp) +AC_INIT(pidgin-twitter, 0.8.5.1, yaz@honeyplanet.jp) AC_CONFIG_SRCDIR([main.c]) # Checks for programs. diff -r f021bd3431a6 -r ba5ac8d6c5bb main.c --- a/main.c Sat Sep 19 01:54:11 2009 +0900 +++ b/main.c Sat Sep 19 02:00:06 2009 +0900 @@ -1362,7 +1362,7 @@ PURPLE_PRIORITY_DEFAULT, /**< priority */ PLUGIN_ID, /**< id */ "Pidgin-Twitter", /**< name */ - "0.8.5", /**< version */ + "0.8.5.1", /**< 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 */