-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Andrea Righi <[email protected]>
- Loading branch information
Andrea Righi
committed
Oct 9, 2023
1 parent
a278858
commit 39f29ca
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
virtme-ng (1.14-1) unstable; urgency=medium | ||
|
||
* New version virtme-ng 1.13: | ||
- doc: update README.md with the latest UI changes | ||
- virtme-ng: fix runtime error with --rw | ||
- virtme-ng: --run should default to current directory | ||
- virtme-ng: do not run instance with --build | ||
- virtme: print a warning if "file" is not installed | ||
- virtme-ng: implicitly assume --build with --kconfig | ||
- virtme-ng-init: resync with latest upstream version | ||
- deb: add file as dependency | ||
- deb: add dependencies to support audio | ||
|
||
-- Andrea Righi <[email protected]> Mon, 09 Oct 2023 08:30:35 +0200 | ||
|
||
virtme-ng (1.13-1) unstable; urgency=medium | ||
|
||
* New version virtme-ng 1.13: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
"""virtme-ng version""" | ||
|
||
VERSION = "1.13" | ||
VERSION = "1.14" | ||
|
||
if __name__ == '__main__': | ||
print(VERSION) |