pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Update centericq to 4.12.0. Changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4797a75d0c47
branches:  trunk
changeset: 482086:4797a75d0c47
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Tue Oct 19 23:13:21 2004 +0000

description:
Update centericq to 4.12.0. Changes:

4.11.0
------

HTTP CONNECT method is now supported. This means that if this feature is
enabled on your HTTP proxy server, you can use it to connect to your
favourite IM servers. You can also specify a user/pass pair if your
proxy requires authentification.

Applied a patch by Alexander Kanevskiy that fixed a weird behaviour of
the LJ import friend option in the accounts dialog.

In the multi-contact selection window not all contacts were shown unless
arranging users into groups was on in the configuration dialog.

GG used to disconnect when setting its status to N/A. Fixed that.

When LJ import friends feature was off deleting LJ friends from the list
was reflected server-side. Not it happens only if LJ friend
synchronization is on.

Now centericq only saves postponed messages if they contain at least one
character other than space, tab or a line-feed.

Centericq used to hang right at the start on some machines. Fixed that.

Sending Cyrillic letters over Yahoo! seems to be fixed now.

Centericq now sets its own title text in xterm and screen. The aim of
the messages in the title is to inform the user upon events receiving
and such.

Applied a patch by shaky that introduced status modes with descriptions
into GG.

RSS feed contact-list items now support specifying of login and password
for basic HTTP authorization.

The AOL TOC firetalk library was updated. Some major bugs were fixed by
this update. Cheers.

Jabber registration got broken in the previous version because of the
Jabber non-blocking connection patch. It has been fixed by the patch
author in this version :)

4.12.0
------

Fixed an MSN group management problem. Libmsn din't send a space character,
so group operations had no effect or led to disconnects.

With no SSL library found during the build the source failed to compile.
Fixed that.

Jabber server messages used to come from a nick that was similar to
the server name with an "@" sign at the end. That was unnecesary, so it's
not added anymore.

Added the --no-xtitles (-T) commmand line parameter, which disables
changing window titles in xterm and screen.

In LJ, if the whole friends name list grew more than 512, the LJ contact
got garbled. Fixed that. Now there musn't be any lenght limitation for the
records of info files.

The configure script now checks if libcurl has SSL support enabled in
order to avoid MSN malfunctions. It requires libcurl with SSL, so just
provide the MSN module with it if you want to use it.

diffstat:

 chat/centericq/Makefile |  8 ++++----
 chat/centericq/distinfo |  6 +++---
 doc/CHANGES             |  3 ++-
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 143d111ea543 -r 4797a75d0c47 chat/centericq/Makefile
--- a/chat/centericq/Makefile   Tue Oct 19 21:01:47 2004 +0000
+++ b/chat/centericq/Makefile   Tue Oct 19 23:13:21 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.40 2004/10/03 00:13:13 tv Exp $
+# $NetBSD: Makefile,v 1.41 2004/10/19 23:13:21 hubertf Exp $
 #
 
-DISTNAME=      centericq-4.10.0
-PKGREVISION=   1
+DISTNAME=      centericq-4.12.0
 CATEGORIES=    chat
-MASTER_SITES=  http://konst.org.ua/download/
+MASTER_SITES=  http://konst.org.ua/download/ \
+               http://centericq.de/archive/source/releases/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    hubertf%NetBSD.org@localhost
diff -r 143d111ea543 -r 4797a75d0c47 chat/centericq/distinfo
--- a/chat/centericq/distinfo   Tue Oct 19 21:01:47 2004 +0000
+++ b/chat/centericq/distinfo   Tue Oct 19 23:13:21 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2004/08/01 17:19:04 kristerw Exp $
+$NetBSD: distinfo,v 1.11 2004/10/19 23:13:21 hubertf Exp $
 
-SHA1 (centericq-4.10.0.tar.bz2) = 08e5baf14a0c418d6e838de3baf8348d3336f9c2
-Size (centericq-4.10.0.tar.bz2) = 1237063 bytes
+SHA1 (centericq-4.12.0.tar.bz2) = eab50856d1f2aab3ddace1bdfd651dd7d4ff6427
+Size (centericq-4.12.0.tar.bz2) = 1246533 bytes
 SHA1 (patch-aa) = b3e610a1a3b30a716215889b9f51c6de7e78fb22
 SHA1 (patch-ab) = 6d9beb28024666bbfef2e95cab648d7058f8136c
 SHA1 (patch-ac) = 74ae25e19bf5d250a407a937bf78405b38cc86da
diff -r 143d111ea543 -r 4797a75d0c47 doc/CHANGES
--- a/doc/CHANGES       Tue Oct 19 21:01:47 2004 +0000
+++ b/doc/CHANGES       Tue Oct 19 23:13:21 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7477 2004/10/19 20:36:10 jmmv Exp $
+$NetBSD: CHANGES,v 1.7478 2004/10/19 23:13:21 hubertf Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -4768,3 +4768,4 @@
        Updated evolution-data-server to 1.0.2nb1 [jmmv 2004-10-19]
        Added evolution-webcal-2.0.0 [jmmv 2004-10-19]
        Updated gnome to 2.8.0nb1 [jmmv 2004-10-19]
+       Updated centericq to 4.12.0 [hubertf 2004-10-19]



Home | Main Index | Thread Index | Old Index