diff options
author | Alexander Færøy <ahf@0x90.dk> | 2014-08-31 18:35:15 +0200 |
---|---|---|
committer | Alexander Færøy <ahf@0x90.dk> | 2014-08-31 18:35:15 +0200 |
commit | 503cbeb330331e9ab6cf31af453f6232b10b12e2 (patch) | |
tree | 2117f048cc64446eccef5f966df50a385b52627a | |
parent | 56bd481974309437d9d4e037ad6ed8e7293f6ddb (diff) | |
download | irssi-503cbeb330331e9ab6cf31af453f6232b10b12e2.zip |
Head is now 0.8.17-head.
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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) |