From 56bd481974309437d9d4e037ad6ed8e7293f6ddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=C3=A6r=C3=B8y?= Date: Sun, 31 Aug 2014 18:34:30 +0200 Subject: [PATCH] Prepare for irssi 0.8.17-rc2. --- NEWS | 3 ++- configure.ac | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 38f1decd..cdf185a5 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v0.8.17-head 2014-xx-xx The Irssi team +v0.8.17-rc2 2014-08-31 The Irssi team + 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. @@ -18,6 +18,7 @@ v0.8.17-head 2014-xx-xx The Irssi team - Fixed format_get_text Perl API. See Github PR #23. - Fixed gui_printtext_after and term_refresh_*() visibility. See Github PR #22. - Fixed issue where UTF-8 characters was corrupted once for every 32k text. See Github PR #12. + - Fixed redrawing issue with right-aligned statusbar. v0.8.16 2014-05-28 The Irssi team + Add -noautosendcmd to /SERVER and /CONNECT. Passing this option will diff --git a/configure.ac b/configure.ac index 2a7bee0d..90c93595 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(irssi, 0.8.17-head) +AC_INIT(irssi, 0.8.17-rc2) AC_CONFIG_SRCDIR([src]) AC_CONFIG_AUX_DIR(build-aux) AC_PREREQ(2.50)