Releases: greenbone/gvm-libs
Releases · greenbone/gvm-libs
gvm-libs 22.19.0
22.19.0 - 2025-03-26
👷 Changed
- Change and extract curl logic into curlutils from openvasd by @ozgen in c547c88
- Change and rename curlutils to httputils and encapsulate under gvm_http_* by @ozgen in 2f89d4c
- Change and rename curlutils to httputils and encapsulate under gvm_http_* by @ozgen in 8855448
🔧 Miscellaneous
gvm-libs 22.18.1
22.18.1 - 2025-03-14
✨ Added
- Add codecov badge to README by @bjoernricks in #892
- Extract logging domain into an own "module" by @bjoernricks in 323cfc1
- Add tests for logging function by @bjoernricks in a661eed
- Add test for setting up the log handlers from a config by @bjoernricks in bcd63e5
- First tests of pwpolicy.c by @mattmundell in #893
- First test of mqtt.c by @mattmundell in 675c0d9
- First tests of kb.c by @mattmundell in e512d8a
- First tests of radiusutils.c by @mattmundell in ed93035
- First test of serverutils.c by @mattmundell in a01568d
- Tests of in_cksum by @mattmundell in e0c08b7
👷 Changed
- Fallback to "*" section for all settings in a log domain by @bjoernricks in d6317bd
- Move assignments out of if conditions (base) by @mattmundell in b51465b
- Move assignments out of if conditions (util) by @mattmundell in f556320
- Move assignments out of if conditions (boreas) by @mattmundell in #901
- Use strrchr instead of rindex by @mattmundell in #902
🐛 Bug Fixes
- Fix setting log file to "-" by @bjoernricks in 090efb4
- Fix behavior of get_time logging function by @bjoernricks in acd9a32
- Only enable coverage when testing is enabled too by @bjoernricks in 8b46473
- Fix Create coverage xml for CI by @bjoernricks in 5eabf15
- Check for gcovr when coverage is enable by @bjoernricks in 330a908
- Doc typo by @mattmundell in d5fc5f5
🔥 Removed
- Remove stray space by @mattmundell in #895
🔧 Miscellaneous
- Improve Release Changelog Generation by @bjoernricks in #904
gvm-libs 22.18.0
22.18.0 - 2025-02-14
Added
- Add a devcontainer setup for gvm-libs development 0a943b59
- first test of vtparser.c 955a5a93
- Provide a CMake macro for specifying unit tests more easily f118802f
- tests of gvm_json_obj_check_str 90c5498e
- gvm_json_obj_check_str ae513e34
- tests of gvm_json_obj_check_int 4a2c9de8
- gvm_json_obj_check_int 0cd4ab23
- tests of gvm_json_obj_int ae8e7900
- gvm_json_obj_int a7c8426a
Changed
- move assignments out of
if
conditions (openvasd) e8443d75 - use gvm_json_obj_str more cc0c8121
- Rename boreas tests 00c676b4
- Use new cmake macro for specifying tests 9b362ca4
- Add all tests to all target 96aae4e0
- Only build boreas tests if testing is enabled 8d25e9a3
Bug Fixes
v22.17.0
Automated commit: change version from 22.16.0 -> 22.17.0
v22.16.0
Automated commit: change version from 22.15.2 -> 22.16.0
v22.15.2
Automated commit: change version from 22.15.1 -> 22.15.2
v22.15.1
v22.15.0: Merge pull request #856 from greenbone/disable-openvasd-in-oldstable
Change: Disable build of openvasd for oldstable
v22.14.0
Automated commit: change version from 22.13.0 -> 22.14.0
v22.13.0
Fix: Add libcjson1 to oldstable Dockerfile