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

Head is now 0.8.17-head.

This commit is contained in:
Alexander Færøy 2014-08-31 18:35:15 +02:00
parent 56bd481974
commit 503cbeb330
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -1,4 +1,4 @@
v0.8.17-rc2 2014-08-31 The Irssi team <staff@irssi.org>
v0.8.17-head 2014-XX-XX The Irssi team <staff@irssi.org>
+ Document that SSL connections aren't properly handled during /UPGRADE. See Github PR #39.
+ Synchronize scripts with scripts.irssi.org.
+ Performance enhancement of the nicklist as well as the window_item_find function. See Github PR #24.

View File

@ -1,4 +1,4 @@
AC_INIT(irssi, 0.8.17-rc2)
AC_INIT(irssi, 0.8.17-head)
AC_CONFIG_SRCDIR([src])
AC_CONFIG_AUX_DIR(build-aux)
AC_PREREQ(2.50)