changeset 306:13b268d9d034 0.8.4

bump to version 0.8.4.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 13 Jun 2009 18:17:25 +0900
parents 227e59f017f2
children 554c8c956a8a
files README configure.ac main.c
diffstat 3 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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.
--- 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	*/