# HG changeset patch # User Sean Egan # Date 1089940995 0 # Node ID 4d6f47f2a989ebbca6dcf56eab0156392c5ed0e7 # Parent ebb2c3dd26414cf0939a595d8c4ad5cd545f0116 [gaim-migrate @ 10365] 0.80. NEWS away, gents. diff -r ebb2c3dd2641 -r 4d6f47f2a989 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 ebb2c3dd2641 -r 4d6f47f2a989 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 ebb2c3dd2641 -r 4d6f47f2a989 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 ebb2c3dd2641 -r 4d6f47f2a989 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)