# HG changeset patch # User Rob Flynn # Date 969057682 0 # Node ID 2999319f9eca4cbd84f39bbb7034e3b3cb2d6f6b # Parent 5871e1eec10ce2d333add766ce49cf68e3b44588 [gaim-migrate @ 929] Just finalizing some things before the release. committer: Tailor Script diff -r 5871e1eec10c -r 2999319f9eca ChangeLog --- 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. diff -r 5871e1eec10c -r 2999319f9eca NEWS --- 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 diff -r 5871e1eec10c -r 2999319f9eca gaim.spec.in --- 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/* diff -r 5871e1eec10c -r 2999319f9eca plugins/Makefile.am --- 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