diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-08-18 18:27:08 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-08-18 18:27:08 +0000 |
commit | 7a5931232f0215dd0090f7b8a48fb937dec527ae (patch) | |
tree | 768491d9e3e4afa5f8671f420ad65646ecaa15a7 /chat/gaim/Makefile | |
parent | 2f773a9401981171fa01006ee039b02635429507 (diff) | |
download | pkgsrc-7a5931232f0215dd0090f7b8a48fb937dec527ae.tar.gz |
Update to 0.67:
* Brought back the message notification plugin (Brian Tarricone)
You'll need to reconfigure your settings for this plugin
* IRC protocol plugin rewritten (Ethan Blanton)
* New IRC protocol icon (Nuno Donato)
* Protocol and status icons now optionally appear on tabs.
(Etan Reisner)
* Various dialog rewrites (Jabber vCard, Add Group, Alias Chat,
Rename Group, Privacy)
* Shows "hiptop" icon for AIM buddies using hiptop
devices (Robey Pointer)
* Privacy core/UI split.
* Conversation placement by group now applies to chats in the buddy
list as well.
* Events in a conversation (user logged in, logged out, window closed,
etc.) now grey the tab.
* Various bug fixes (larne from irc, Tim Ringenbach, Bjoern
Voigt, Paul A (darkrain))
* British English "translation" updated (Sam Halliday)
* Chinese (Simplified) translation updated (Funda Wang)
* Chinese (Traditional) translation updated (Ambrose C. Li)
* Danish translation updated (Morten Brix Pedersen)
* Dutch translation updated (Vincent van Adrighem)
* French translation updated (Eric Boumaour)
* German translation updated (Bjoern Voigt)
* Hindi translation added (Guntupalli Karunakar)
* Hungarian translation updated (Zoltan Sutto)
* Italian translation updated (Luca Beltrame, Claudio Satriano)
* Portuguese (Brazilian) translation updated (Mauricio de Lemos
Rodrigues Collares Neto)
* Romanian translation updated (Misu Moldovan (dumol))
* Serbian translation updated (Danilo Segan)
* Spanish translation updated (Javier Fernandez-Sanguino Pena)
Diffstat (limited to 'chat/gaim/Makefile')
-rw-r--r-- | chat/gaim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile index 29fc2398303..e679664e1ac 100644 --- a/chat/gaim/Makefile +++ b/chat/gaim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2003/07/19 10:58:31 jmmv Exp $ +# $NetBSD: Makefile,v 1.38 2003/08/18 18:27:08 jmmv Exp $ # -DISTNAME= gaim-0.66 +DISTNAME= gaim-0.67 CATEGORIES= chat x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/} |