# HG changeset patch # User Sean Egan # Date 1089940995 0 # Node ID cfe6b7008391037a5e4df6765b624d1121f9c873 # Parent 9d36e93e2ae4aa2c18ac890f523c94a3f83cb5e4 [gaim-migrate @ 10365] 0.80. NEWS away, gents. committer: Tailor Script diff -r 9d36e93e2ae4 -r cfe6b7008391 ChangeLog --- a/ChangeLog Thu Jul 15 21:51:36 2004 +0000 +++ b/ChangeLog Fri Jul 16 01:23:15 2004 +0000 @@ -1,6 +1,6 @@ Gaim: The Pimpin' Penguin IM Client that's good for the soul! -version 0.80cvs: +version 0.80 (07/15/2004): New Features: * Ability to send files from the conversation window (Daniel Atallah) * Drag a file into the buddy list or a conversation to send it to that diff -r 9d36e93e2ae4 -r cfe6b7008391 NEWS --- a/NEWS Thu Jul 15 21:51:36 2004 +0000 +++ b/NEWS Fri Jul 16 01:23:15 2004 +0000 @@ -1,5 +1,10 @@ -=[ Gaim ]=- The Pimpin' Penguin IM Client That's Good For The Soul! +0.80 (07/15/2004): + Sean: Three weeks! Hooray for timeliness! I didn't do much here + but drag-and-droppable file transfers. Drag something into a + conversation window, and it will be sent. Kinda neat. + 0.79 (06/24/2004): Sean: We've moved to a three-week release cycle which we'll hopefully be able to keep up more realistically than a two-week diff -r 9d36e93e2ae4 -r cfe6b7008391 VERSION --- a/VERSION Thu Jul 15 21:51:36 2004 +0000 +++ b/VERSION Fri Jul 16 01:23:15 2004 +0000 @@ -1,1 +1,1 @@ -0.80cvs +0.80 diff -r 9d36e93e2ae4 -r cfe6b7008391 configure.ac --- a/configure.ac Thu Jul 15 21:51:36 2004 +0000 +++ b/configure.ac Fri Jul 16 01:23:15 2004 +0000 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([gaim], [0.80cvs], [gaim-devel@lists.sourceforge.net]) +AC_INIT([gaim], [0.80], [gaim-devel@lists.sourceforge.net]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)