diff options
| author | Dan Engelbrecht <[email protected]> | 2023-11-22 22:52:59 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2023-11-22 22:56:14 +0100 |
| commit | 15f4982d9ffc70d690131d898f783c37ffbcd0bd (patch) | |
| tree | 1713ecb23ecf1b4fd699433f6a34bbbf5d437119 | |
| parent | remove dead code (diff) | |
| download | zen-15f4982d9ffc70d690131d898f783c37ffbcd0bd.tar.xz zen-15f4982d9ffc70d690131d898f783c37ffbcd0bd.zip | |
changelog
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 68c1fdba6..dac850591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Bugfix: Fix BlockingQueue asserts - Bugfix: Catch exceptions in WorkerThreadPool when running single-threaded - Bugfix: Improved block cloning copy argument validation, to properly catching the case where source or target trees overlap +- Feature: Added xmake task `updatefrontend` which updates the zip file containing the frontend html (`/src/zenserver/frontend/html.zip`) - Feature: Adding a file named `root_manifest.ignore_schema_mismatch` in the root of zenserver data dir prevents wipe of data when schema mismatches - Feature: Added `zen run` command which can be used to run a stress test or benchmark repeatedly while redirecting output and other state to separate subdirectories - Example usage: `zen run -n 10 -- zenserver-test` will run the `zenserver-test` command 10 times @@ -24,6 +25,8 @@ - Improvement: Refactor GCV2 GcResult to reuse GcCompactStoreStats and GcStats - Improvement: Make GCV2 Compacting of stores non-parallel to not eat all the disk I/O when running GC - Improvement: Added `ZEN_ASSERT_FORMAT` implementation in `zencore/assertfmt.h` for better logging of errors. Introduced it into compact binary building code which had some existing use cases. +- Improvement: The frontend html content is no longer appended at the end of the executable which prevented signing, instead it is compiled in from the `/src/zenserver/frontend/html.zip` archive +- Improvement: Ad-hoc code singing on MacOS ## 0.2.34 - Bumped zenserver data schema (to '5') to wipe corrupted state caused by version 0.2.31/0.2.32 |