diff options
author | spz <spz@pkgsrc.org> | 2010-04-18 06:29:16 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2010-04-18 06:29:16 +0000 |
commit | 01b22fed44ed36db63928cdba3500519b1390b73 (patch) | |
tree | 5adce4a8d8c77d08564f96814aa864250300758f /chat/irssi/Makefile.common | |
parent | c945c9bb1b1c2ae155a7791f2335a4f2ac8c9049 (diff) | |
download | pkgsrc-01b22fed44ed36db63928cdba3500519b1390b73.tar.gz |
updating irssi to next version (0.8.15). Changelog:
Features:
* Add active_window_ignore_refnum option With active_window_ignore_refnum ON, the current behavior for the active_window key (meta-a by default) is preserved: it switches to the window with the highest activity level that was last activated. With active_window_ignore_refnum OFF, the old behavior is used: it switches to the window with the highest activity level with the lowest refnum. (by Matt Sparks, bug #667)
* Show new Charybdis +q list in channel windows (numerics 728 and 729).
* Allow servers to belong to multiple networks.
* Improve paste detection. Irssi now detects a paste if it reads at least three bytes in a single read; subsequent reads are associated to the same paste if they happen before 'paste_detect_time' time since the last read. If no read occurs after 'paste_detect_time' time the paste buffer is flushed; if there is at least one complete line its content is sent as a paste, otherwise it is processed normally.
* Show "target changing too fast" messages in the channel/query window.
* Use default trusted CAs if nothing is specified. This allows useful use of -ssl_verify without -ssl_cafile/-ssl_capath, using OpenSSL's default trusted CAs.
* Show why an SSL certificate failed validation.
* Make own nick and actions use default colour instead of white (by Tim Retout).
Bugfixes:
* Change some characters illegal in Windows filenames to underscores in logs
* Fix disconnects when sending large amounts of data over SSL
* Show all nicks instead of just the first in an /accept * listing (Bug #704)
* Make several signals without parameters available to perl again. In particular, this includes the "beep" signal (by Matt Sparks, bug #674)
* Close the config file fd after saving (by Sven Wegener)
* Check if an SSL certificate matches the hostname of the server we are connecting to.
* Fix bash'isms, use command -v instead of which and use bc -l in /CALC.
* Fix a crash with handling the DCC queue.
* Fix crash when checking for fuzzy nick match when not on the channel. Reported by Aurelien Delaitre (SATE 2009).
Diffstat (limited to 'chat/irssi/Makefile.common')
-rw-r--r-- | chat/irssi/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/irssi/Makefile.common b/chat/irssi/Makefile.common index bf3f159380a..20114c77075 100644 --- a/chat/irssi/Makefile.common +++ b/chat/irssi/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.10 2009/07/30 21:58:15 adrianp Exp $ +# $NetBSD: Makefile.common,v 1.11 2010/04/18 06:29:16 spz Exp $ # used by chat/irssi-icb/Makefile # Specific distribution information. -IRSSI_VERSION= 0.8.14 +IRSSI_VERSION= 0.8.15 IRSSI_DISTNAME= irssi-${IRSSI_VERSION} IRSSI_EXTRACT_SUFX= .tar.bz2 IRSSI_DISTFILE= ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX} |