Clib Versions Save

Package manager for the C programming language.

2.8.5

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/clibs/clib/compare/2.8.3...2.8.5

2.8.3

1 year ago

2.8.2

1 year ago
  • [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)

2.7.0

3 years ago
  • [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)

2.6.1

3 years ago
  • [fix] Expire the search cache (#234)
  • [fix] Fixing compiler warnings (#235)
  • [fix] warning generated by clang (#238)
  • [add] Log if a package cannot be installed (#236)

2.6.0

3 years ago
  • [change] clib upgrage will install the latest released tag by default if no --tag provided (#230)
  • [fix] Fixed memory leak for clib-search (#229)
  • [fix] Fix memory leak in clib-configure (#228)

2.5.0

3 years ago
  • [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)

2.4.1

3 years ago
  • [fixed] Correct CLIB_VERSION

2.4.0

3 years ago
  • [change] Logging future change in clib upgrade's default behaviour (#215)
  • [refact] Remove unused str-concat dep (#216)
  • [feature] Notifying the user if new version is available (#217)

2.3.0

3 years ago
  • [refact]: Integrating clib-cache into the main repository (#206)
  • [refact]: Add clang-format for code formatting (#209, #211)
  • [fix]: clib-package.c memory leaks (#210)