Update CHANGELOG.md

This commit is contained in:
isaak654 2021-10-02 13:37:26 +02:00
parent 4537f62cc5
commit 6153f6333a
No known key found for this signature in database
GPG Key ID: 59D402040437EC44
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [0.9.7 / 5.52.1] - 2021-10-01
## [0.9.7 / 5.52.1] - 2021-10-02
### Added
- added forced process indicator to process status column [#1174](https://github.com/sandboxie-plus/Sandboxie/issues/1174)
@ -15,7 +15,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- when initializing an empty sandbox, MSI debug keys are set to generate the debug output of MSI installer service
- added "DisableComProxy=y" allowing to disable COM proxying through the service
- added "ProcessLimit=..." that allows to limit the max count of processes in a sandbox [#1230](https://github.com/sandboxie-plus/Sandboxie/issues/1230)
- added missing IPC loging
- added missing IPC logging
### Changed
- reworked SbieSvc ini server to allow settings caching and greatly improve performance
@ -35,7 +35,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- fixed issue with opening device paths like "\\??\\FltMgr"
- fixed build issue with an explicit FileDigestAlgorithm option for driver sign (by isaak654) [#1210](https://github.com/sandboxie-plus/Sandboxie/pull/1210)
- fixed issue with resource access log sometimes getting corrupted
- fixed issue with office C2R [#428](https://github.com/sandboxie-plus/Sandboxie/issues/428)
- fixed issue with Microsoft Office Click-to-Run [#428](https://github.com/sandboxie-plus/Sandboxie/issues/428) [#882](https://github.com/sandboxie-plus/Sandboxie/issues/882)
### removed
- removed support for Microsoft EMET (Enhanced Mitigation Experience Toolkit), as it was EOL in 2018