gaim/www

I can go to sleep again now.

2003-10-10, Sean Egan
862d0df8ef4c
Parents 7a1f6bd94b35
Children 83fd050cca0a
I can go to sleep again now.
--- a/htdocs/ChangeLog Tue Oct 07 14:39:32 2003 -0400
+++ b/htdocs/ChangeLog Fri Oct 10 01:57:50 2003 -0400
@@ -1,5 +1,47 @@
Gaim: The Pimpin' Penguin IM Clone that's good for the soul!
+version 0.71 (10/09/2003):
+ * The right-click menu for e-mail links now presents a "Copy E-Mail
+ Address" item
+ * Fix sort by idle to behave as it did pre-contact support (David
+ Smock)
+ * Display AIM away messages in the tooltip for buddies when
+ they are away
+ * Support for Buddy Comments for AIM and ICQ buddies
+ * Window icons are now set as buddy icons or status icons
+ * Get User Info in MSN and Yahoo now return an error indicating that
+ the information doesn't exist if the profile is empty (parts by
+ Nathan Poznick)
+ * Added startup notification support for window managers that support it.
+ * The protocol icon for an account in the accounts window will now
+ "pulse" when signing the account on.
+ * Zephyr formatting fixes (Arun A. Tharuvai)
+ * Zephyr can connect to chats (Karsten Huneycutt)
+ * SSL support can now be provided by third party plugins.
+ * Multiple copies of gaim installed at different locations no
+ longer attempt to load the same, possibly incompatible plugins
+ (Robert McQueen)
+ * Implemented another new Yahoo! authentication method
+ * Fixed a bug displaying Chinese MSN messages (Ambrose C. LI).
+ * Additional fixes and checks for the perl build process (Sean Burke).
+ * Massive core/UI splitting.
+ * Re-write of Jabber protocol plugin
+ * Conversation API changes.
+ * Some plugins must be updated due to code variable changes,
+ function name changes, and change of behavior for certain
+ functions.
+ * Chinese (Simplified) translation updated (Funda Wang)
+ * Chinese (Traditional) translation updated (Ambrose C. Li)
+ * Czech translation updated (Miloslav Trmac)
+ * Danish translation updated (Morten Brix Pedersen (mbrix))
+ * Finnish translation updated (Ambrose C. LI (acli))
+ * French translation updated (Eric Boumaour)
+ * Italian translation updated (Claudio Satriano)
+ * German translation updated (Christian Weyer, Bjoern Voigt)
+ * Serbian translation updated (Danilo Segan)
+ * Serbian Latin translation updated (Danilo Segan)
+ * Swedish translation updated (Tore Lundqvist (luntor))
+
version 0.70 (09/28/2003):
* Implemented Yahoo's new authentication method (Cerulean Studios)
* Protocol plugins that have plugin dependencies now load correctly.
--- a/htdocs/news.txt Tue Oct 07 14:39:32 2003 -0400
+++ b/htdocs/news.txt Fri Oct 10 01:57:50 2003 -0400
@@ -1,3 +1,7 @@
+Gaim 0.71. Please kill my roommate
+October 10th, 2003 - 1:54AM EDT
+Gaim 0.71 is out. It would have been up earlier but Sourceforge was having some troubles (can you believe it?! ;) ). I'd strongly suggest reading the <a href="ChangeLog">ChangeLog</a> and downloading it right away.
+#
0.70
September 28th, 2003 - 9:53PM EDT
Our friends over at <a href="http://trillian.cc">Cerulean Studios</a> managed to break my speed record at cracking Yahoo authentication schemes with an impressive feat of hackery. They sent it over and here it is in Gaim 0.70. However, certain details of the authentication scheme depend on the challenge string the server sends us, and there's really no way to tell what it does until Yahoo starts sending new challenge strings. So you can expect a few more breakages to come soon. I wouldn't sign offline if I were you. Peep the <a href="ChangeLog">ChangeLog</a>.
--- a/inc/version.inc.php Tue Oct 07 14:39:32 2003 -0400
+++ b/inc/version.inc.php Fri Oct 10 01:57:50 2003 -0400
@@ -3,7 +3,7 @@
* This variable will be inserted into the source tarball and bz2ball
* path. Update with every new release.
*/
- $current_version = "0.70";
+ $current_version = "0.71";
$current_win32_version = "0.70";
$current_win32_gtk_version = "2.2.4";
$current_win32_gtk_revision = "a";