From 0963b9ef00cd840bbbe6f9c1f26ab8207a69da83 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 3 Jan 2026 00:21:40 -0300 Subject: [PATCH] docs: README.md: improve formatting of 0.9.78 section Related commits: * 36df4e61c ("0.9.78 is out", 2026-01-02) * 524d67aa7 ("main page", 2026-01-02) * bf05f54f1 ("main page", 2026-01-02) --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 056011b52..04805db8b 100644 --- a/README.md +++ b/README.md @@ -350,7 +350,7 @@ so uninstalling without doing the above should not cause issues. This is an emergency release due to GTK library changes: -````` +``` Applications that use glycin 2.0.0 or later via gdk-pixbuf2 (examples: Firefox, Thunderbird, GIMP) crash. @@ -358,15 +358,14 @@ The library glycin provides a set of "safe" image format loaders to gdk-pixbuf2, another library which is widely used in GTK-based applications for loading images. -As of gdk-pixbuf2 2.44.1 the calls to glycin loaders are wrapped in +As of gdk-pixbuf2 2.44.1, the calls to glycin loaders are wrapped in bubblewrap. -````` -https://github.com/netblue30/firejail/issues/6906 +``` +For details, see [#6906](https://github.com/netblue30/firejail/issues/6906). ## Current development version: 0.9.79 - ### Landlock support - ongoing/experimental * Added on #6078, which is based on #5315 from ChrysoliteAzalea/landlock