Releases: clibs/clib
Releases · clibs/clib
2.8.7
What's Changed
- ci: Upgrade actions by @hyperupcall in #302
- fix(makefile): Add missing dependencies from
src/common/*
by @hyperupcall in #303 - Additional check for pthread_cancel by @r10nw7fd3 in #305
- Update fuzz_manifest.c: Add missing include unistd.h by @maflcko in #310
- Fix double free in clib-package by @r10nw7fd3 in #309
- fix(makefile): Add missing dependencies from src/common/*h by @Meiye-lj in #311
- Fix failing tests, cleanup issues w/running tests locally by @exbotanical in #301
- update wiki registry. by @diasbruno in #317
- Add installation instruction for Fedora by @GordonZhang2024 in #318
- use github action's test status badge. by @diasbruno in #319
New Contributors
- @r10nw7fd3 made their first contribution in #305
- @maflcko made their first contribution in #310
- @Meiye-lj made their first contribution in #311
- @GordonZhang2024 made their first contribution in #318
Full Changelog: 2.8.5...2.8.7
2.8.5
What's Changed
- Minor Style Changes by @edd255 in #288
- free http get response after done with it. by @diasbruno in #295
- chore(version): 2.8.4 by @diasbruno in #296
- free dependency by hand if list node is not allocated. by @diasbruno in #297
- fix: Do not discard
const
type qualifier by @hyperupcall in #300 - #291: Save dependencies to clib manifest by default by @exbotanical in #299
New Contributors
- @edd255 made their first contribution in #288
- @hyperupcall made their first contribution in #300
- @exbotanical made their first contribution in #299
Full Changelog: 2.8.3...2.8.5
Release 2.8.3
chore(): 2.8.3
Release 2.8.2
- [fix] Fixing the failing tests on MacOS (#271)
- [fix] Initialze the cache in every package related test (1959247 febea2e)
- [fix] Heap buffer overflow reported by Address Sanitizer (#280)
- [fix] Only successful installs should be cached (#281 b7841ca 90114c2 0c19a04 b976c63)
- [fix] Incorrect upgrade message (#282)
Release 2.7.0
- [feature] Integrating clib-uninstall as
clib uninstall
command (#245) - [feature] Integrating clib-validate to automatically validate clib.json files (#242)
- [deprecated] Deperecated clib-* executable plugins (#244)
- [fix]
clib init
can't always determine the current directory name (#240) - [fix] memory leak in clib.c (353834e)
Release 2.6.1
Release 2.6.0
Release 2.5.0
- [fix] Update BEST_PRACTICE.md (#218)
- [fix] docs: fix simple typo, relese -> release (#221)
- [fix] doc(README.md): Replace dead link with archive.org's (#222)
- [fix] Replacing olegtarasov/get-tag action in release workflow with a working fork (114b93f)
- [add] Added fuzzer (#224)
- [add] Added free to fuzzer (#225)
- [remove] Removing deprecated -v flag (#227)
- [remove] Removing unused/duplicated environment variables (CLIB_FORCE, CLIB_PREFIX, PREFIX) (#226)
Release 2.4.1
- [fixed] Correct
CLIB_VERSION