summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Balaev <balaev@tarantool.org>2022-10-16 22:16:59 +0300
committerPavel Balaev <balaev@tarantool.org>2022-10-16 22:16:59 +0300
commit81bab6489490ba190442a391492d233350a65f4b (patch)
tree69cd5a7fad50ae8009cf1178799ab3b71daa04b4
parent719181adf917d0e0e8578d29b6a6e62d8fcfc1d2 (diff)
nemu: release 3.1.0v3.1.0
-rw-r--r--CHANGES7
-rw-r--r--src/nm_core.h2
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 3efce9c..da742b3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,13 @@
-v3.?.? - ??.??.????
+v3.1.0 - 16.10.1022
------------------------
+ - Feature: network hotplug
- Feature: remote control API listen interface parameter
- Feature: switch VM groups in VM list window with hotkeys
+ - Feature: new command --cmd
+ - Feature: show virtial and real drive size
- Bugfix: musl build
+ - Bugfix: cannot setup more then nine cores
+ - Bugfix: fix wrong virtual drive size imported from OVA
- Bugfix: failing dbus communication led to daemon crash
v3.0.0 - 31.08.2021
diff --git a/src/nm_core.h b/src/nm_core.h
index c4fd022..1b200a8 100644
--- a/src/nm_core.h
+++ b/src/nm_core.h
@@ -32,7 +32,7 @@
#define NM_PROGNAME "nemu"
#ifndef NM_VERSION
-#define NM_VERSION "v3.0.0"
+#define NM_VERSION "v3.1.0"
#endif
#define nm_min(a, b) \