diff options
author | xtraeme <xtraeme> | 2004-01-04 17:26:20 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-04 17:26:20 +0000 |
commit | c329f39be3df20391158dcc55f4d48b1a63abb94 (patch) | |
tree | 50a42e9efdfd51e14e0a98563afcb4586fdf983f /chat | |
parent | 4d94a01c9996b0613f9f50a4669675163d25c848 (diff) | |
download | pkgsrc-c329f39be3df20391158dcc55f4d48b1a63abb94.tar.gz |
Update to 2.0.7
Changes:
----------------------------------------------------------------------
2.0.7
----------------------------------------------------------------------
- Updated translations (fi, nl).
- Fixed dcc psend crash [858539].
- Fixed bug where an error message was erroneously displayed while
transfering files with fast-send turned off. Also, allow fastsend
to be used with psend (Daniel Dubois).
- Print more informative messages when Perl scripts fail to load
(Andy).
- Win32: Added native sound playing support.
- Win32: Fixed possible crash upon exit while still connected.
- Fixed notify's Lastseen column for offline users [864185].
- Report more informative error when DCC write to disk fails.
- Fixed crash when xchat.conf contains oversized strings [750403].
----------------------------------------------------------------------
2.0.6
----------------------------------------------------------------------
- Updated translations (de, lt, sl, sr).
- Fixed detection of Python on amd64 (Mads Martin Joergensen).
- Don't loose editbox contents when pressing up, then down arrow
(Ricky Clarkson).
- Fixed missing dcc flag on new ignores via gui.
- Fixed missing separator bar on PseudoColor displays.
- Fixed some 64-bit issues (xc205-fix64bit.diff).
- Apply tint changes instantly.
- Fixed DCC resume with mirc >= 6.1.
- Python plugin changes:
* Fixed the reentrancy problem which made xchat freeze when some
python code made xchat trigger a python callback somewhere.
* Implemented xchat_emit_print() and xchat_get_prefs() support.
* Fixed softspace support for python 2.3. This problem was making
print statements yield an extra space at the next line start.
* Other minor changes.
(Gustavo Niemeyer, Gustavo J. A. M. Carneiro, Marko Kreen).
- Fixed request of a MODE on a channel you're not in changing the
current titlebar [820998].
- Restored compatibility with older Perl that lacks call_pv().
- Use sigaction inplace of signal() for better compatibility.
- Win32: Don't try to open logfiles with a "\" in them, windows wont
allow it. Instead, the "\" is replaced by a "_".
- Backported HTTP authentication code from 1.8.11 (you can now
specify a username and password for HTTP proxies).
- When beep on highlight is on, beep on channel actions too
(Christopher A. Aillon)
- Added active dcc send feature (/dcc PSEND). More info here:
http://mail.nl.linux.org/xchat-discuss/2003-10/msg00124.html
(Daniel Dubois and Emmanuel Jeandel).
- URL Handlers menu now removes programs that arn't in PATH.
- Added "away" users field for plugin API.
- Smaller bug fixes: 822199, 786267, 783172, 811971, 756048, 844919.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat2/Makefile | 5 | ||||
-rw-r--r-- | chat/xchat2/PLIST | 3 | ||||
-rw-r--r-- | chat/xchat2/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile index 5fdcfab0b55..a57df177bf3 100644 --- a/chat/xchat2/Makefile +++ b/chat/xchat2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2004/01/03 18:49:35 reed Exp $ +# $NetBSD: Makefile,v 1.20 2004/01/04 17:26:20 xtraeme Exp $ # -DISTNAME= xchat-2.0.5 -PKGREVISION= 4 +DISTNAME= xchat-2.0.7 CATEGORIES= chat gnome MASTER_SITES= http://www.xchat.org/files/source/2.0/ EXTRACT_SUFX= .tar.bz2 diff --git a/chat/xchat2/PLIST b/chat/xchat2/PLIST index b318dfa9732..1d88f39caa6 100644 --- a/chat/xchat2/PLIST +++ b/chat/xchat2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2003/09/23 22:00:51 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.6 2004/01/04 17:26:20 xtraeme Exp $ bin/xchat bin/xchat-text share/applications/xchat.desktop @@ -19,6 +19,7 @@ ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/xchat.mo +${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/xchat.mo share/pixmaps/xchat.png diff --git a/chat/xchat2/distinfo b/chat/xchat2/distinfo index 266cc0657a1..cd1d13eccb0 100644 --- a/chat/xchat2/distinfo +++ b/chat/xchat2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2003/09/23 22:00:51 xtraeme Exp $ +$NetBSD: distinfo,v 1.8 2004/01/04 17:26:20 xtraeme Exp $ -SHA1 (xchat-2.0.5.tar.bz2) = 59862be8fc17c670d6b21c2728c2e09ffba64f0d -Size (xchat-2.0.5.tar.bz2) = 902581 bytes +SHA1 (xchat-2.0.7.tar.bz2) = 18e00bbc5f08138ff295684af968891e15f0e75e +Size (xchat-2.0.7.tar.bz2) = 943633 bytes |