mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
tag as 1.4.2
This commit is contained in:
parent
476774662a
commit
bc805f9bcd
14
NEWS
14
NEWS
@ -1,3 +1,17 @@
|
|||||||
|
v1.4.2 2022-07-17 The Irssi team <staff@irssi.org>
|
||||||
|
* Add irssimoduledir to irssi-1.pc in the Meson build (#1383,
|
||||||
|
#1378)
|
||||||
|
- Use -isystem includes, limiting warnings to Irssi
|
||||||
|
code. Fixes compilation with Perl 5.36 (#1381,
|
||||||
|
gentoo#851522, #1384)
|
||||||
|
- Fix missing lines when changing dynamic textbuffer contents
|
||||||
|
(#1382, #1387). Reported by externalserver15
|
||||||
|
- Fix Perl cross compilation with Meson 0.60.0 (#1377)
|
||||||
|
- Fix default channel prefix used for /JOIN to default to `#'
|
||||||
|
(#1385, #1388)
|
||||||
|
- Fix crash in /LASTLOG by getting line texts before printing
|
||||||
|
(#1367, #1398)
|
||||||
|
|
||||||
v1.4.1 2022-06-12 The Irssi team <staff@irssi.org>
|
v1.4.1 2022-06-12 The Irssi team <staff@irssi.org>
|
||||||
! Note: botti no longer compiles; get in touch if you use it
|
! Note: botti no longer compiles; get in touch if you use it
|
||||||
* Format the output of /QUOTE HELP (#1371, an#82). By Val
|
* Format the output of /QUOTE HELP (#1371, an#82). By Val
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
AC_INIT(irssi, 1.4.1)
|
AC_INIT(irssi, 1.4.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)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('irssi', 'c',
|
project('irssi', 'c',
|
||||||
version : '1.4.1',
|
version : '1.4.2',
|
||||||
meson_version : '>=0.49',
|
meson_version : '>=0.49',
|
||||||
default_options : ['warning_level=1'])
|
default_options : ['warning_level=1'])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user