# HG changeset patch # User Sean Egan # Date 1064446895 0 # Node ID ccc0d9654098b28d41b5288280b0230cca7c637f # Parent 7e18efe2944a28f5966a8fee2cff879f9afe6a0b [gaim-migrate @ 7507] ASDG! committer: Tailor Script diff -r 7e18efe2944a -r ccc0d9654098 ChangeLog --- a/ChangeLog Wed Sep 24 23:40:56 2003 +0000 +++ b/ChangeLog Wed Sep 24 23:41:35 2003 +0000 @@ -1,6 +1,6 @@ Gaim: The Pimpin' Penguin IM Clone that's good for the soul! -version 0.69 +version 0.69 (09/24/2003): * Added Contact (aka Person, aka Meta-Contact, aka Buddy Merging, etc) support * Added MSN 6 smileys. diff -r 7e18efe2944a -r ccc0d9654098 NEWS --- a/NEWS Wed Sep 24 23:40:56 2003 +0000 +++ b/NEWS Wed Sep 24 23:41:35 2003 +0000 @@ -1,4 +1,7 @@ -=[ Gaim ]=- The Pimpin' Penguin IM Client That's Good For The Soul! +0.69 (9/24/2003): + Sean: MSN and Yahoo! work. That's good NEWS if I've ever heard it. + 0.68 (09/01/2003): Rob: Wow. I am so incredibly tired. diff -r 7e18efe2944a -r ccc0d9654098 configure.ac --- a/configure.ac Wed Sep 24 23:40:56 2003 +0000 +++ b/configure.ac Wed Sep 24 23:41:35 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.69cvs]) +AM_INIT_AUTOMAKE([gaim], [0.69]) AC_PREREQ([2.50])