comparison NEWS @ 5059:5c997c72603c

Fix the Storage Cache for compressed files (bug introduced in 1.11.0)
author Alain Mazy <am@osimis.io>
date Mon, 08 Aug 2022 09:59:07 +0200
parents d4e5ca0c9307
children e95fadefeb72
comparison
equal deleted inserted replaced
5058:d4e5ca0c9307 5059:5c997c72603c
9 Bug Fixes 9 Bug Fixes
10 --------- 10 ---------
11 11
12 * Fix the "Never" option of the "StorageAccessOnFind" that was sill accessing 12 * Fix the "Never" option of the "StorageAccessOnFind" that was sill accessing
13 files (bug introduced in 1.11.0). 13 files (bug introduced in 1.11.0).
14 * Fix the Storage Cache for compressed files (bug introduced in 1.11.0).
14 15
15 16
16 Maintenance 17 Maintenance
17 ----------- 18 -----------
18 19
19 * DelayedDeletion plugin: Fix leaking of symbols 20 * DelayedDeletion plugin: Fix leaking of symbols
20 * SQLite now closes and deletes WAL and SHM files on exit. This should improve 21 * SQLite now closes and deletes WAL and SHM files on exit. This should improve
21 handling of SQLite DB over network drives. 22 handling of SQLite DB over network drives.
23
22 24
23 Version 1.11.1 (2022-06-30) 25 Version 1.11.1 (2022-06-30)
24 =========================== 26 ===========================
25 27
26 General 28 General