From 03a695e487ce42a534c074d54e797c9fa2aba17b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=C3=A6r=C3=B8y?= Date: Tue, 28 Jul 2009 19:38:36 +0000 Subject: [PATCH] Release: 0.8.14 git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5081 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- NEWS | 12 ++++++++++++ configure.in | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ca87dec9..e684f567 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +v0.8.14 2009-07-28 The Irssi team + + Make /reset an alias for /set -default. + + Make /unset an alias for /set -clear. + + Allow ctrl+home / ctrl+end to go to the beginning / end of scrollback. + + Accept WHOX reply (354 numeric) as a /who reply. + + Show numerics directed at channels in the channel window. + + The time duration parser is more strict now. + - Fix out of bounds access in event_wallops(). + - Build fix for OS X. + - Fix the autolog_ignore_targets logic to work correctly with manually + opened log files (see bug #673). + v0.8.13 2009-04-01 The Irssi team + Reject some obviously invalid values in /set. + Add perl bindings for Window::get_history_lines diff --git a/configure.in b/configure.in index 7adf0a23..d6e1c8d9 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(irssi, 0.8.13) +AC_INIT(irssi, 0.8.14) AC_CONFIG_SRCDIR([src]) AC_CONFIG_AUX_DIR(build-aux) AC_PREREQ(2.50)