Release 1.4.1

- Fix a monitor crash on primary OSD switching introduced in 1.4.0
- Fix "partly outside array bounds" warnings for GCC 12 in cpp-btree
- Fix a realloc memory leak in theory possible with too large listings (OSD_OP_LIST)
This commit is contained in:
Vitaliy Filippov
2024-01-18 02:31:42 +03:00
parent 80aac39513
commit ba55f91409
18 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vitastor-mon",
"version": "1.4.0",
"version": "1.4.1",
"description": "Vitastor SDS monitor service",
"main": "mon-main.js",
"scripts": {