summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2024-02-29 10:22:25 +0100
committerVictor Toso <victortoso@redhat.com>2024-02-29 10:22:25 +0100
commit2d373432e604960c1dcc14fb97098febe4d64025 (patch)
tree6b0fa1672b328243a5e6fde97e4606641083fdcb
parent60e087f57f27b00a03db4e6898ade23e6bb47309 (diff)
Release 0.14.0usbredir-0.14.0main
Signed-off-by: Victor Toso <victortoso@redhat.com>
-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 : [