2025-04-19 09:58:38 by Thomas Klausner | Files touched by this commit (750) |
Log message: *: recursive bump for default Kerberos implementation switch |
2025-04-17 23:53:13 by Thomas Klausner | Files touched by this commit (2449) |
Log message: *: recursive bump for icu 77 and libxml2 2.14 |
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2428) |
Log message: *: recursive bump for icu 76 shlib major version bump |
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2425) |
Log message: *: revbump for icu downgrade |
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2426) |
Log message: *: recursive bump for icu 76.1 shlib bump |
2024-10-31 08:55:41 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: libgit2: updated to 1.8.4 v1.8.4 We erroneously shipped v1.8.3 without actually including the change in v1.8.2. This release re-re-introduces the pre-v1.8.0 `commit` constness behavior. |
2024-10-28 21:43:04 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: libgit2: updated to 1.8.3 v1.8.3 This release fixes a bug introduced in v1.8.1 for users of the legacy [Node.js http-parser](https://github.com/nodejs/http-parser) dependency. What's Changed Bug fixes * http: Backport on_status initialize fix for http-parser |
2024-10-22 11:47:50 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: libgit2: updated to 1.8.2 v1.8.2 This release reverts a const-correctness change introduced in v1.8.0 for the `git_commit_create` functions. We now retain the const-behavior for the `commits` arguments from prior to v1.8.0. This change was meant to resolve compatibility issues with bindings and downstream users. What's Changed New features * Introduce a stricter debugging allocator for testing Bug fixes * Fix constness issue Build and CI improvements * README: add experimental builds to ci table |