mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
tag as 1.2.2
This commit is contained in:
parent
15867d62e7
commit
42110b92e9
2 changed files with 7 additions and 1 deletions
6
NEWS
6
NEWS
|
|
@ -1,3 +1,9 @@
|
|||
v1.2.2 2019-08-29 The Irssi team <staff@irssi.org>
|
||||
- Fix a use after free issue when receiving IRCv3 CAP
|
||||
information from the server (GL#34)
|
||||
- Fix a crash during startup when windows weren't fully
|
||||
initialised yet (#1114, bdo#935813)
|
||||
|
||||
v1.2.1 2019-06-29 The Irssi team <staff@irssi.org>
|
||||
! Contains all changes from 1.1.3
|
||||
- Fix a test on big endian machines (#1014)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT(irssi, 1.2.1)
|
||||
AC_INIT(irssi, 1.2.2)
|
||||
AC_CONFIG_SRCDIR([src])
|
||||
AC_CONFIG_AUX_DIR(build-aux)
|
||||
AC_PREREQ(2.50)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue