gaim/www

0.65 updates

2003-07-16, Herman Bloggs
d29bb33bcce1
Parents 877a2a2e996a
Children 84c7e667d049
0.65 updates
--- a/htdocs/win32/index.php Wed Jul 16 22:27:32 2003 -0400
+++ b/htdocs/win32/index.php Wed Jul 16 23:34:57 2003 -0400
@@ -5,7 +5,11 @@
start_section("Latest Build");
?>
-Grab the latest <a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_win32_version; ?>.exe">Windows build (v<?php print $current_win32_version; ?>)</a>, or if you already have GTK+ v2.2.1 installed grab <a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_win32_version; ?>-no-gtk.exe">Windows Gaim without GTK+</a>. Read below to see how to get Gaim from CVS and build it yourself.
+Grab the latest <a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_win32_version; ?>.exe">Windows build (v<?php print $current_win32_version; ?>)</a>, or if you already have GTK+ v2.2.1 installed grab <a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_win32_version; ?>-no-gtk.exe">Windows Gaim without GTK+</a>. Read below to see how to get Gaim from CVS and build it yourself.<BR>
+<BR>
+NOTE: Make sure to grab the full installer (including GTK+). It includes a patched version of GTK+ 2.2.1 fixing the Buddy List drag and drop bug.<BR>
+<BR>
+For those interested, here is the Windows Gaim <a href="ChangeLog.win32">ChangeLog.win32</a>.
<?php end_section() ?>
<?php start_section("Win Gaim Latest News")?>
@@ -46,14 +50,6 @@
Bug report <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=715975&group_id=235&atid=100235">#715975</a> is one instance of the problem just described. There are more..<BR>
</li>
-
-<li>
-<b>Can't rearrange my buddy list</b> - Please check bug report <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=716045&group_id=235&atid=100235">#716045</a>.
-</li>
-
-<li>
-<b>Gaim high CPU usage bug</b> - This bug is fixed in Win Gaim 0.60. If you're running 0.60a5 download <a href="http://sourceforge.net/tracker/download.php?group_id=235&atid=100235&file_id=43363&aid=688711">liboscar.dll</a> and move it to your gaim plugins directory (e.g. C:\Program Files\Gaim\plugins). This bug is bug #688711, in the tracker.
-</li>
</ul>
<?php end_section() ?>
@@ -66,7 +62,7 @@
<a name="debug"></a>
<?php start_section("Debugging Windows Gaim")?>
<h3>What to do if Gaim crashes</h3>
-First make sure that you are not affected by 'Dll Hell' as described above. Rename gaim.dll to gaim.dll.orig then download and unzip <a href="gaim-<?php print $current_version; ?>-debug.zip">gaim-<?php print $current_version; ?>-debug.zip</a> to your gaim install dir (making sure this version matches your installed version). Next time you run Gaim and it crashes, the call stack will be dumped to gaim.RPT in your Gaim install dir. When submitting a bug report, give a detail description on how to produce your bug and attach the most recent crash dump from your gaim.RPT file.
+First make sure that you are not affected by 'Dll Hell' as described above. Download and install the <a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_win32_version; ?>-debug.exe">debug version of WinGaim 0.65</a>. The neext time you run Gaim and it crashes, the call stack will be dumped to gaim.RPT in your Gaim install dir. When submitting a bug report, give a detail description on how to produce your bug and attach the most recent crash dump from your gaim.RPT file.
<?php end_section() ?>
<?php start_section("Build Instructions") ?>
@@ -109,7 +105,7 @@
<ul>
<li>Sources are in <a href="http://gaim.sourceforge.net/cvs.php">CVS</a></li>
<li><a href="http://gaim.sourceforge.net/cvs.php#nightly">CVS nightly source tarball</a></li>
- <li><a href="gaim-0.64.tar.gz">Windows Gaim v0.64 sources</a></li>
+ <li><a href="gaim-0.65.tar.gz">Windows Gaim v0.65 sources</a></li>
</ul>
<?php end_section() ?>
@@ -134,7 +130,7 @@
If you're running v2.0b4 (not neccessary for v2.0b5+), make sure to install <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/nsis/NSIS/Plugins/UserInfo.dll?rev=1.5&content-type=application/octet-stream">CVS revision 1.5 of the UserInfo plugin</a>.
</li>
<li>
-Grab <a href="gtk-2.2.1-installer.tar.gz">gtk-2.2.1-installer.tar.gz</a> and unzip it to ~/ (or whichever directory you have the gaim dir in). From within the new gtk_installer directory, type make (this builds the GTK+ runtime installer, which the Gaim installer will include).
+Grab <a href="gtk-2.2.1-rev-a-installer.tar.gz">gtk-2.2.1-rev-a-installer.tar.gz</a> and extract it to ~/ (or whichever directory you have the gaim dir in). From within the new gtk_installer directory, type make (this builds the GTK+ runtime installer, which the Gaim installer will include).
</li>
</ul>
Now do the following:<BR><BR>