Skip to content

Commit

Permalink
Release Irssi 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailin Nemui committed Oct 3, 2023
1 parent 267d963 commit 8b9d968
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
1 change: 1 addition & 0 deletions _tools/news_link_type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ freebsd#: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=
gentoo#: https://bugs.gentoo.org/show_bug.cgi?id=
oss-fuzz#: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=
codeberg!: https://codeberg.org/irssi/irssi/pulls/
scripts.irssi.org#: https://github.com/irssi/scripts.irssi.org/issues/
2 changes: 2 additions & 0 deletions jekyll/_data/sb_whatsnew.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-
key: irssi-1.4.5-released
-
key: irssi-1.4.4-released
tag: Security
18 changes: 18 additions & 0 deletions jekyll/_posts/2023-10-03-irssi-1.4.5-released.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: post
title: "Irssi 1.4.5 Released"
---

Irssi 1.4.5 has been released!

Includes the following fixes:

- Fix for Perl scripts not working on Perl 5.37 or later
- Workaround for Perl 5.38.0 breaking the program locale and rendering of some unicode characters
- Document some workarounds for building with meson on Apple (see [INSTALL](https://codeberg.org/irssi/irssi/src/tag/1.4.5/INSTALL#L149))

If you are not affected by these issues, the update is not strictly necessary.

[Download page](/download)

The Irssi Team.
10 changes: 5 additions & 5 deletions sphinx/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Irssi runs on Unix-like systems. If you download the source code, you have to co

Current release source code download:

Download: https://codeberg.org/irssi/irssi/releases/download/1.4.4/irssi-1.4.4.tar.xz
Signature: https://codeberg.org/irssi/irssi/releases/download/1.4.4/irssi-1.4.4.tar.xz.asc
**Note.** Apply [perl-ntype.patch](https://codeberg.org/irssi/irssi/releases/download/1.4.4/perl-ntype.patch) when building Irssi with Perl 5.37 or later. Otherwise some script functions will be broken at run-time due to a change in Perl's ExtUtils::ParseXS. See <a href="https://github.com/irssi/irssi/pull/1474" title="fix usage of $type in ExtUtils::ParseXS 3.50">#1474</a>
Download: https://codeberg.org/irssi/irssi/releases/download/1.4.5/irssi-1.4.5.tar.xz
Signature: https://codeberg.org/irssi/irssi/releases/download/1.4.5/irssi-1.4.5.tar.xz.asc


You should verify the signature file using `gpg --verify` to make sure that the download was not tampered with.

Alternatively, the current Git development source can be found [on Github](https://github.com/irssi/irssi).
Alternatively, the current Git development source can be found [on Codeberg](https://codeberg.org/irssi/irssi).

## Compiling

Expand All @@ -25,7 +25,7 @@ meson Build
ninja -C Build && sudo ninja -C Build install
```

Some more details can be found in the [INSTALL](https://github.com/irssi/irssi/blob/master/INSTALL) file.
Some more details can be found in the [INSTALL](https://codeberg.org/irssi/irssi/src/tag/1.4.5/INSTALL) file.

## Distribution packages

Expand Down

0 comments on commit 8b9d968

Please sign in to comment.