From: Rob F. <rob...@us...> - 2002-09-09 05:51:25
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv23256 Modified Files: Tag: gtk1-stable gaim.spec.in ChangeLog NEWS configure.ac configure.in Log Message: we likes to party Index: gaim.spec.in =================================================================== RCS file: /cvsroot/gaim/gaim/gaim.spec.in,v retrieving revision 1.52.2.1 retrieving revision 1.52.2.2 diff -u -d -r1.52.2.1 -r1.52.2.2 --- gaim.spec.in 26 Aug 2002 02:41:27 -0000 1.52.2.1 +++ gaim.spec.in 9 Sep 2002 05:51:22 -0000 1.52.2.2 @@ -95,6 +95,32 @@ rm -r $RPM_BUILD_ROOT %changelog +* Mon Sep 09 2002 Rob Flynn <ro...@ma...> (0.59.2 release) +- Japanese translation updated (Thanks, Junichi Uekawa) +- Won't crash when you set your MSN Friendly name to an empty string. +- Default manual browser command changed to reflect the fix in 0.59.1 +- Fixed the non-manual browser settings which were broke in 0.59.1 (Thanks, Chris Blizzard) +- Improved MSN internationalization (Thanks A Lee) +- Smiley lookup will search for longest match for smilies like :-(( (Thanks Eric Melski) +- When an IM image is clicked, don't open the browser (Thanks Ari Pollak) +- Prevent a possible crash in unhide_buddy_list() (Thanks Ari Pollak) +- Fixed a compilation problem on systems without iconv. +- GtkIMHtml can be set to render font sizes as point size or AIMish relative sizes -- no more huge Yahoo fonts. (Thanks Ka-Hing Cheung) +- Fixed a bug with regard to Jabber resources (Thanks Nathan Walp) +- Fixed a possible segfault when signing off Jabber (Thanks Craig Boston) +- Word-wrapping on mail notification text (Thanks, Andrew Molloy) +- Strip trailing and leading spaces from MSN/Yahoo names (Thanks, Arun Tharuvai) + +* Sat Aug 25 2002 Rob Flynn <ro...@ma...> (0.59.1 release) +- Created a gtk1-stable branch for GTK+ 1.2 bugfix releases. Development will continue in our main branch in GTK+ 2 only. +- Fixed a security bug in the manual browser setting (Thanks Robert McQueen) +- Now using libiconv for better i18n support (Thanks Junichi Uekawa) +- Will work with Perl 5.8 (thanks, Timothy Lee and Dan Colascione) +- Fix for HTTP proxies (thanks, Ethan Blanton) +- Read proxy environment variables. (thanks, Christian Hammond) +- Use the pretty gaim.png for our menu entry. +- Added support for gettext 0.11.x. + * Mon Jun 24 2002 Rob Flynn <ro...@ma...> (0.59 release) - Hungarian translation added (Thanks, Sutto Zoltan) - Swedish translation updated (Thanks, Christian Rose) Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim/gaim/ChangeLog,v retrieving revision 1.509.2.22 retrieving revision 1.509.2.23 diff -u -d -r1.509.2.22 -r1.509.2.23 --- ChangeLog 9 Sep 2002 05:46:07 -0000 1.509.2.22 +++ ChangeLog 9 Sep 2002 05:51:22 -0000 1.509.2.23 @@ -1,6 +1,6 @@ Gaim: The Pimpin' Penguin IM Clone thats good for the soul! -version 0.59.2 +version 0.59.2 (09/09/2002): * Japanese translation updated (Thanks, Junichi Uekawa) * Won't crash when you set your MSN Friendly name to an empty string. @@ -27,7 +27,7 @@ * Strip trailing and leading spaces from MSN/Yahoo names (Thanks, Arun Tharuvai) -version 0.59.1 (08/25/2002) +version 0.59.1 (08/25/2002): * Created a gtk1-stable branch for GTK+ 1.2 bugfix releases. Development will continue in our main branch in GTK+ 2 only. * Fixed a security bug in the manual browser setting (Thanks Index: NEWS =================================================================== RCS file: /cvsroot/gaim/gaim/NEWS,v retrieving revision 1.138.2.1 retrieving revision 1.138.2.2 diff -u -d -r1.138.2.1 -r1.138.2.2 --- NEWS 26 Aug 2002 01:52:46 -0000 1.138.2.1 +++ NEWS 9 Sep 2002 05:51:22 -0000 1.138.2.2 @@ -1,6 +1,14 @@ -=[ Gaim ]=- The Pimpin' Penguin IM Client That's Good For The Soul! -0.59.1 (08/25/3002) +0.69.2 (09/09/2002): + Rob: This time Sean couldn't be with us. I finally got my linux box + some what back in order. Life has been extremely hectic for both Sean + and myself lately, I think. Sean will have his cable connection soon + and my linux box should be completely happy again soon. Thanks to + everyone that kept the patches coming in and organized while we + were busy (chip, luke, robot, etc.) + +0.59.1 (08/25/2002): Sean: We've decided to create a stable branch for GTK+ 1.2 bugfixes and start developing CVS HEAD in GTK+ 2 only. GTK+ 1.2 releases will be in the 0.59.x branch and GTK+ 2 releases will follow our Index: configure.ac =================================================================== RCS file: /cvsroot/gaim/gaim/configure.ac,v retrieving revision 1.70.2.4 retrieving revision 1.70.2.5 diff -u -d -r1.70.2.4 -r1.70.2.5 --- configure.ac 29 Aug 2002 00:32:21 -0000 1.70.2.4 +++ configure.ac 9 Sep 2002 05:51:22 -0000 1.70.2.5 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/aim.c) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([gaim], [0.59.2cvs]) +AM_INIT_AUTOMAKE([gaim], [0.59.2]) AC_PREREQ([2.50]) Index: configure.in =================================================================== RCS file: /cvsroot/gaim/gaim/configure.in,v retrieving revision 1.118.2.4 retrieving revision 1.118.2.5 diff -u -d -r1.118.2.4 -r1.118.2.5 --- configure.in 29 Aug 2002 00:32:21 -0000 1.118.2.4 +++ configure.in 9 Sep 2002 05:51:22 -0000 1.118.2.5 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/aim.c) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([gaim], [0.59.2cvs]) +AM_INIT_AUTOMAKE([gaim], [0.59.2]) |