gaim/gaim

yeah yeah
gtk1-stable v0_59_5
2002-10-14, Rob Flynn
aab80d5731fa
Parents 46d2ff75530b
Children 8a072059984e
yeah yeah
  • +1 -1
    ChangeLog
  • +8 -0
    NEWS
  • +1 -1
    configure.ac
  • +1 -1
    configure.in
  • +1 -1
    doc/gaim.1
  • +3 -0
    gaim.spec.in
  • --- a/ChangeLog Mon Oct 14 10:41:16 2002 -0400
    +++ b/ChangeLog Mon Oct 14 18:32:08 2002 -0400
    @@ -1,6 +1,6 @@
    Gaim: The Pimpin' Penguin IM Clone thats good for the soul!
    -version 0.59.5
    +version 0.59.5 (10/14/2002):
    * Fixed a Yahoo! segfault (Thanks, Craig Metz)
    version 0.59.4 (10/06/2002):
    --- a/NEWS Mon Oct 14 10:41:16 2002 -0400
    +++ b/NEWS Mon Oct 14 18:32:08 2002 -0400
    @@ -1,5 +1,13 @@
    -=[ Gaim ]=- The Pimpin' Penguin IM Client That's Good For The Soul!
    +0.59.5 (10/14/2002):
    + Rob: There's not much to this release. It fixes the segfault that
    + happened due to a protocol change by Yahoo!. Enjoy.
    +
    + George: Ok.
    +
    + Sean: ...
    +
    0.59.4 (10/06/2002):
    Rob: Well, it has been some time since we made our last release. This
    version has a few minor bug fixes. We hope that this will keep everyone
    --- a/configure.ac Mon Oct 14 10:41:16 2002 -0400
    +++ b/configure.ac Mon Oct 14 18:32:08 2002 -0400
    @@ -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.4])
    +AM_INIT_AUTOMAKE([gaim], [0.59.5])
    AC_PREREQ([2.50])
    --- a/configure.in Mon Oct 14 10:41:16 2002 -0400
    +++ b/configure.in Mon Oct 14 18:32:08 2002 -0400
    @@ -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.4])
    +AM_INIT_AUTOMAKE([gaim], [0.59.5])
    --- a/doc/gaim.1 Mon Oct 14 10:41:16 2002 -0400
    +++ b/doc/gaim.1 Mon Oct 14 18:32:08 2002 -0400
    @@ -21,7 +21,7 @@
    .\" USA.
    .TH gaim 1
    .SH NAME
    -Gaim v0.59.4 \- Instant Messaging client
    +Gaim v0.59.5 \- Instant Messaging client
    .SH SYNOPSIS
    .TP 5
    \fBgaim \fI[options]\fR
    --- a/gaim.spec.in Mon Oct 14 10:41:16 2002 -0400
    +++ b/gaim.spec.in Mon Oct 14 18:32:08 2002 -0400
    @@ -94,6 +94,9 @@
    rm -r $RPM_BUILD_ROOT
    %changelog
    +* Mon Oct 14 2002 Rob Flynn <rob@marko.net> (0.59.5 release)
    +- Fixed a Yahoo! segfault (Thanks, Craig Metz)
    +
    * Sun Oct 06 2002 Rob Flynn <rob@marko.net> (0.59.4 release)
    - Removed color keybinnding altogether.
    - Added a horizontal scrollbar to Edit page of buddy list. (Thanks, David Fallon)