summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Balaev <balaev@tarantool.org>2023-10-04 15:27:43 +0300
committerPavel Balaev <balaev@tarantool.org>2023-10-04 15:27:43 +0300
commit3cd88b2b4e970b0bf51a687e0170cd5fd4897be4 (patch)
tree428fd9fcbc7daa4821556ba5462cc1dcf7232b7b
parentb3ed6a74c1b957da16f584a39cf4fc99d372cf45 (diff)
nemu: release 3.3.0v3.3.0
Release 3.3.0
-rw-r--r--CHANGES8
-rw-r--r--src/nm_core.h2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 40cd970..d6b90f7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+v3.3.0 - 04.10.2023
+------------------------
+ - Feature: support vga none option
+ - Feature: snapshots now works on MacOS
+ - Feature: new remote_api method - vm_set_settings
+ - Change: make usb optional at buildtime
+ - Change: database internals was refactored
+
v3.2.0 - 06.12.2022
------------------------
- Feature: Spice agent support
diff --git a/src/nm_core.h b/src/nm_core.h
index 04deaa8..835a00f 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.2.0"
+#define NM_VERSION "v3.3.0"
#endif
#define nm_min(a, b) \