mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
tag as 1.1.2
This commit is contained in:
parent
7616687f6a
commit
7bf94c28a0
2 changed files with 20 additions and 1 deletions
19
NEWS
19
NEWS
|
|
@ -1,3 +1,22 @@
|
||||||
|
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
|
||||||
- Restore compatibility with OpenSSL < 1.0.2 (#820, #831)
|
- Restore compatibility with OpenSSL < 1.0.2 (#820, #831)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT(irssi, 1.1.1)
|
AC_INIT(irssi, 1.1.2)
|
||||||
AC_CONFIG_SRCDIR([src])
|
AC_CONFIG_SRCDIR([src])
|
||||||
AC_CONFIG_AUX_DIR(build-aux)
|
AC_CONFIG_AUX_DIR(build-aux)
|
||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.50)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue