gaim/gaim

woo
gtk1-stable v0_59_6
2002-11-07, Rob Flynn
5647d52bed32
Parents 79fd3b4b4844
Children efdbeb62f55e
woo
  • +1 -1
    ChangeLog
  • +5 -0
    NEWS
  • +1 -1
    configure.ac
  • +1 -1
    configure.in
  • +1 -1
    doc/gaim.1
  • +4 -0
    gaim.spec.in
  • --- a/ChangeLog Wed Oct 30 16:09:23 2002 -0500
    +++ b/ChangeLog Thu Nov 07 22:45:52 2002 -0500
    @@ -1,6 +1,6 @@
    Gaim: The Pimpin' Penguin IM Clone thats good for the soul!
    -version 0.59.6
    +version 0.59.6 (11/07/2002):
    * Fixed a segfault introduced in 0.59.5 when gtk
    fails to read the ~/.gtkrc or reads it but fails
    to create a style from it.
    --- a/NEWS Wed Oct 30 16:09:23 2002 -0500
    +++ b/NEWS Thu Nov 07 22:45:52 2002 -0500
    @@ -1,5 +1,10 @@
    -=[ Gaim ]=- The Pimpin' Penguin IM Client That's Good For The Soul!
    +0.59.6 (11/07/2002):
    + Rob: Hmm. The last version had a bug. That sucks.
    +
    + George: It was my fault.
    +
    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.
    --- a/configure.ac Wed Oct 30 16:09:23 2002 -0500
    +++ b/configure.ac Thu Nov 07 22:45:52 2002 -0500
    @@ -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.5])
    +AM_INIT_AUTOMAKE([gaim], [0.59.6])
    AC_PREREQ([2.50])
    --- a/configure.in Wed Oct 30 16:09:23 2002 -0500
    +++ b/configure.in Thu Nov 07 22:45:52 2002 -0500
    @@ -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.5])
    +AM_INIT_AUTOMAKE([gaim], [0.59.6])
    --- a/doc/gaim.1 Wed Oct 30 16:09:23 2002 -0500
    +++ b/doc/gaim.1 Thu Nov 07 22:45:52 2002 -0500
    @@ -21,7 +21,7 @@
    .\" USA.
    .TH gaim 1
    .SH NAME
    -Gaim v0.59.5 \- Instant Messaging client
    +Gaim v0.59.6 \- Instant Messaging client
    .SH SYNOPSIS
    .TP 5
    \fBgaim \fI[options]\fR
    --- a/gaim.spec.in Wed Oct 30 16:09:23 2002 -0500
    +++ b/gaim.spec.in Thu Nov 07 22:45:52 2002 -0500
    @@ -94,6 +94,10 @@
    rm -r $RPM_BUILD_ROOT
    %changelog
    +* Thu Nov 07 2002 Rob Flynn <rob@marko.net> (0.59.6 release)
    +- Fixed a segfault introduced in 0.59.5 when gtk fails to read the ~/.gtkrc or reads it but fails to create a style from it.
    +- Jabber conference timestamps are no longer gigantic
    +
    * Mon Oct 14 2002 Rob Flynn <rob@marko.net> (0.59.5 release)
    - Fixed a Yahoo! segfault (Thanks, Craig Metz)