mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05: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:
parent
7b81897287
commit
03a695e487
12
NEWS
12
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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user