Skip to content

Commit 2769193

Browse files
committed
Update version.
1 parent 884eeca commit 2769193

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

Documents/ReleaseNotes.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# NanaBox Release Notes
22

3+
**NanaBox 1.5 Update 3 (1.5.1197.0)**
4+
5+
- Improve and extend the implementation of the EnableHostDriverStore option for
6+
GPU settings. Read [the document of EnableHostDriverStore option] in NanaBox
7+
Configuration File Reference for more details.
8+
- Deprecate "HostDriverStore" readonly Plan 9 share but NanaBox still reserves
9+
it for compatibility with virtual machines which need to be hosted with
10+
previous NanaBox versions.
11+
- Introduce "NanaBox.HostDrivers" readonly Plan 9 share for sharing the host
12+
"%SystemRoot%\System32\DriverStore\FileRepository" folder to the virtual
13+
machine, which is useful for using GPU-PV (paravirtualization) feature for
14+
both Windows and Linux guests.
15+
- Introduce "NanaBox.HostLxssLib" readonly Plan 9 share for sharing the host
16+
"%SystemRoot%\System32\lxss\lib" folder to the virtual machine, which is
17+
useful for using GPU-PV (paravirtualization) for Linux guests, especially
18+
you want to use NVIDIA CUDA in your Linux virtual machines.
19+
20+
[the document of EnableHostDriverStore option]: https://github.com/M2Team/NanaBox/blob/main/Documents/ConfigurationReference.md#enablehostdriverstore
21+
322
**NanaBox 1.5 Update 2 (1.5.1192.0)**
423

524
- Add Plan 9 shares configuration support.

NanaBox/NanaBox.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<MileProjectOriginalFilename>NanaBox.exe</MileProjectOriginalFilename>
2323
<MileProjectProductName>NanaBox</MileProjectProductName>
2424
<MileProjectVersion>1.5.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2022-04-01'))).TotalDays).0</MileProjectVersion>
25-
<MileProjectVersionTag>Update 2</MileProjectVersionTag>
25+
<MileProjectVersionTag>Update 3</MileProjectVersionTag>
2626
<MileUniCrtDisableRuntimeDebuggingFeature>true</MileUniCrtDisableRuntimeDebuggingFeature>
2727
</PropertyGroup>
2828
<Import Sdk="Mile.Project.Configurations" Version="1.0.1622" Project="Mile.Project.Platform.x64.props" />

NanaBoxPackage/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Identity
1414
Name="40174MouriNaruto.NanaBox"
1515
Publisher="CN=E310A153-74A9-4D81-800B-857A8D58408A"
16-
Version="1.5.1192.0" />
16+
Version="1.5.1197.0" />
1717

1818
<Properties>
1919
<DisplayName>NanaBox</DisplayName>

0 commit comments

Comments
 (0)