summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@irssi.org>2009-07-28 19:38:36 +0000
committerahf <ahf@dbcabf3a-b0e7-0310-adc4-f8d773084564>2009-07-28 19:38:36 +0000
commit03a695e487ce42a534c074d54e797c9fa2aba17b (patch)
treed211897ab6b22abe738c94663aaf75231f4cf420
parent7b81897287f8515c142cf0b946ee4e6e465ba162 (diff)
downloadirssi-03a695e487ce42a534c074d54e797c9fa2aba17b.zip
Release: 0.8.14
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5081 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r--NEWS12
-rw-r--r--configure.in2
2 files changed, 13 insertions, 1 deletions
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 <staff@irssi.org>
+ + 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 <staff@irssi.org>
+ 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)