Mercurial > pidgin
changeset 6998:b11b2880bafd
[gaim-migrate @ 7554]
Get ready for 0.70.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sun, 28 Sep 2003 22:15:44 +0000 |
parents | 81137c6807b6 |
children | aeea0debeafe |
files | ChangeLog NEWS configure.ac src/protocols/yahoo/yahoo.c |
diffstat | 4 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;