changeset 321:ba5ac8d6c5bb 0.8.5.1

version bump to 0.8.5.1
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 19 Sep 2009 02:00:06 +0900
parents f021bd3431a6
children 6be85af48b6b
files README configure.ac main.c
diffstat 3 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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.
--- 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	*/