Update Changelog 5.52.1
Co-authored-by: isaak654 <isaak654@users.noreply.github.com>
This commit is contained in:
parent
6153f6333a
commit
935d70ff3d
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -11,10 +11,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- added forced process indicator to process status column [#1174](https://github.com/sandboxie-plus/Sandboxie/issues/1174)
|
- added forced process indicator to process status column [#1174](https://github.com/sandboxie-plus/Sandboxie/issues/1174)
|
||||||
- added "SbieTrace=y" option to trace the interaction between Sandboxie processes and the Sandboxie core components
|
- added "SbieTrace=y" option to trace the interaction between Sandboxie processes and Sandboxie core components
|
||||||
- when initializing an empty sandbox, MSI debug keys are set to generate the debug output of MSI installer service
|
- 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 "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 "ProcessLimit=..." which allows limiting the maximum number of processes in a sandbox [#1230](https://github.com/sandboxie-plus/Sandboxie/issues/1230)
|
||||||
- added missing IPC logging
|
- added missing IPC logging
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -23,21 +23,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
- enabled configuration section list replacement with a hash map to improve configuration performance
|
- enabled configuration section list replacement with a hash map to improve configuration performance
|
||||||
- improved progress and status messages for the Plus installer (by mpheath) [#1168](https://github.com/sandboxie-plus/Sandboxie/pull/1168)
|
- improved progress and status messages for the Plus installer (by mpheath) [#1168](https://github.com/sandboxie-plus/Sandboxie/pull/1168)
|
||||||
- reworked RpcSs start mechanics, sandboxed RpcSs and DcomLaunch can now be run as system, use "RunRpcssAsSystem=y"
|
- reworked RpcSs start mechanics, sandboxed RpcSs and DcomLaunch can now be run as system, use "RunRpcssAsSystem=y"
|
||||||
-- note: this is generally not recommended for security reasons but may be needed for compatibility in some scenarios
|
-- Note: this is generally not recommended for security reasons but may be needed for compatibility in some scenarios
|
||||||
- reworked WTSQueryUserToken handling to work properly in all scenarios
|
- reworked WTSQueryUserToken handling to work properly in all scenarios
|
||||||
- reworked configuration value list to use a hash table for better performance
|
- reworked configuration value list to use a hash table for better performance
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- fixed Plus upgrade install in Windows 7 (by mpheath) [#1194](https://github.com/sandboxie-plus/Sandboxie/pull/1194)
|
- fixed Plus upgrade install in Windows 7 (by mpheath) [#1194](https://github.com/sandboxie-plus/Sandboxie/pull/1194)
|
||||||
- fixed custom autoexec commands being executed on each box start instead of only on the initialization
|
- fixed custom autoexec commands being executed on each box start instead of only during the initialization
|
||||||
- fixed a design issue limiting the maximal amount of processes in one box to 511
|
- fixed a design issue limiting the maximum amount of processes per sandbox to 511
|
||||||
- fixed handle leaks in the lingering process monitor mechanism
|
- fixed handle leaks in the lingering process monitor mechanism
|
||||||
- fixed issue with opening device paths like "\\??\\FltMgr"
|
- 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 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 resource access log sometimes getting corrupted
|
||||||
- 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)
|
- 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
|
||||||
- removed support for Microsoft EMET (Enhanced Mitigation Experience Toolkit), as it was EOL in 2018
|
- removed support for Microsoft EMET (Enhanced Mitigation Experience Toolkit), as it was EOL in 2018
|
||||||
- removed support for Messenger Plus! Live, as MSN Messenger is EOL since 2013
|
- removed support for Messenger Plus! Live, as MSN Messenger is EOL since 2013
|
||||||
- disabled Turkish language on Plus UI for inactivity (by isaak654) [#1215](https://github.com/sandboxie-plus/Sandboxie/pull/1215)
|
- disabled Turkish language on Plus UI for inactivity (by isaak654) [#1215](https://github.com/sandboxie-plus/Sandboxie/pull/1215)
|
||||||
|
|
Loading…
Reference in New Issue