Mercurial > pidgin
changeset 5403:9f4e2a0d3420
[gaim-migrate @ 5779]
release
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sat, 17 May 2003 00:57:29 +0000 |
parents | f3cf3bff72f0 |
children | 44dea0d3f82f |
files | ChangeLog NEWS configure.ac configure.in doc/gaim.1 |
diffstat | 5 files changed, 13 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri May 16 22:33:13 2003 +0000 +++ b/ChangeLog Sat May 17 00:57:29 2003 +0000 @@ -1,6 +1,6 @@ Gaim: The Pimpin' Penguin IM Clone that's good for the soul! -version 0.63: +version 0.63 (05/16/2003): * A rewrite of the plugin API. Plugin authors will need to change their code based off the changes found in other plugins. * Perl script support is now provided in the perl plugin.
--- a/NEWS Fri May 16 22:33:13 2003 +0000 +++ b/NEWS Sat May 17 00:57:29 2003 +0000 @@ -1,6 +1,14 @@ -=[ Gaim ]=- The Pimpin' Penguin IM Client That's Good For The Soul! -0.62 (04/23/2002): +0.63 (05/16/2003) + Rob: + + Sean: Yay! School is finally over. I have to give tons of cherry- + flavored props to everyone whose been helping out while I stayed away + from Gaim to keep myself from failing again, especially Christian and + Nathan. + +0.62 (04/23/2003): Sean: This is just another standard bi-weekly Gaim release. Nothing really interesting, but it has some good bugfixes. Personally, I've been a bit removed from Gaim development lately what with school getting
--- a/configure.ac Fri May 16 22:33:13 2003 +0000 +++ b/configure.ac Sat May 17 00:57:29 2003 +0000 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/main.c) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([gaim], [0.63cvs]) +AM_INIT_AUTOMAKE([gaim], [0.63]) AC_PREREQ([2.50])
--- a/configure.in Fri May 16 22:33:13 2003 +0000 +++ b/configure.in Sat May 17 00:57:29 2003 +0000 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/main.c) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([gaim], [0.63cvs]) +AM_INIT_AUTOMAKE([gaim], [0.63])