Updated included win32 meanwhile library to fix #7563

Wed, 10 Dec 2008 01:14:02 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Wed, 10 Dec 2008 01:14:02 +0000
changeset 25094
56fa51f7b91f
parent 25093
73255c7978ac
child 25095
0e356664879d

Updated included win32 meanwhile library to fix #7563

ChangeLog.win32 file | annotate | diff | comparison | revisions
libpurple/win32/global.mak file | annotate | diff | comparison | revisions
--- a/ChangeLog.win32	Wed Dec 10 00:35:26 2008 +0000
+++ b/ChangeLog.win32	Wed Dec 10 01:14:02 2008 +0000
@@ -1,5 +1,6 @@
 version 2.5.3 (12/??/2008):
 	* Upgrade SILC to use the 1.1.8 toolkit
+	* Updated included Meanwhile library to include patch referenced in #7563
 
 version 2.5.2 (10/19/2008):
 	* Updated GTK+ to 2.12.12
@@ -31,7 +32,7 @@
 
 version 2.4.0 (02/29/2008):
 	* Updated GTK+ to 2.12.8
-	* Updated include Meanwhile library to include patches referenced at:
+	* Updated included Meanwhile library to include patches referenced at:
 	  https://sourceforge.net/tracker/?func=detail&atid=656718&aid=1626349&group_id=110565
 	* Build the xmpp protocol with SASL support (and include Cyrus SASL
 	  2.1.22).
--- a/libpurple/win32/global.mak	Wed Dec 10 00:35:26 2008 +0000
+++ b/libpurple/win32/global.mak	Wed Dec 10 01:14:02 2008 +0000
@@ -16,7 +16,7 @@
 GTK_BIN ?= $(GTK_TOP)/bin
 BONJOUR_TOP ?= $(WIN32_DEV_TOP)/Bonjour_SDK
 LIBXML2_TOP ?= $(WIN32_DEV_TOP)/libxml2-2.6.30
-MEANWHILE_TOP ?= $(WIN32_DEV_TOP)/meanwhile-1.0.2_daa1
+MEANWHILE_TOP ?= $(WIN32_DEV_TOP)/meanwhile-1.0.2_daa2
 NSPR_TOP ?= $(WIN32_DEV_TOP)/nspr-4.6.4
 NSS_TOP ?= $(WIN32_DEV_TOP)/nss-3.11.4
 PERL_LIB_TOP ?= $(WIN32_DEV_TOP)/perl-5.10.0

mercurial