summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@0x90.dk>2014-08-31 18:35:15 +0200
committerAlexander Færøy <ahf@0x90.dk>2014-08-31 18:35:15 +0200
commit503cbeb330331e9ab6cf31af453f6232b10b12e2 (patch)
tree2117f048cc64446eccef5f966df50a385b52627a
parent56bd481974309437d9d4e037ad6ed8e7293f6ddb (diff)
downloadirssi-503cbeb330331e9ab6cf31af453f6232b10b12e2.zip
Head is now 0.8.17-head.
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cdf185a5..8f9e36a1 100644
--- a/NEWS
+++ b/NEWS
@@ -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.
diff --git a/configure.ac b/configure.ac
index 90c93595..2a7bee0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)