mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Release 0.8.12-rc1
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4604 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c5b4e72382
commit
85943e22d5
2
NEWS
2
NEWS
@ -19,6 +19,8 @@ v0.8.12 YYYY-YY-YY The Irssi team <staff@irssi.org>
|
||||
+ Use CASEMAPPING dependent comparison to match channel names.
|
||||
Patch by Jon Mayo (bug #436).
|
||||
+ Various improvements to the help files.
|
||||
+ Add Perl bindings for some gui_entry methods
|
||||
+ Make alt/meta+arrow keys work in recent versions of xterm (bug #496)
|
||||
- Fix DCC get when file size is 0 (bug #494).
|
||||
- Ignore empty lines when pasting.
|
||||
- Fix large file support on AIX (bug #404).
|
||||
|
@ -1,4 +1,4 @@
|
||||
AC_INIT(irssi, 0.8.12-svn)
|
||||
AC_INIT(irssi, 0.8.12-rc1)
|
||||
AC_CONFIG_SRCDIR([src])
|
||||
AC_PREREQ(2.50)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user