# HG changeset patch # User Yoshiki Yazawa # Date 1244884645 -32400 # Node ID 13b268d9d034f872c1a942cf6a5128e9aa990c10 # Parent 227e59f017f2045b6e9a9a82fbf8e644559e4309 bump to version 0.8.4. diff -r 227e59f017f2 -r 13b268d9d034 README --- a/README Sat Jun 13 17:54:39 2009 +0900 +++ b/README Sat Jun 13 18:17:25 2009 +0900 @@ -1,4 +1,4 @@ -pidgin-twitter-0.8.3 +pidgin-twitter-0.8.4 1. What is this? @@ -323,6 +323,11 @@ be sent as raw. - Added group support for identi.ca. +0.8.4 (June 13 2009) +- Fix for a bug that status id exceeds int32 limit. +- Now a search tag like #foo in twitter generates a search link. +- Added preliminary support for friendfeed. + 6. Acknowledgments diff -r 227e59f017f2 -r 13b268d9d034 configure.ac --- a/configure.ac Sat Jun 13 17:54:39 2009 +0900 +++ b/configure.ac Sat Jun 13 18:17:25 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.3, yaz@honeyplanet.jp) +AC_INIT(pidgin-twitter, 0.8.4, yaz@honeyplanet.jp) AC_CONFIG_SRCDIR([main.c]) # Checks for programs. diff -r 227e59f017f2 -r 13b268d9d034 main.c --- a/main.c Sat Jun 13 17:54:39 2009 +0900 +++ b/main.c Sat Jun 13 18:17:25 2009 +0900 @@ -1362,7 +1362,7 @@ PURPLE_PRIORITY_DEFAULT, /**< priority */ PLUGIN_ID, /**< id */ "Pidgin-Twitter", /**< name */ - "0.8.4d1", /**< version */ + "0.8.4", /**< 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 */