# HG changeset patch # User Yoshiki Yazawa # Date 1282802757 -32400 # Node ID e8e51c70793c58fe1d3e0de978890fce7f7025a7 # Parent 0fe895195132ae74a37f4980f5e15f831e4d710e version bump to 0.9.2 diff -r 0fe895195132 -r e8e51c70793c README --- a/README Thu Aug 26 15:05:33 2010 +0900 +++ b/README Thu Aug 26 15:05:57 2010 +0900 @@ -360,9 +360,12 @@ 0.9.1 (April 5 2010) - Added support for retweet(RT) and quote tweet(QT). - Each QT post includes "in_reply_to" field. -- Each reply message contains embedded "in reply to" link to original +- Each reply message includes embedded "in reply to" link to original post. +0.9.2 (Aug 2x 2010) +- Added support for OAuth authentication. + 6. Acknowledgments diff -r 0fe895195132 -r e8e51c70793c configure.ac --- a/configure.ac Thu Aug 26 15:05:33 2010 +0900 +++ b/configure.ac Thu Aug 26 15:05:57 2010 +0900 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(pidgin-twitter, 0.9.1, yaz@honeyplanet.jp) +AC_INIT(pidgin-twitter, 0.9.2, yaz@honeyplanet.jp) AC_CONFIG_SRCDIR([main.c]) # Checks for programs. diff -r 0fe895195132 -r e8e51c70793c main.c --- a/main.c Thu Aug 26 15:05:33 2010 +0900 +++ b/main.c Thu Aug 26 15:05:57 2010 +0900 @@ -1420,7 +1420,7 @@ PURPLE_PRIORITY_DEFAULT, /**< priority */ PLUGIN_ID, /**< id */ "Pidgin-Twitter", /**< name */ - "0.9.1", /**< version */ + "0.9.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 */