mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
tag as 1.4.3
This commit is contained in:
parent
f9f6341c20
commit
c99c8b444d
9
NEWS
9
NEWS
@ -1,3 +1,12 @@
|
||||
v1.4.3 2022-10-31 The Irssi team <staff@irssi.org>
|
||||
- Fix freeze on Alt+arrows (#1416, #1417)
|
||||
- Fix crash on /upgrade (#1399, #1419)
|
||||
- Fix saving of -disallow_starttls (#1401, #1420)
|
||||
- Fix libnv detection on FreeBSD (freebsd#265397, #1407). By
|
||||
Guido Falsi and Kristof Provost
|
||||
- Minor help and script fixes (#1380, #1393, #1411, #1413,
|
||||
#1414, #1415)
|
||||
|
||||
v1.4.2 2022-07-17 The Irssi team <staff@irssi.org>
|
||||
* Add irssimoduledir to irssi-1.pc in the Meson build (#1383,
|
||||
#1378)
|
||||
|
@ -1,4 +1,4 @@
|
||||
AC_INIT(irssi, 1.4.2)
|
||||
AC_INIT(irssi, 1.4.3)
|
||||
AC_CONFIG_SRCDIR([src])
|
||||
AC_CONFIG_AUX_DIR(build-aux)
|
||||
AC_PREREQ(2.50)
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('irssi', 'c',
|
||||
version : '1.4.2',
|
||||
version : '1.4.3',
|
||||
meson_version : '>=0.49',
|
||||
default_options : ['warning_level=1'])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user