changeset 356:e8e51c70793c

version bump to 0.9.2
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 26 Aug 2010 15:05:57 +0900
parents 0fe895195132
children 732de90812d8
files README configure.ac main.c
diffstat 3 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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.
--- 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	*/