Skip to content

Commit af311ac

Browse files
committed
Version increment to v0.2.1-dev for recent changes.
1 parent 9cf54d9 commit af311ac

File tree

6 files changed

+25
-8
lines changed

6 files changed

+25
-8
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
#### Version 0.2.1-dev (2016 September 25)
2+
3+
- FIX: Improved handling for guests started with `rc.conf`. [9cf54d9](https://github.com/chyves/chyves/commit/9cf54d9353317589199f2369a685a98b96669c31)
4+
5+
- ENH: Reworked `__generate_grub_bhyve_command()` for efficiency. [541a0dd](https://github.com/chyves/chyves/commit/541a0dd73be340f1b34279e257167bd8857c7ecf)
6+
7+
- Consolidated `grub-bhyve` support for OpenBSD to reference installation media name for version number. [1827aae](https://github.com/chyves/chyves/commit/1827aaed39e16b1d09f08108a6b274e1f2bcbe8c)
8+
- This assumes OpenBSD continues to use same naming scheme for their ISOs and that the kernel continues to be located on the installation media at '`/X.Y/amd64/bsd.rd`' where 'X' is the single digit major version number and 'Y' is the single digit minor number.
9+
- After installation all guests use the same handling method to start the guest with `grub-bhyve`.
10+
11+
- Added [VyOS](http://vyos.net) support for `grub-bhyve`. [85bf9bc](https://github.com/chyves/chyves/commit/85bf9bced9240920a6d4e780a70064c870d4228b)
12+
13+
- Added sound support utilizing code from [Google Summer of Code 2016 project by Alex Teaca](https://wiki.freebsd.org/SummerOfCode2016/HDAudioEmulationForBhyve). [e4f9b45](https://github.com/chyves/chyves/commit/e4f9b4582ed18d59218702857cef59c6847e5bef)
14+
- Two additional commits to fixed typo. [57d00cb](https://github.com/chyves/chyves/commit/57d00cb899d0f964e81691eb6188d628a2983eb0) and [270fe77](https://github.com/chyves/chyves/commit/270fe7782bdcffd1b80659a22ca7716d99c678ed)
15+
- This requires that the `bhyve` binary has been patched. Currently there is no check that can be ran on the host to verify audio support. This is a new `bhyve` feature and will have some sharp edges.
16+
- Please report results (success and failures) to [Alex Teaca](https://docs.freebsd.org/cgi/getmsg.cgi?fetch=30255+0+archive/2016/freebsd-virtualization/20160911.freebsd-virtualization). He has called for testing.
17+
118
#### Version 0.1.9-dev (2016 September 10)
219

320
Minor features added.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# chyves v0.1.9-dev:
1+
# chyves v0.2.1-dev:
22

33
<img src="https://github.com/chyves/chyves-media/raw/master/chyves-logo-v1-medium.png" alt="chyves logo version 1" width="449" height="439" align="right">
44

man/chyves.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.TH "CHYVES" "8" "September 25 2016" "chyves" "FreeBSD System Manager's Manual"
55
.
66
.SH "NAME"
7-
\fBchyves\fR \- bhyve(8) front end manager \-\- version 0\.1\.9
7+
\fBchyves\fR \- bhyve(8) front end manager \-\- version 0\.2\.1
88
.
99
.SH "SYNOPSIS"
1010
.

man/chyves.8.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/chyves.8.ronn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
chyves(8) -- bhyve(8) front end manager -- version 0.1.9
1+
chyves(8) -- bhyve(8) front end manager -- version 0.2.1
22
=============================================
33

44
## SYNOPSIS

sbin/chyves

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@
215215
#
216216

217217
# Stage 1 global variables (Not dependent on functions or primary pool)
218-
_VERSION=0.1.9 # Example: v1.6.25 - X.YYYY.ZZZ
219-
_VERSION_LONG="v0.1.9-dev 2016/09/09" # Example: v1.6.25 2021/12/31
220-
_VERSION_INT="00001009" # Example: 10006025 XYYYYZZZ
218+
_VERSION=0.2.1 # Example: v1.6.25 - X.YYYY.ZZZ
219+
_VERSION_LONG="v0.2.1-dev 2016/09/25" # Example: v1.6.25 2021/12/31
220+
_VERSION_INT="00002001" # Example: 10006025 XYYYYZZZ
221221
_VERSION_DATASET="0006"
222222
_VERSION_CHYVES_GUEST="0400"
223223
_VERSION_BRANCH=dev

0 commit comments

Comments
 (0)