Akira Blog

This is the official blog of Akira.

Blog Home Blog RSS


Loop version 1.99.16 is available

June 10, 2026

Loop version 1.99.16 has been released (tagged at 1.99.16.20260609085933.dc88059a59). This is in a series of releases made from the 1.99 development branch.

The following are release notes for Loop 1.99.16:

  • RT1985: Move to akira.org
  • RT1977: Add build.sh
  • RT1975: Fix warning about non-existent generated document when making manpages
  • RT1973: Make various changes to the PDF formatting
  • RT1974: Update software licenses

Loop has been moved to a new DNS domain named akira.org. To upgrade from a previous release of Loop on an RPM platform, first remove the older akira-release RPM:

[user@host ~]$ sudo dnf remove akira-release

Then, install the akira-release package as described in the installation instructions. This will install the new DNF package repositories.

Then, upgrade the loop package, which should install it from the new DNF package repository:

[user@host ~]$ sudo dnf upgrade loop

You may clean up any old Akira Package Signer keys using clean-rpm-gpg-pubkey:

[user@host ~]$ sudo dnf install clean-rpm-gpg-pubkey
[user@host ~]$ sudo clean-rpm-gpg-pubkey

Some more development releases will be made from this branch until Loop 2.0 is ready to be branched. You can read about Loop branches and version numbering.