diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-07 05:56:00 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-07 05:56:00 +0000 |
commit | 988c66539f2abd444e85d2dd757adbf20898e8d4 (patch) | |
tree | 6bc7d765b78f9e23e4b7d5c465f931a9c5d3c8e4 /doc | |
parent | 3be319cd13aedcd0be02eda680ec35458dbb0aa9 (diff) | |
download | pkgsrc-988c66539f2abd444e85d2dd757adbf20898e8d4.tar.gz |
Update xchat2 to 2.0.9.
Changes:
- Updated translations (bg, cs, de, en_GB, eu, fi, lt, nl, ru, sk,
uk, wa).
- Fixed the Socks5 overflow security bug.
- DCC IP address setting can now be a hostname too (Flavio
Chierichetti) [773229].
- Don't try random DCC ports when a range is set (mib) [889987].
- Fix: Spurious nick completion (mib) [916944].
- Serverlist passwd box is now masked (Cristian Peraferrer) [920113].
- Fix: Sometimes messes up the tab order on reconnect (Gabor Szeder)
[941773].
- Fix: Crashes when setting $CHARSET to nonexistant charset [945855].
- Plugin API: Added some fields to the "channels" list.
- Plugin API: Added "win_status" and "xchatdirfs" fields to
xchat_get_info.
- Plugin API: Added xchat_send_modes() function.
- Fix: Unload, then reload a plugin on FreeBSD fails (Kevin Leung).
- Plugins should now work on HPUX too.
- Perl-plugin: Fixes for 3 arg version of emit_print, unhooking the
same hook multiple times and get_list returning correct values for
address32 field and some memory leaks (Lian Situ).
- Made menu keybindings work when the menubar is hidden on GTK 2.4.
- Added support for the new GTK 2.4 file chooser dialog.
- Fix for BiDi in xtext (Ilya Konstantinov).
- Smaller bug fixes [962211] [958599] [950353] and
[945617] (Frederic Krueger).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 168c14b742f..49c779b9cb3 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6177 2004/06/07 05:54:01 minskim Exp $ +$NetBSD: CHANGES,v 1.6178 2004/06/07 05:56:00 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -2837,3 +2837,4 @@ Changes to the packages collection and infrastructure in 2004: Updated verilog-current to 20040606 [dmcmahill 2004-06-07] Updated bzflag to 1.10.6 [snj 2004-06-07] Updated grepmail to 5.23 [snj 2004-06-07] + Updated xchat2 to 2.0.9 [minskim 2004-06-07] |