Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / lwt
Commits: ab06214d by Stephane Glondu at 2026-05-07T11:32:49+02:00 Switch debian/watch to version 5 - - - - - 5ed4b30e by Stephane Glondu at 2026-05-07T11:33:25+02:00 New upstream version 5.9.3 - - - - - 257dc328 by Stephane Glondu at 2026-05-07T11:33:26+02:00 New upstream version 6.0.0 - - - - - d5604b3d by Stephane Glondu at 2026-05-07T11:33:27+02:00 New upstream version 6.1.0 - - - - - 3f970dea by Stephane Glondu at 2026-05-07T11:33:29+02:00 New upstream version 6.1.1 - - - - - 092dca4a by Stephane Glondu at 2026-05-07T11:33:41+02:00 New upstream version 6.1.2 - - - - - 6c55ac34 by Stephane Glondu at 2026-05-07T11:33:42+02:00 Update upstream source from tag 'upstream/6.1.2' Update to upstream version '6.1.2' with Debian dir 467d440a4459a50bab09e03cf6db66555635c967 - - - - - 837f0c2d by Stephane Glondu at 2026-05-07T11:33:47+02:00 New upstream release - - - - - 8f9b635e by Stephane Glondu at 2026-05-07T12:23:28+02:00 Update packaging - - - - - ec61faf1 by Stephane Glondu at 2026-05-07T12:23:28+02:00 Update changelog - - - - - 4c829703 by Stephane Glondu at 2026-05-07T12:27:10+02:00 Prepare upload to unstable - - - - - 86 changed files: - + .github/workflows/lint.yml - .github/workflows/workflow.yml - .gitignore - CHANGES - Makefile - README.md - debian/changelog - debian/control - debian/debian-dune - debian/liblwt-ocaml-dev.docs - debian/liblwt-ocaml-dev.install.in - debian/liblwt-ocaml.install.in - debian/watch - + dune - dune-project - + examples/ppx_lwt_standalone/dune - + examples/ppx_lwt_standalone/ppx_lwt_standalone.ml - + examples/stall_detection/README.md - + examples/stall_detection/detector.ml - + examples/stall_detection/dune - + examples/stall_detection/selfdetector.ml - + examples/stall_detection/stall-detect.sh - + examples/stall_detection/staller.ml - + examples/stall_detection/stallerlib.ml - + examples/tracing/README.md - + examples/tracing/dune - + examples/tracing/tailgate.ml - + examples/tracing/work_and_crash.ml - lwt.opam - + lwt_direct.opam - lwt_ppx.opam - lwt_ppx__ppx_let_tests.opam - lwt_react.opam - lwt_retry.opam - + lwt_runtime_events.opam - src/core/dune - src/core/index.mld - src/core/lwt.ml - src/core/lwt.mli - + src/core/lwt_rte.mli - + src/core/lwt_rte.with.ml - + src/core/lwt_rte.without.ml - + src/direct/dune - + src/direct/lwt_direct.ml - + src/direct/lwt_direct.mli - src/ppx/dune - src/ppx/ppx_lwt.ml - src/ppx/ppx_lwt.mli - src/react/dune - src/retry/dune - + src/runtime_events/dune - + src/runtime_events/lwt_runtime_events.ml - + src/runtime_events/lwt_runtime_events.mli - src/unix/config/discover.ml - src/unix/dune - src/unix/lwt_engine.ml - src/unix/lwt_engine.mli - src/unix/lwt_gc.ml - src/unix/lwt_io.ml - src/unix/lwt_io.mli - src/unix/lwt_main.ml - src/unix/lwt_main.mli - src/unix/lwt_preemptive.ml - src/unix/lwt_process.mli - src/unix/lwt_unix.cppo.ml - src/unix/lwt_unix.cppo.mli - src/unix/lwt_unix_stubs.c - src/unix/unix_c/unix_bind_job.c - src/unix/unix_c/unix_bytes_sendto.c - src/unix/unix_c/unix_getnameinfo_job.c - src/unix/unix_c/unix_recv_send_utils.c - src/unix/unix_c/unix_recv_send_utils.h - src/unix/unix_c/unix_sendto.c - + src/util/dune - + src/util/letppx.ml - test/core/test_lwt.ml - + test/direct/dune - + test/direct/main.ml - + test/direct/test_lwt_direct.ml - test/ppx/main.ml - test/test.ml - test/unix/dune - + test/unix/set_engine.ml - test/unix/test_lwt_bytes.ml - test/unix/test_lwt_engine.ml - test/unix/test_lwt_unix.ml The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/ocaml-team/lwt/-/compare/892d5457954be2ad030204920072bee150ccf7f4...4c829703e7f293fe468a36d2af51a35f7fad648a -- View it on GitLab: https://salsa.debian.org/ocaml-team/lwt/-/compare/892d5457954be2ad030204920072bee150ccf7f4...4c829703e7f293fe468a36d2af51a35f7fad648a You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help

