diff options
author | jmmv <jmmv> | 2003-10-18 08:18:46 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-10-18 08:18:46 +0000 |
commit | 12bef005813fa3844036a3110368cb6d9958ac4c (patch) | |
tree | cad825cff195a5d9bd3b57b1e42525fadecfb1d7 /chat/gaim/PLIST | |
parent | ecec2a1df243d3fabca174cf626dab65546d1af3 (diff) | |
download | pkgsrc-12bef005813fa3844036a3110368cb6d9958ac4c.tar.gz |
Update to 0.71 (main reason is to add missing dependancies to fix connection
to protocols that use SSL):
* The right-click menu for e-mail links now presents a "Copy E-Mail
Address" item
* Fix sort by idle to behave as it did pre-contact support (David
Smock)
* Display AIM away messages in the tooltip for buddies when
they are away
* Support for Buddy Comments for AIM and ICQ buddies
* Window icons are now set as buddy icons or status icons
* Get User Info in MSN and Yahoo now return an error indicating that
the information doesn't exist if the profile is empty (parts by
Nathan Poznick)
* Added startup notification support for window managers that support it.
* The protocol icon for an account in the accounts window will now
"pulse" when signing the account on.
* Zephyr formatting fixes (Arun A. Tharuvai)
* Zephyr can connect to chats (Karsten Huneycutt)
* SSL support can now be provided by third party plugins.
* Multiple copies of gaim installed at different locations no
longer attempt to load the same, possibly incompatible plugins
(Robert McQueen)
* Implemented another new Yahoo! authentication method
* Fixed a bug displaying Chinese MSN messages (Ambrose C. LI).
* Additional fixes and checks for the perl build process (Sean Burke).
* Massive core/UI splitting.
* Re-write of Jabber protocol plugin
* Conversation API changes.
* Some plugins must be updated due to code variable changes,
function name changes, and change of behavior for certain
functions.
* Chinese (Simplified) translation updated (Funda Wang)
* Chinese (Traditional) translation updated (Ambrose C. Li)
* Czech translation updated (Miloslav Trmac)
* Danish translation updated (Morten Brix Pedersen (mbrix))
* Finnish translation updated (Ambrose C. LI (acli))
* French translation updated (Eric Boumaour)
* Italian translation updated (Claudio Satriano)
* German translation updated (Christian Weyer, Bjoern Voigt)
* Serbian translation updated (Danilo Segan)
* Serbian Latin translation updated (Danilo Segan)
* Swedish translation updated (Tore Lundqvist (luntor))
Fixes PR pkg/23173 (connection problems to MSN); initial patch provided by
Matthew Luckie in private mail.
Diffstat (limited to 'chat/gaim/PLIST')
-rw-r--r-- | chat/gaim/PLIST | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/chat/gaim/PLIST b/chat/gaim/PLIST index 3857a9e7409..e3990396e7e 100644 --- a/chat/gaim/PLIST +++ b/chat/gaim/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2003/09/26 15:03:36 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.20 2003/10/18 08:18:46 jmmv Exp $ bin/gaim bin/gaim-remote include/gaim-remote/remote-socket.h @@ -57,6 +57,15 @@ lib/gaim/notify.so lib/gaim/spellchk.a lib/gaim/spellchk.la lib/gaim/spellchk.so +lib/gaim/ssl-gnutls.a +lib/gaim/ssl-gnutls.la +lib/gaim/ssl-gnutls.so +lib/gaim/ssl-nss.a +lib/gaim/ssl-nss.la +lib/gaim/ssl-nss.so +lib/gaim/ssl.a +lib/gaim/ssl.la +lib/gaim/ssl.so lib/gaim/statenotify.a lib/gaim/statenotify.la lib/gaim/statenotify.so |