# HG changeset patch # User Mark Doliner # Date 1137959537 0 # Node ID 798ef873a7e99d4e742679b6223321946761aaf0 # Parent 2af4d9cc45d0cf5036253d9272aef0024a196d39 [gaim-migrate @ 15343] I need to leave for a few hours, but let's do the beta tonight. Get your last minute fixes in now. I hope to get the connection error buttons in the buddy list before releasing. I think it'll work pretty well. There's an early iteration patch at http://sourceforge.net/tracker/index.php?func=detail&aid=1408768&group_id=235&atid=300235 committer: Tailor Script diff -r 2af4d9cc45d0 -r 798ef873a7e9 NEWS --- a/NEWS Sun Jan 22 16:52:47 2006 +0000 +++ b/NEWS Sun Jan 22 19:52:17 2006 +0000 @@ -1,5 +1,11 @@ -=[ Gaim ]=- The Pimpin' Penguin IM Client That's Good For The Soul! +2.0.0beta2 (01/22/2006): + Mark: So this is the new year, and I don't feel any different, but + Gaim is getting better. We hope this will be our last beta before + we release the final version of 2.0.0. As before, please shower us + in feedback! + 2.0.0beta1 (12/17/2005): Sean: I think Nathan sums everything up really well below. There's still a bunch we want to add (and remove) before the official release, but we diff -r 2af4d9cc45d0 -r 798ef873a7e9 configure.ac --- a/configure.ac Sun Jan 22 16:52:47 2006 +0000 +++ b/configure.ac Sun Jan 22 19:52:17 2006 +0000 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([gaim], [2.0.0cvs], [gaim-devel@lists.sourceforge.net]) +AC_INIT([gaim], [2.0.0beta2], [gaim-devel@lists.sourceforge.net]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)