forked from PsychoticNinja/irssi
tag as 1.1.1
This commit is contained in:
parent
84473ad57c
commit
8cec161a8f
11
NEWS
11
NEWS
@ -1,3 +1,10 @@
|
||||
v1.1.1 2018-02-15 The Irssi team <staff@irssi.org>
|
||||
! Contains all changes from 1.0.7
|
||||
- Restore compatibility with OpenSSL < 1.0.2 (#820, #831)
|
||||
- Fix test compilation on some platforms (#815, #816)
|
||||
- Fix portability and backwards compatibility of test runner
|
||||
(#818, #845)
|
||||
|
||||
v1.0.7 2018-02-15 The Irssi team <staff@irssi.org>
|
||||
- Prevent use after free error during the execution of some
|
||||
commands. Found by Joseph Bisch (GL#17, GL!24).
|
||||
@ -29,8 +36,8 @@ v1.1.0 2018-01-15 The Irssi team <staff@irssi.org>
|
||||
* /server does not connect to servers anymore, use /server
|
||||
connect to change servers (#559, #649).
|
||||
* The net_ip_compare API function is now deprecated, and the
|
||||
previously deprecated net_connect has been removed
|
||||
(#770). By Will Storey (#770)
|
||||
previously deprecated net_connect has been removed. By Will
|
||||
Storey (#770).
|
||||
+ Add an option to ignore all channels or ignore all queries
|
||||
using /set activity_hide_targets. By Jari Matilainen (#612,
|
||||
#779)
|
||||
|
@ -1,4 +1,4 @@
|
||||
AC_INIT(irssi, 1.1.0)
|
||||
AC_INIT(irssi, 1.1.1)
|
||||
AC_CONFIG_SRCDIR([src])
|
||||
AC_CONFIG_AUX_DIR(build-aux)
|
||||
AC_PREREQ(2.50)
|
||||
|
Loading…
x
Reference in New Issue
Block a user