1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04: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:
Wouter Coekaerts 2007-08-26 20:02:10 +00:00 committed by coekie
parent c5b4e72382
commit 85943e22d5
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

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

View File

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