diff options
author | Ailin Nemui <ailin@z30a.localdomain> | 2017-07-05 21:30:59 +0200 |
---|---|---|
committer | Ailin Nemui <ailin@z30a.localdomain> | 2017-07-05 21:31:43 +0200 |
commit | 91ec153c7f89ed96fa592ebae7a931fe50a4bb42 (patch) | |
tree | beed41ac309ef385c2f2c83c26f15db0aee72fdb /NEWS | |
parent | b12f86e5e6fe576e731feab2a73325c74e980924 (diff) | |
download | irssi-91ec153c7f89ed96fa592ebae7a931fe50a4bb42.zip |
Merge tag '1.0.4' into integrate/1.0.4
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ v1.1-head 2017-xx-xx The Irssi team <staff@irssi.org> +v1.0.4 2017-07-07 The Irssi team <staff@irssi.org> + - Fix null pointer dereference when parsing invalid timestamp (GL#10, + GL!15). Reported by Brian 'geeknik' Carpenter. + - Fix use-after-free condition when removing nicks from the internal + nicklist (GL#11, GL!16). Reported by Brian 'geeknik' Carpenter. + - Fix incorrect string comparison in DCC file names (#714). + - Fix regression in Irssi 1.0.3 where it would claim "Invalid time '-1'" + (#716, #722). + - Fix a bug when using \n to separate lines with expand_escapes (#723). + - Retain screen output on improper exit, to better see any error + messages (#287, #721). + - Minor help update (#729). + v1.0.3 2017-06-06 The Irssi team <staff@irssi.org> - Fix out of bounds read when scanning expandos (GL!11). - Fix invalid memory access with quoted filenames in DCC |