From: Don S. <ri...@us...> - 2005-02-18 16:40:25
|
Update of /cvsroot/gaim-bnet/gaim-bnet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16228 Modified Files: ChangeLog VERSION configure.ac Log Message: Noting upcoming patch version and ChangeLogging evew's fixes Index: configure.ac =================================================================== RCS file: /cvsroot/gaim-bnet/gaim-bnet/configure.ac,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** configure.ac 10 Feb 2005 16:53:02 -0000 1.6 --- configure.ac 18 Feb 2005 16:40:16 -0000 1.7 *************** *** 4,8 **** # ! AC_INIT([gaim-bnet], [0.1.0], [gai...@li...]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(pre_config.h) --- 4,8 ---- # ! AC_INIT([gaim-bnet], [0.1.1cvs], [gai...@li...]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(pre_config.h) Index: VERSION =================================================================== RCS file: /cvsroot/gaim-bnet/gaim-bnet/VERSION,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** VERSION 10 Feb 2005 16:53:02 -0000 1.2 --- VERSION 18 Feb 2005 16:40:16 -0000 1.3 *************** *** 1 **** ! 0.1.0 --- 1 ---- ! 0.1.1cvs Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim-bnet/gaim-bnet/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ChangeLog 10 Feb 2005 16:53:02 -0000 1.5 --- ChangeLog 18 Feb 2005 16:40:16 -0000 1.6 *************** *** 2,5 **** --- 2,12 ---- $Id$ + *gaim-bnet-0.1.1cvs + + Bug Fixes: + * Fixed a bug about chat windows, where the old ones weren't handled + properly. (evew) + * Fixed bug #1120540 - Disconnect Error (evew) + *gaim-bnet-0.1.0 (10 Feb 2005) |