February GNU Spotlight: Amin Bandali and 19 New GNU Releases
- The GNU Project released nineteen new software versions as of February 28, 2026, according to the February GNU Spotlight.
- The releases include updates to foundational components that support the functionality of POSIX systems and developers working with the GNU system.
- This collection provides essential tools for working with binary files, most notably the as assembler and the ld linker.
The GNU Project released nineteen new software versions as of February 28, 2026, according to the February GNU Spotlight. This monthly update highlights the ongoing maintenance and expansion of the GNU operating system’s toolset, ranging from low-level binary utilities to high-level development libraries.
The releases include updates to foundational components that support the functionality of POSIX systems and developers working with the GNU system. Among the nineteen updates are new versions of binutils, coreutils, ed, g-golf and gawk.
Core System and Binary Utilities
The GNU Project updated binutils to version 2.46.0. This collection provides essential tools for working with binary files, most notably the as
assembler and the ld
linker. The package also includes the bfd library, which is used for handling executable and object formats, as well as utilities for listing strings in binary files and managing archives.
Coreutils was updated to version 9.10. This package contains the basic command-line tools required for a POSIX system, providing the primary functions for text, shell, and file manipulation. Many of these tools offer functionality that extends beyond the requirements of the POSIX standard.
The line-oriented text editor ed was updated to version 1.22.5. Unlike editors that provide a full document overview, ed processes editing one line at a time. This design allows it to be used interactively or via shell scripts to automate complex editing tasks. The GNU version of ed includes several extensions over the standard utility.
Development Libraries and Programming Languages
For developers using Guile Scheme, the GNU Project released g-golf version 0.8.3. This library facilitates the development of modern applications by providing a direct binding to the GObject Introspection API. It enables the import of Gnome libraries and makes GObject classes and methods accessible within GOOPS, which is Guile’s object-oriented programming system.
The project also updated gawk to version 5.4.0. Gawk is the GNU implementation of Awk, a language specifically designed for the manipulation of formatted text and data tables. This version includes extensions such as sorting, network access, and various large libraries that go beyond the traditional Awk implementation.
The GNU Spotlight Framework
The GNU Spotlight serves as a monthly record of updates and new releases within the GNU operating system. These reports are published on the Free Software Foundation’s community blog and are featured in the Free Software Supporter.
The curation of the Spotlight has been handled by four GNU hackers since its inception in February 2008. The curators have included Karl Berry from February 2008 to February 2015, Brandon Invergo from March 2015 to January 2018, and Mike Gerwitz from February 2018 to February 2022. Amin Bandali has served as the curator from March 2022 to the present.
