[gaim-migrate @ 7554]

Sun, 28 Sep 2003 22:15:44 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Sun, 28 Sep 2003 22:15:44 +0000
changeset 6998
5a4cd00736ce
parent 6997
73409a69775d
child 6999
abf20ea86793

[gaim-migrate @ 7554]
Get ready for 0.70.

ChangeLog file | annotate | diff | comparison | revisions
NEWS file | annotate | diff | comparison | revisions
configure.ac file | annotate | diff | comparison | revisions
src/protocols/yahoo/yahoo.c file | annotate | diff | comparison | revisions
--- a/ChangeLog	Sun Sep 28 20:50:22 2003 +0000
+++ b/ChangeLog	Sun Sep 28 22:15:44 2003 +0000
@@ -1,6 +1,7 @@
 Gaim: The Pimpin' Penguin IM Clone that's good for the soul!
 
-version 0.70:
+version 0.70 (09/28/2003):
+	* Implemented Yahoo's new authentication method (Cerulean Studios)
 	* Robert "Robot101" McQueen cleaned and core/UI split IM 
 	  image support
 	* Chinese (Traditional) translation updated (Ambrose C. Li)
--- a/NEWS	Sun Sep 28 20:50:22 2003 +0000
+++ b/NEWS	Sun Sep 28 22:15:44 2003 +0000
@@ -1,4 +1,9 @@
 -=[ Gaim ]=-  The Pimpin' Penguin IM Client That's Good For The Soul!
+0.70 (9/28/2003):
+	Sean: Yahoo! works.  That's good NEWS if I've ever heard it.  Huge
+	thanks to our dear friends over at Cerulean Studios, creators of
+	Trillian, for helping us out.
+
 0.69 (9/24/2003):
 	Sean: MSN and Yahoo! work.  That's good NEWS if I've ever heard it.
 
--- a/configure.ac	Sun Sep 28 20:50:22 2003 +0000
+++ b/configure.ac	Sun Sep 28 22:15:44 2003 +0000
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/main.c)
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE([gaim], [0.70cvs])
+AM_INIT_AUTOMAKE([gaim], [0.70])
 
 AC_PREREQ([2.50])
 
--- a/src/protocols/yahoo/yahoo.c	Sun Sep 28 20:50:22 2003 +0000
+++ b/src/protocols/yahoo/yahoo.c	Sun Sep 28 22:15:44 2003 +0000
@@ -965,6 +965,9 @@
 	
 }
 
+/* I'm dishing out some uber-mad props to Cerulean Studios for cracking this
+ * and sending the fix!  Thanks guys. */
+
 static void yahoo_process_auth_new(GaimConnection *gc, const char *seed)
 {
 	struct yahoo_packet *pack = NULL;

mercurial