1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

Prepare for 0.8.16

git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5232 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Alexander Færøy 2014-05-28 21:50:41 +00:00 committed by ahf
parent 68f8229373
commit 1f04b12c9c
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -1,4 +1,4 @@
v0.8.16-rc1 2013-06-26 The Irssi team <staff@irssi.org>
v0.8.16 2014-05-28 The Irssi team <staff@irssi.org>
+ Add -noautosendcmd to /SERVER and /CONNECT. Passing this option will
force Irssi to not execute the content of the autosendcmd chatnet-setting
upon connect.

View File

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