1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-09 06:20:45 +00:00

Release: 0.8.14

git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5081 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Alexander Færøy 2009-07-28 19:38:36 +00:00 committed by ahf
parent 7b81897287
commit 03a695e487
2 changed files with 13 additions and 1 deletions

12
NEWS
View File

@ -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

View File

@ -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)