Mercurial > pidgin
changeset 12990:798ef873a7e9
[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 <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 22 Jan 2006 19:52:17 +0000 |
parents | 2af4d9cc45d0 |
children | c1b2ba353e85 |
files | NEWS configure.ac |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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)