summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.md8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index d901a46..5a42e5a 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,11 @@
+# usbredir-0.14.0 - 29 Feb 2024
+
+- !67 usbredirect: Fix redirecting identical devices
+- !64 usbredirect: Fix CPU tight loop when run as TCP server
+- !68 usbredirect: Fix some minor memory leaks
+- !65 usbredirect: Add documentation about bus-device option
+- !70 usbredirtestclient: Fix build on MacOS 10.5
+
# usbredir-0.13.0 - 01 Aug 2022
- !61 Fix regression on unserialize data
diff --git a/meson.build b/meson.build
index cf3b013..d1d7276 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('usbredir', 'c',
- version: '0.13.0',
+ version: '0.14.0',
license: 'LGPLv2.1+',
meson_version : '>= 0.53',
default_options : [