# HG changeset patch # User Rob Flynn # Date 956613775 0 # Node ID e67c56a07f521e5f97c488643abf6486f0c89bf8 # Parent 554df636a6e7bfb9581226cdf60c99adbad40083 [gaim-migrate @ 180] The start of the 0.9.15 source tree :) Hooray! committer: Tailor Script diff -r 554df636a6e7 -r e67c56a07f52 ChangeLog --- a/ChangeLog Mon Apr 24 19:34:18 2000 +0000 +++ b/ChangeLog Mon Apr 24 22:02:55 2000 +0000 @@ -1,5 +1,7 @@ GAIM: The Pimpin' Penguin IM Clone thats good for the soul! +version 0.9.15: + version 0.9.14: * Numerous Fixes by G. Sumner Hayes (buffer over flow patches, etc) diff -r 554df636a6e7 -r e67c56a07f52 NEWS --- a/NEWS Mon Apr 24 19:34:18 2000 +0000 +++ b/NEWS Mon Apr 24 22:02:55 2000 +0000 @@ -1,5 +1,7 @@ -=[ GAIM ]=- The Pimpin' Penguin AIM Clone That's Good For The Soul! +0.9.15: + 0.9.14: Well, there's a few random hacks and fixes in here, along with a little suprise. You guessed it, kiddos, support for plugins! Happy diff -r 554df636a6e7 -r e67c56a07f52 configure.in --- a/configure.in Mon Apr 24 19:34:18 2000 +0000 +++ b/configure.in Mon Apr 24 22:02:55 2000 +0000 @@ -1,7 +1,7 @@ dn3l Process this file with autoconf to produce a configure script. AC_INIT(src/aim.c) -AM_INIT_AUTOMAKE([gaim], [0.9.14]) +AM_INIT_AUTOMAKE([gaim], [0.9.15]) dnl Checks for programs. AM_PROG_LIBTOOL diff -r 554df636a6e7 -r e67c56a07f52 gaim.spec --- a/gaim.spec Mon Apr 24 19:34:18 2000 +0000 +++ b/gaim.spec Mon Apr 24 22:02:55 2000 +0000 @@ -1,5 +1,5 @@ %define name gaim -%define version 0.9.14 +%define version 0.9.15 %define release 1 %define prefix /usr