diff options
| author | sickcodes <[email protected]> | 2021-07-08 23:32:26 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-07-08 23:32:26 +0000 |
| commit | 866a429848e8bca422a10712dae0711cbbdad99b (patch) | |
| tree | 63f4a4961c04dfb05166b4f4b3aaafb861dea3d8 /CHANGELOG.md | |
| parent | Add link to "make it faster" scripts https://github.com/sickcodes/osx-optimizer (diff) | |
| download | docker-osx-866a429848e8bca422a10712dae0711cbbdad99b.tar.xz docker-osx-866a429848e8bca422a10712dae0711cbbdad99b.zip | |
Add CPUID_FLAGS to edit the CPUID flags on the fly.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 26c1b52..fe4a3fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ |Version|Date|Notes| |---|---|---| +| |2021-07-08|Add CPUID_FLAGS to edit the CPUID flags on the fly.| |4.4|2021-05-06|Prepare nakedvnc for hub.docker.com. Add `ENV BOOT_ARGS=` to supply additon boot arguments, for example, `vmx,rdtscp`. Add `ENV CPU=Penryn` to allow changes to the CPU emulation, for example, `Skylake-Client`, or see [more examples here](https://manpages.ubuntu.com/manpages/disco/man7/qemu-cpu-models.7.html).| | |2021-05-04|Disable arbitrary chown warning| | |2021-04-27|Fixed missing sudo| |