mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Merge tag '1.1.2' into integrate/1.1.2
This commit is contained in:
parent
d57203e926
commit
3d1980599a
25
NEWS
25
NEWS
@ -1,4 +1,23 @@
|
|||||||
v1.2-head 2018-xx-xx The Irssi team <staff@irssi.org>
|
v1.2-head 2019-xx-xx The Irssi team <staff@irssi.org>
|
||||||
|
|
||||||
|
v1.1.2 2019-01-09 The Irssi team <staff@irssi.org>
|
||||||
|
- Fix the resetting of window hiddenlevel (#861)
|
||||||
|
- Fix clearing of hidelevel in layout (#951)
|
||||||
|
- Fix accessing unallocated text when checking entry position
|
||||||
|
(#930)
|
||||||
|
- Fix uninitialised memory on empty lines (#873, GL#31, #878,
|
||||||
|
#877, #907, #914)
|
||||||
|
- Fix use-after-free on expiration of hidden lines (#948)
|
||||||
|
- Fix use-after-frees. By Maya Rashish (#919)
|
||||||
|
- Fix out of bounds access in help display when window width
|
||||||
|
is small (#949)
|
||||||
|
- Fix paste_join_multiline (#971)
|
||||||
|
- Correctly check for errno when displaying SSL errors. By
|
||||||
|
Janik Rabe (#895)
|
||||||
|
- Fix wrong signal emission argument count (#965)
|
||||||
|
- Documentation (#920). Sync NEWS, scripts (#849)
|
||||||
|
- Fix Perl detection on MacOS. By Dominyk Tiller (#927)
|
||||||
|
- Misc fixes. By Jaroslav Škarvada (#982)
|
||||||
|
|
||||||
v1.1.1 2018-02-15 The Irssi team <staff@irssi.org>
|
v1.1.1 2018-02-15 The Irssi team <staff@irssi.org>
|
||||||
! Contains all changes from 1.0.7
|
! Contains all changes from 1.0.7
|
||||||
@ -41,8 +60,8 @@ v1.1.0 2018-01-15 The Irssi team <staff@irssi.org>
|
|||||||
* /server does not connect to servers anymore, use /server
|
* /server does not connect to servers anymore, use /server
|
||||||
connect to change servers (#559, #649).
|
connect to change servers (#559, #649).
|
||||||
* The net_ip_compare API function is now deprecated, and the
|
* The net_ip_compare API function is now deprecated, and the
|
||||||
previously deprecated net_connect has been removed
|
previously deprecated net_connect has been removed. By Will
|
||||||
(#770). By Will Storey (#770)
|
Storey (#770).
|
||||||
+ Add an option to ignore all channels or ignore all queries
|
+ Add an option to ignore all channels or ignore all queries
|
||||||
using /set activity_hide_targets. By Jari Matilainen (#612,
|
using /set activity_hide_targets. By Jari Matilainen (#612,
|
||||||
#779)
|
#779)
|
||||||
|
Loading…
Reference in New Issue
Block a user