-
debian/2023.6-24e2eac08 · ·
ostree release 2023.6-2 for unstable (sid) (maintainer view tag generated by dgit --quilt=unapplied) [dgit distro=debian split --quilt=unapplied]
-
debian/2023.6-16d553c80 · ·
ostree release 2023.6-1 for unstable (sid) (maintainer view tag generated by dgit --quilt=unapplied) [dgit distro=debian split --quilt=unapplied]
-
-
debian/2023.3-295c84ac4 · ·
ostree release 2023.3-2 for unstable (sid) (maintainer view tag generated by dgit --quilt=unapplied) [dgit distro=debian split --quilt=unapplied]
-
debian/2023.3-131a78f36 · ·
ostree release 2023.3-1 for experimental (rc-buggy) (maintainer view tag generated by dgit --quilt=unapplied) [dgit distro=debian split --quilt=unapplied]
-
-
v2023.3bf3495db · ·
v2023.3 NOTE: As usual, some of these commits are actually for the Rust bindings, which are versioned and released separately. ``` Colin Walters (14): configure: post-release version bump treegen: Require at least one mutation ci: Turn off errors for deprecated-declarations ci: Drop workaround for fedora-release-container rust: Bump MSRV to 1.64 build-sys: Squash automake conditional warning re `.PHONY` Add clang formatting infrastructure lib: clang-format `ostree.h` tree-wide: Fix various include ordering issues lib: Fix one include clang-format: Don't align backslashes tree-wide: Run clang-format ci: Validate clang-format tests/inst: Add xshell and use it in one place Dan Nicholson (3): tests: Ensure real GIO backends aren't used ci: Add test configuration with soup3 fetcher/soup3: Rewrite without threads Daniel Kolesa (1): fetcher: add libsoup3 backend Jonathan Lebon (10): lib/sysroot-cleanup: Convert bootdir listing to dfd-relative lib/sysroot-cleanup: Make some static utility functions global lib/sysroot-cleanup: Drop dead code lib/sysroot-cleanup: Factor out bootfs cleanup lib/sysroot-cleanup: Make bootfs cleanup function global libotutil: add utility functions for calculating directory size lib/sysroot-deploy: Nuke `finalize-failure.stamp` on successful finalization tests/kola: delete unused .gitignore tests/kolainst: Add `make localinstall` lib/sysroot-deploy: Add experimental support for automatic early prune Joseph Marrero (2): Release 2023.3 configure: post-release version bump Philip Withnall (1): lib/fetcher: Add some debugging messages to the libsoup request path ``` Git-EVTag-v0-SHA512: fad7ceda84d968dda00259854e5eb2d0cf971a3b90996e55847c0045a27a673eda7629bf295b232a57bdf78e307e655e927c498a929ff6b4ab8ec0f867f31e0f
-
-
-
v2023.229106eb9 · ·
Release 2023.2 NOTE: As usual, some of these commits are actually for the Rust bindings, which are versioned and released separately. Though speaking of bindings in general, there's a lot of cleanup that landed to the annotations around nullability in general, which should improve ergonomics. These changes will be reflected in a future release of the Rust bindings specifically too. Otherwise, we have some small tweaks and improvements in various places, from a performance improvement in commits to test suite fixes. A notable thing that landed here is fixes for recent GLibs introducing warnings around unset `standard::size`. Thanks to all contributors! ``` Colin Walters (18): Add `sysroot.bootprefix` option deploy: Use `semodule --refresh` if available configure: post-release version bump Release rust/ bindings 0.17.1 rust-bindings: Regenerate for 2023.1 rust-bindings: `Sysroot` is `Send` itest-pull-space: Use mkfs.ext4, align to at least 512b tests: Set size on fileinfo Enable `trust_return_value_nullability` Add docs and fix annotations for ostree-repo-file.c rust: Bump semver lib: Fix two nullable annotations repo: Fix nullability for remote options rust: Renerate bindings Revert "repo: Fix nullability for remote options" rust-bindings: Regenerate Release 2023.2 configure: post-release version bump Corentin Noël (3): build: Do not include private headers in the introspection libostree: Ignore new_and_connect in the introspection libostree: Enhance the annotation coverage Evan Anderson (1): core: Ensure glib standard::size attribute is always set Jonathan Lebon (1): ci: update for new kolaTestIso() Philip Withnall (1): lib/fetcher-util: Wake up main context when a request is complete Seppo Yli-Olli (1): Increase buffer size for create_regular_tmpfile_linkable_with_content Simon McVittie (5): tests: Ensure non-root users have access to libcap tools ostree_raw_file_to_content_stream: Make size default to 0 _ostree_zlib_file_header_new: Default size to 0 write_content_object: Don't assume file info has standard::size Use g_steal_fd() in preference to glnx_steal_fd() Timothée Ravier (1): docs: Use upstream theme & update to 0.4.1 dependabot[bot] (1): build(deps): bump libglnx from `4e44fd9` to `07e3e49`
-
debian/2023.1-2fb13bd5f · ·
ostree release 2023.1-2 for experimental (experimental) (maintainer view tag generated by dgit --quilt=unapplied) [dgit distro=debian split --quilt=unapplied]
-
-
debian/2023.1-176d09f0c · ·
ostree release 2023.1-1 for experimental (experimental) (maintainer view tag generated by dgit --quilt=unapplied) [dgit distro=debian split --quilt=unapplied]
-
-
v2023.1cd100df4 · ·
Release 2023.1 For features, the metadata API is much improved and there's support for Android "aboot". On the bugfix side, there's a notable fix for concurrent prunes and commits. Also, we now use less memory during pulls. ``` Alex Kiernan (2): lib/repo-checkout: Add ALLPERMS for musl tests: Handle musl's ERANGE mapping Colin Walters (5): fetcher: Avoid too large queues for metadata processing configure: post-release version bump Release 2023.1 Dan Nicholson (16): tests/inst: Update hyper-staticfile to 0.9.4 Strip trailing whitespace on all C files repo: Add API to regenerate and sign repo metadata bin/summary: Use ostree_repo_regenerate_metadata commit: Allow skipping automatic summary generation repo: Create metadata commit in ostree_repo_regenerate_metadata lib: Provide internal summary signing with separate directory repo: Prevent publishing summary without matching signature bin: Cleanup documentation of --cache-dir option bin/refs: Sort listing bin/refs: Add option to print revisions bin/remote-refs: Add option to print revisions bin/show: Add options to list metadata keys ostree/dump: Add support for summary metadata keys bin/summary: Add options to show metadata bin/remote-summary: Add options to show metadata Eric Curtin (1): bootloader: Add an aboot (Android) bootloader backend Jonathan Lebon (1): ostree/prune: Calculate reachability under exclusive lock Luca BRUNO (4): lib: assert more invariants configure: use pkg-config with newer gpgme and gpg-error lib/repo: fix an 'unused-function' warning lib/sysroot-upgrader: add some 'nullable' annotations Tareque Md Hanif (1): docs: Fix link to ostree-rs ```