gaim/www

:wq

2003-09-03, Sean Egan
5b0716e54465
Parents 0c3350a662c9
Children 1468e9f140f1
:wq
--- a/htdocs/ChangeLog Wed Sep 03 17:42:27 2003 -0400
+++ b/htdocs/ChangeLog Wed Sep 03 18:17:21 2003 -0400
@@ -1,5 +1,41 @@
Gaim: The Pimpin' Penguin IM Clone that's good for the soul!
+version 0.69
+ * Contact (aka Person, aka Meta-Contact, aka Buddy Merging, etc) Support
+ * Updated MSN support to the MSN Protocol version 9.
+ * Yahoo now shows people using the java chat client (Tim Ringenbach)
+ * Yahoo chat and conference (Tim Rigenbach)
+ * Korean translation updated (Kyung-uk Son)
+ * Swedish translation updated (Tore Lundqvist (luntor))
+
+version 0.68 (09/01/2003):
+ * Removed the old event system and replaced it with a much better
+ signal system.
+ * Added plugin dependency support.
+ * Rewrote the Perl plugin. All old scripts will break, but it offers
+ a much better API for new scripts.
+ * Yahoo color support (Tim Ringenbach (marv_sf))
+ * Yahoo and MSN get info support (Nathan Poznick)
+ * Fixed Jabber registrations.
+ * Fixed a problem where pouncing two users with the same name
+ appeared in the same conversation window, and other related
+ problems. (Robot101)
+ * Corrected problems with proxy preferences.
+ * Mailchk.c and simple.c compile again (Paul A (darkrain))
+ * Catalan translation updated (Robert Millan)
+ * Chinese (Simplified) translation updated (Funda Wang)
+ * Chinese (Traditional) translation updated (Ambrose C. Li)
+ * Danish translation updated (Morten Brix Pedersen (mbrix))
+ * Finish translation updated (Ambrose C. LI (acli))
+ * German translation updated (Bjoern Voigt)
+ * Portuguese (Brazilian) translation updated (Mauricio de Lemos
+ Rodrigues Collares Neto)
+ * Norwegian translation updated (Petter Johan Olsen)
+ * Romanian translation updated (Misu Moldovan (dumol))
+ * Serbian translation updated (Danilo Segan)
+ * Serbian Latin translation updated (Danilo Segan)
+ * Swedish translation updated (Tore Lundqvist (luntor))
+
version 0.67 (08/14/2003):
* Brought back the message notification plugin (Brian Tarricone)
You'll need to reconfigure your settings for this plugin
--- a/htdocs/downloads.php Wed Sep 03 17:42:27 2003 -0400
+++ b/htdocs/downloads.php Wed Sep 03 18:17:21 2003 -0400
@@ -10,8 +10,8 @@
</p>
<ul>
- <li><a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>.tar.gz">Source Tarball</a></li>
- <li><a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>.tar.bz2">Source BZ2ball</a></li>
+ <li><a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>.tar.gz?download">Source Tarball</a></li>
+ <li><a href="http://prdownloads.sourceforge.net/gaim/gaim-<?php print $current_version ?>.tar.bz2?download">Source BZ2ball</a></li>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=235">Other releases</a> (RPM, win32 etc.)</li>
</ul>
<?php
--- a/htdocs/news.txt Wed Sep 03 17:42:27 2003 -0400
+++ b/htdocs/news.txt Wed Sep 03 18:17:21 2003 -0400
@@ -1,3 +1,7 @@
+Zero dot sixty-eight
+September 3rd, 2003 - 6:15PM EDT
+We released 0.68 Monday, but didn't get around to updating the webpage until just now. Check the <a href="ChangeLog">ChangeLog</a> to see what's in store.
+#
Possible MSN blockage information
August 20th, 2003 - 7:10PM PST
We've had a lot of questions about whether or not Gaim will be able to connect to MSN after October 15th, which is when third party clients will apparently be blocked. For information on this, please see <a href="msn.php">here</a>. Thank you.
--- a/inc/version.inc.php Wed Sep 03 17:42:27 2003 -0400
+++ b/inc/version.inc.php Wed Sep 03 18:17:21 2003 -0400
@@ -3,8 +3,8 @@
* This variable will be inserted into the source tarball and bz2ball
* path. Update with every new release.
*/
- $current_version = "0.67";
- $current_win32_version = "0.67";
+ $current_version = "0.68";
+ $current_win32_version = "0.68";
$current_win32_gtk_version = "2.2.2";
$current_win32_gtk_revision = "a";
?>