Mercurial > pidgin.yaz
changeset 919:2999319f9eca
[gaim-migrate @ 929]
Just finalizing some things before the release.
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Fri, 15 Sep 2000 22:41:22 +0000 |
parents | 5871e1eec10c |
children | 972a180e9429 |
files | ChangeLog NEWS gaim.spec.in plugins/Makefile.am |
diffstat | 4 files changed, 13 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Sep 15 22:35:39 2000 +0000 +++ b/ChangeLog Fri Sep 15 22:41:22 2000 +0000 @@ -1,6 +1,6 @@ GAIM: The Pimpin' Penguin IM Clone thats good for the soul! -version 0.10.1: +version 0.10.1 (09/15/2000): * Better chatroom logging * Oscar works again. Pay no attention to Slashdot. * gtkhtml handles background colours better.
--- a/NEWS Fri Sep 15 22:35:39 2000 +0000 +++ b/NEWS Fri Sep 15 22:41:22 2000 +0000 @@ -1,6 +1,14 @@ -=[ GAIM ]=- The Pimpin' Penguin AIM Clone That's Good For The Soul! -0.10.1: +0.10.1 (09/15/2000): + + Rob: Hi Hi Hi! Yet another gaim release pushed out the door + for you guys. I hope you all enjoy it. There was a few minor + issues cleared up in this version as well as the repair of + OSCAR support. Hopefully we won't run into the same problem + as before. Oh well ;-). There's also a few small extra goodies + in here for you guys just check out the Change Log. I hope you all + enjoy and take care! 0.10.0 (09/11/2000): Rob: Well peoples, I know that it's been a while since our
--- a/gaim.spec.in Fri Sep 15 22:35:39 2000 +0000 +++ b/gaim.spec.in Fri Sep 15 22:41:22 2000 +0000 @@ -75,7 +75,7 @@ %files applet %defattr(-,root,root) %attr(755,root,root) %{prefix}/bin/gaim_applet -%doc doc/the_penguin.txt doc/PROTOCOL doc/CREDITS NEWS COPYING AUTHORS doc/FAQ README README.plugins ChangeLog doc/PERL-HOWTO +%doc doc/the_penguin.txt doc/PROTOCOL doc/CREDITS NEWS COPYING AUTHORS doc/FAQ README README.plugins ChangeLog plugins/PERL-HOWTO %{prefix}/lib/gaim/* %{prefix}/share/locale/*/*/* %{prefix}/share/sounds/gaim/*
--- a/plugins/Makefile.am Fri Sep 15 22:35:39 2000 +0000 +++ b/plugins/Makefile.am Fri Sep 15 22:41:22 2000 +0000 @@ -6,7 +6,7 @@ if PLUGINS -plugin_DATA = autorecon.so iconaway.so notify.so spellchk.so +plugin_DATA = autorecon.so iconaway.so notify.so spellchk.so lagmeter.so plugindir = $(libdir)/gaim clean distclean clean-recursive distclean-recursive: @@ -17,4 +17,4 @@ EXTRA_DIST = ChangeLog PERL-HOWTO CRAZY HOWTO SIGNALS autorecon.c error.c filectl.c \ gaiminc.c iconaway.c lagmeter.c notify.c simple.c spellchk.c \ - toc_commands.c events.c + toc_commands.c events.c gaim.pl