[view] fix: random segmentation fault errors caused by the cache cleaner thread

This commit is contained in:
Vinicius Moreira
2023-12-20 08:17:29 -03:00
parent a084d8bf31
commit 78618eb70c
3 changed files with 13 additions and 44 deletions

View File

@@ -37,6 +37,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixes
- AppImage
- upgrade fails when the package was initially imported, but later added to bauh's database [#321](https://github.com/vinifmor/bauh/issues/321)
- General
- random segmentation fault errors associated with threads and caching
- Web
- search not working for some typed addresses (e.g: those returning 403)