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

Release 0.8.13

git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5054 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Wouter Coekaerts 2009-03-31 21:01:42 +00:00 committed by coekie
parent 0d4a6e3675
commit 65feac9ef2
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -1,4 +1,4 @@
v0.8.13 2009-xx-xx The Irssi team <staff@irssi.org>
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
+ Use an io channel to write the config file.

View File

@ -1,4 +1,4 @@
AC_INIT(irssi, 0.8.13-rc1)
AC_INIT(irssi, 0.8.13)
AC_CONFIG_SRCDIR([src])
AC_CONFIG_AUX_DIR(build-aux)
AC_PREREQ(2.50)