2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
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 (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
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
|
2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575) |
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) |  |
Log message:
revbump after icu and protobuf updates
|
2024-05-16 13:12:00 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
libgit2: update to 1.8.1.
This release primarily includes straightforward bugfixes, as well
as new functionality to have more control over the HTTP User-Agent
header. However, there is an API change from v1.8 that was required
for cross-platform compatibility.
In v1.8, libgit2 introduced the report_unchanged member in the
git_fetch_options structure. We mistakenly introduced this as a
bitfield, which is not suitable for our public API. To correct this
mistake, we have removed the report_unchanged member. To support
the report unchanged tips option, users can set the update_fetchhead
member to include the GIT_REMOTE_UPDATE_REPORT_UNCHANGED value.
The libgit2 projects regrets the API change, but this was required
to support cross-platform compatibility.
What's Changed
New features
Allow more control over the user-agent by @ethomson in #6788
Bug fixes
commit: Fix git_commit_create_from_stage without author and committer by \
@florianpircher in #6781
process.c: fix environ for macOS by @barracuda156 in #6792
Bounds check for pack index read by @ConradIrwin in #6796
transport: provide a useful error message during cancellation by @ethomson \
in #6802
transport: support sha256 oids by @ethomson in #6803
Revparse: Correctly accept ref with '@' at the end by @csware in #6809
remote: drop bitfields in git_remote_fetch_options by @ethomson in #6806
examples: fix memory leak in for-each-ref.c by @qaqland in #6808
xdiff: use proper free function by @ethomson in #6810
rand: avoid uninitialized loadavg warnings by @ethomson in #6812
cli: include alloca on illumos / solaris / sunos by @ethomson in #6813
Update git_array allocator to obey strict aliasing rules by @ethomson in #6814
tree: avoid mixed signedness comparison by @ethomson in #6815
Build and CI improvements
ci: update nightly workflows by @ethomson in #6773
ci: give all nightly builds a unique id by @ethomson in #6782
cmake: remove workaround that isn't compatible with Windows on ARM by \
@hackhaslam in #6794
Documentation improvements
Docs meta-updates by @ethomson in #6787
Dependency updates
Enable llhttp for HTTP parsing by @sgallagher in #6713
|
2024-05-16 08:15:47 by Thomas Klausner | Files touched by this commit (692) |
Log message:
*: recursive bump for gnutls p11-kit option
(existing installations need the bl3.mk included, but it's now only
optionally included)
|