# HG changeset patch # User Sean Egan # Date 1064787344 0 # Node ID b11b2880bafdff64a91c482243a6e8251e3c07b8 # Parent 81137c6807b6dd6ad50dc2f73061e6d8182c0ab0 [gaim-migrate @ 7554] Get ready for 0.70. committer: Tailor Script diff -r 81137c6807b6 -r b11b2880bafd ChangeLog --- 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) diff -r 81137c6807b6 -r b11b2880bafd NEWS --- 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. diff -r 81137c6807b6 -r b11b2880bafd configure.ac --- 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]) diff -r 81137c6807b6 -r b11b2880bafd src/protocols/yahoo/yahoo.c --- 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;