diff options
author | wiz <wiz@pkgsrc.org> | 2003-08-31 16:46:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-08-31 16:46:27 +0000 |
commit | 5e81228b3da4842d524b54ebe182cb5f30595edf (patch) | |
tree | 616e4010479aedd7af3b55090893d77b43241e98 /chat | |
parent | 5d305feb7293dff7f59c2413c785de41c4071a52 (diff) | |
download | pkgsrc-5e81228b3da4842d524b54ebe182cb5f30595edf.tar.gz |
Update to 4.9.6:
The internal RSS parser suffered some changes that enabled it to undestand
the RDF dialect as well as CDATA values. Some problems related to fetching
all the records on every check were fixed.
RSS checking delays are now specified in minutes, not in hours.
The "Reply" button was removed that used to appear in the message box
when reading RSS records.
Correct redirect processing was implemented in the HTTP module used to fetch
RSS documents.
HTTP proxy support was added. So far it's used only for RSS fetching.
History lastreads checking was improved. Now centericq shouldn't show the
unread messages mark for contacts you communicated with during some clock
skews.
Auto-reconnect appeared not to work for the ICQ protocol. Fixed.
It's now possible to join a Jabber conference by its JID, without a need
for a service to be registered on the server. Example:
"jdev@conference.jabber.org" in the "Name/Title" field.
Since Jabber IDs are not case sensitive, centericq treats JIDs written with
capital and small letters the same way.
The status change window was improved. Now it has the "All protocol" item on
the top along with newly added "Already logged in only".
The cicqconv contact list conversion utility was extended with ICQ list
support for Trillian written by Vassilios Karakoidas <bkarak@aueb.gr>.
Jabber authentification became smarter. If server doesn't support digest
authentification, it's not tried anymore. The point was that the new
digest practice made it impossible to login into server which didn't
support md5 digest auth. Fixed.
HTTP proxy support for fetching RSS feeds was fixed. It used to segfault
the application in some situation.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/centericq/Makefile | 4 | ||||
-rw-r--r-- | chat/centericq/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile index 7c3b318c33e..0118377e549 100644 --- a/chat/centericq/Makefile +++ b/chat/centericq/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2003/08/19 22:53:44 hubertf Exp $ +# $NetBSD: Makefile,v 1.27 2003/08/31 16:46:27 wiz Exp $ # -DISTNAME= centericq-4.9.5 +DISTNAME= centericq-4.9.6 CATEGORIES= chat MASTER_SITES= http://konst.org.ua/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/chat/centericq/distinfo b/chat/centericq/distinfo index e5aaf7316fc..3c0b1777a5a 100644 --- a/chat/centericq/distinfo +++ b/chat/centericq/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2003/08/19 22:53:44 hubertf Exp $ +$NetBSD: distinfo,v 1.5 2003/08/31 16:46:28 wiz Exp $ -SHA1 (centericq-4.9.5.tar.bz2) = a23a08095bd21d1163ee6714e37db6ade26a31b1 -Size (centericq-4.9.5.tar.bz2) = 930838 bytes +SHA1 (centericq-4.9.6.tar.bz2) = 53c815753c5adc4027b72ef4a046793ea3966f13 +Size (centericq-4.9.6.tar.bz2) = 933355 bytes |