|
1 | 1 | Changes in 1.17.1 |
2 | 2 | ~~~~~~~~~~~~~~~~~~ |
3 | | -Released: not yet |
| 3 | +Released: 2025-12-15 |
4 | 4 |
|
5 | | -... |
| 5 | +Enhancements: |
| 6 | + |
| 7 | +* Drop libsoup2 support in favor of libcurl. The `http_backend` build option has |
| 8 | + been dropped as well. (#6395) |
| 9 | + |
| 10 | +* Support conditional permissions for shared subsystems and features. This |
| 11 | + extends the conditional permission system that was introduced in 1.17.0 to |
| 12 | + shares and features. |
| 13 | + |
| 14 | +* Enable progress escape sequence by default (#6393) |
| 15 | + |
| 16 | +* Allow passing device permissions to sub-sandbox created via the Flatpak portal |
| 17 | + (#6123) |
| 18 | + |
| 19 | +* Add the runtime repository to the OCI image metadata when building OCI bundles |
| 20 | + (#6409) |
| 21 | + |
| 22 | +* The CI now checks for translatable files and is now used to do releases |
| 23 | + (#6408, #6407) |
| 24 | + |
| 25 | +* OCI remotes can now be configured to check for a matching signature in a |
| 26 | + standard OCI signature storage lookaside service, when installing apps and |
| 27 | + runtimes. (#6426) |
| 28 | + |
| 29 | +* Applications distributed as OCI images now support the extra-data mechanism |
| 30 | + which should help with h.265 playback in Fedora Flatpaks (#6299) |
| 31 | + |
| 32 | +* Add support for building OCI bundles with zstd compressed layers. This speeds |
| 33 | + up compression by several times, resulting in about a 20% smaller result. gzip |
| 34 | + is kept as the default for maximum compatibility. (#5540) |
| 35 | + |
| 36 | +* Improve i18n of the command line progress reporting (#6397) |
| 37 | + |
| 38 | +* Translation updates: tr (#6388), hr (#6387), sl (#6405), zh_CN (#6366, #6410) |
| 39 | + |
| 40 | +Bug fixes: |
| 41 | + |
| 42 | +* Fix an issue where the home directory would accidentally be accessible when |
| 43 | + a bad version of glib is in use, the app has access to a standard XDG |
| 44 | + directory, and that directory is not available on the system. (#6420) |
| 45 | + |
| 46 | +* Fix incorrect CURLM_OK comparison in curl_easy_setopt checks (#6396) |
| 47 | + |
| 48 | +* Error out when mandatory OCI JSON fields are missing (#6402) |
| 49 | + |
| 50 | +* Fix various memory leaks (#6403, #6093) |
| 51 | + |
| 52 | +Internal changes: |
| 53 | + |
| 54 | +* Avoid triggering glib thumbnailing when enumerating `.portals` files |
| 55 | + (#6427) |
| 56 | + |
| 57 | +* Add a test case for pre-installing from a sideload repo and a non-reachable |
| 58 | + network repo (#6423) |
| 59 | + |
| 60 | +* Remove references to the defunct Open Collective (#6406) |
| 61 | + |
| 62 | +* Improve various tests (#6406) |
| 63 | + |
| 64 | +* Update note on seccomp filter code sharing (#6383) |
6 | 65 |
|
7 | 66 | Changes in 1.17.0 |
8 | 67 | ~~~~~~~~~~~~~~~~~~ |
|
0 commit comments