Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] tar (4 packages) (3.1.2) #26593

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Conversation

reynir
Copy link
Contributor

@reynir reynir commented Sep 20, 2024

Decode and encode tar format files in pure OCaml

CHANGES:

CHANGES:

- Fix a wrong assumption in `Tar_lwt_unix.run` for `Tar.Really_read _` that one
  tar block was always read. This meant that using `Tar.Really_read` with a
  size different from 512 would fail. (Reported by @jonahbeckford, review by @hannesm, @reynir, mirage/ocaml-tar#153)
- Document better the actual behavior of `Tar_unix.extract` and
  `Tar_lwt_unix.extract` (@reynir, mirage/ocaml-tar#155)
@avsm avsm merged commit 03dbf23 into ocaml:master Sep 20, 2024
3 checks passed
@avsm
Copy link
Member

avsm commented Sep 20, 2024

Thanks! You may want to announce this on https://discuss.ocaml.org, where we have a Community category and an announce tag for this purpose.

@reynir reynir deleted the release-tar-v3.1.2 branch September 20, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants