www: ffa5033c: Update for 2.7.0.
rekkanoryo at pidgin.im
rekkanoryo at pidgin.im
Thu May 13 01:16:31 EDT 2010
-----------------------------------------------------------------
Revision: ffa5033c4d7232c9bc4b46f4fb2ca0fc7903cd22
Ancestor: bee4ce187ff1c2bb9be46c0c5554269aca53a201
Author: rekkanoryo at pidgin.im
Date: 2010-05-13T05:01:11
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/ffa5033c4d7232c9bc4b46f4fb2ca0fc7903cd22
Modified files:
htdocs/download/windows/index.php htdocs/index.php
inc/version.inc
ChangeLog:
Update for 2.7.0.
-------------- next part --------------
============================================================
--- htdocs/download/windows/index.php d62843ffa76c400b0b4acf224368d959e537c01a
+++ htdocs/download/windows/index.php 01dc6f7273beea014e40275b35c6b1b8415e12df
@@ -30,7 +30,7 @@ onclick="javascript:pageTracker._trackPa
</div>
-<p>This version of Pidgin ships with GTK+ <? echo $gtk_win32_version . $gtk_win32_revision; ?>. If you already have this or a newer version of GTK+ installed, we have a smaller <a href="http://sourceforge.net/projects/pidgin/files/Pidgin/pidgin-<? echo $pidgin_win32_version; ?>-no-gtk.exe">installer without GTK+</a>. </p>
+<p>This version of Pidgin downloads an appropriate version of GTK+. GTK+ is now installed locally for Pidgin, and not system-wide, thus Pidgin will not interfere with other GTK+ apps on your system. If you would like to have GTK+ included in the installer, we have an <a href="http://sourceforge.net/projects/pidgin/files/Pidgin/pidgin-<? echo $pidgin_win32_version; ?>-offline.exe">offilie installer</a> that bundles everything except spell-checking dictionaries. </p>
</div>
============================================================
--- htdocs/index.php 82d8bb247b64478cb5e97e3d33e86710df2a6bb8
+++ htdocs/index.php 2e822c9f07ad71a8801f970cd35f10f286292703
@@ -72,7 +72,7 @@ include($_SERVER['DOCUMENT_ROOT'] . "/..
<!-- This will pull from somewhere else at some point -->
<p class="more" id="lowblurb">
-Having trouble with AIM/ICQ? Uncheck 'Use clientLogin' on the advanced tab of the account settings.
+Pidgin 2.7.0 is out with fixes for AIM, ICQ, and Yahoo! JAPAN login and a bunch of new features!
</p>
<? /* Avoid outputting this stuff yet.
============================================================
--- inc/version.inc ba20f1d6578a583b9365cd4d4cd60cc903533c54
+++ inc/version.inc 7045376f1dd418d0af9b113710b35801ba38bd3f
@@ -1,10 +1,10 @@
<?
// Current Pidgin Release
-$pidgin_version = "2.6.6";
+$pidgin_version = "2.7.0";
// Current Windows Pidgin Release
-$pidgin_win32_version = "2.6.6";
+$pidgin_win32_version = "2.7.0";
$gtk_win32_version = "2.14.7";
$gtk_win32_revision = "a";
More information about the Commits
mailing list