summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAilin Nemui <ailin@z30a.localdomain>2017-03-10 17:41:04 +0100
committerAilin Nemui <ailin@z30a.localdomain>2017-03-10 18:03:01 +0100
commit3930f91edcf4b1e96c9d857233d58f7cb45c8a86 (patch)
tree580c226988b2cb664dbe299ec9d1a4d5f9e804d8 /NEWS
parent22bc7fcc3906ff3dd6e3837e049d37dc352edf94 (diff)
downloadirssi-3930f91edcf4b1e96c9d857233d58f7cb45c8a86.zip
tag as 1.0.2
(cherry picked from commit 2a53853f369b47e42e32e183c8109e3d63808899)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7cd788ac..af330804 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
v1.1-head 2017-xx-xx The Irssi team <staff@irssi.org>
+v1.0.2 2017-03-10 The Irssi team <staff@irssi.org>
+ - Prevent some null-pointer crashes (GL!9).
+ - Fix compilation with OpenSSL 1.1.0 (#628, #597).
+ - Correct dereferencing of already freed server objects during
+ output of netjoins. Found by APic (GL!10, GL#7).
+ - Fix in command arg parser to detect missing arguments in tail place
+ (#652, #651).
+ - Fix regression that broke incoming DCC file transfers (#667, #656).
+ - Fix issue with escaping \ in evaluated strings (#669, #520).
+
v1.0.1 2017-02-03 The Irssi team <staff@irssi.org>
- Fix Perl compilation in object dir. By Martijn Dekker (#602, #623).
- Disable EC cryptography on Solaris to fix build (#604, #598).