diff options
author | Alexander Færøy <ahf@0x90.dk> | 2014-10-11 10:44:46 +0200 |
---|---|---|
committer | Alexander Færøy <ahf@0x90.dk> | 2014-10-11 10:44:46 +0200 |
commit | df1df75ca2cc461360e336ce83052366002b1b8a (patch) | |
tree | 59ede796b8979f48ada8a0e81d5c5a39ec3eef81 | |
parent | ec0360b921847ebf3f3002ea34e9265646a44350 (diff) | |
download | irssi-df1df75ca2cc461360e336ce83052366002b1b8a.zip |
Prepare for 0.8.17
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -v0.8.17-head 2014-XX-XX The Irssi team <staff@irssi.org> +v0.8.17 2014-10-11 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. @@ -19,6 +19,7 @@ v0.8.17-head 2014-XX-XX The Irssi team <staff@irssi.org> - 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. + - Fixed use-after-free bug with cached settings values. See Github PR #147. v0.8.16 2014-05-28 The Irssi team <staff@irssi.org> + Add -noautosendcmd to /SERVER and /CONNECT. Passing this option will diff --git a/configure.ac b/configure.ac index 2a7bee0d..f148885c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(irssi, 0.8.17-head) +AC_INIT(irssi, 0.8.17) AC_CONFIG_SRCDIR([src]) AC_CONFIG_AUX_DIR(build-aux) AC_PREREQ(2.50) |