adium: 02289dad: pidgin-facebookchat at r625.
zacw at adiumx.com
zacw at adiumx.com
Fri Jul 17 20:00:32 EDT 2009
-----------------------------------------------------------------
Revision: 02289dad9637d37b2f6db1bc8757cd91d30c1c1d
Ancestor: c752a24d306822b41049b76bc1a289b7fec9b133
Author: zacw at adiumx.com
Date: 2009-07-17T23:58:37
Branch: im.pidgin.adium
URL: http://d.pidgin.im/viewmtn/revision/info/02289dad9637d37b2f6db1bc8757cd91d30c1c1d
Modified files:
libpurple/protocols/facebook/facebook.nsi
libpurple/protocols/facebook/fb_util.c
libpurple/protocols/facebook/libfacebook.h
libpurple/protocols/facebook/pidgin-facebookchat.rc
libpurple/protocols/facebook/rss.xml
ChangeLog:
pidgin-facebookchat at r625.
-------------- next part --------------
============================================================
--- libpurple/protocols/facebook/facebook.nsi ae7c331b9422552cef92e0d67f9f096857745d2e
+++ libpurple/protocols/facebook/facebook.nsi 0ea82a12c41c433fc30f2431d1d6a0c9f53d1329
@@ -6,7 +6,7 @@ SetCompress off
; todo: SetBrandingImage
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "pidgin-facebookchat"
-!define PRODUCT_VERSION "1.54"
+!define PRODUCT_VERSION "1.60"
!define PRODUCT_PUBLISHER "Eion Robb"
!define PRODUCT_WEB_SITE "http://pidgin-facebookchat.googlecode.com/"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
============================================================
--- libpurple/protocols/facebook/fb_util.c 8d78175db675e416230954b25937b58700eb4b26
+++ libpurple/protocols/facebook/fb_util.c 094060765df4b0671d66097a7ad6bfc0e1e87650
@@ -120,7 +120,7 @@ gint64 fb_time_kludge(gint initial_time)
gint64 now_millis = (gint64) time(NULL);
now_millis *= 1000;
now_millis &= 0xFFFFFFFF00000000LL;
- gint64 final_time = now_millis | initial_time;
+ gint64 final_time = now_millis | ((guint)initial_time);
return final_time;
}
============================================================
--- libpurple/protocols/facebook/libfacebook.h 3c88f183cbf7125a89bf2dbedc202562f8477c53
+++ libpurple/protocols/facebook/libfacebook.h dbc2bfd413ba1089196a55882771e37b6da1bc35
@@ -21,7 +21,7 @@
#ifndef LIBFACEBOOK_H
#define LIBFACEBOOK_H
-#define FACEBOOK_PLUGIN_VERSION "1.54"
+#define FACEBOOK_PLUGIN_VERSION "1.60"
#define FACEBOOK_PLUGIN_ID "prpl-bigbrownchunx-facebookim"
#include <glib.h>
============================================================
--- libpurple/protocols/facebook/pidgin-facebookchat.rc 6fa6c5397a3dfd95a4447ef1a17390ba0e8246e1
+++ libpurple/protocols/facebook/pidgin-facebookchat.rc 78abadafda8864721a2d0249a7710578eaba4cc2
@@ -1,7 +1,7 @@ 1 VERSIONINFO
1 VERSIONINFO
-FILEVERSION 1,54,0,0
-PRODUCTVERSION 1,54,0,0
+FILEVERSION 1,60,0,0
+PRODUCTVERSION 1,60,0,0
FILEOS 0x40004 // VOS_NT_WINDOWS32
FILETYPE 0x2 // VFT_DLL
{
@@ -12,8 +12,8 @@ BLOCK "StringFileInfo"
VALUE "CompanyName", "Eion Robb\0"
VALUE "FileDescription", "Facebook Chat plugin for Pidgin\0"
VALUE "ProductName", "pidgin-facebookchat\0"
- VALUE "FileVersion", "1.54\0"
- VALUE "ProductVersion", "1.54\0"
+ VALUE "FileVersion", "1.60\0"
+ VALUE "ProductVersion", "1.60\0"
VALUE "InternalName", "pidgin-facebookchat\0"
VALUE "OriginalFilename", "libfacebook.dll\0"
VALUE "Comments", "http://pidgin-facebookchat.googlecode.com/\0"
============================================================
--- libpurple/protocols/facebook/rss.xml 29d247d04bd14b07d08d4df36a5456c2d89400bf
+++ libpurple/protocols/facebook/rss.xml 40100d174f1ed87fdc64698421454ee9d4991879
@@ -13,6 +13,18 @@
<width>48</width><height>48</height>
</image>
<item>
+ <title>Version 1.60</title>
+ <link>http://code.google.com/p/pidgin-facebookchat/issues/detail?id=24#c48</link>
+ <description><![CDATA[Hi all, sorry for the recent weirdness with the plugin. v1.60 is out which addresses the major bit of these problems.<br/>
+ Changelog:<br/>
+ <a href="http://code.google.com/p/pidgin-facebookchat/wiki/Changelog">http://code.google.com/p/pidgin-facebookchat/wiki/Changelog</a><br/>
+ Download:<br/>
+ <a href="http://code.google.com/p/pidgin-facebookchat/downloads/list">http://code.google.com/p/pidgin-facebookchat/downloads/list</a><br/>
+ (apologies to you RSS readers out there who missed out on v1.54)]]></description>
+ <pubDate>Fri, 17 July 2009 22:05:20 +1200</pubDate>
+ <guid isPermaLink="true">http://code.google.com/p/pidgin-facebookchat/issues/detail?id=24#c48</guid>
+ </item>
+ <item>
<title>Version 1.53</title>
<link>http://code.google.com/p/pidgin-facebookchat/issues/detail?id=24#c46</link>
<description><![CDATA[<a href="http://www.pidgin.im">Pidgin 2.5.8</a> is available and so is 1.53 of pidgin-facebookchat.
More information about the Commits
mailing list