summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <me@victortoso.com>2019-04-11 08:32:16 +0000
committerFrediano Ziglio <fziglio@redhat.com>2019-04-23 10:50:04 +0100
commit58bc1b958054b5e1e1c5d0fd914e30b64c30653e (patch)
treeecda253d9e661d3d1e0662ac0db01774d8d1bd8e
parentb67a8870447de14b76468916868fed326c9282c7 (diff)
Prepare for 0.10.0 releasev0.10.0
Signed-off-by: Victor Toso <victortoso@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f142aab..56c9d65 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+v0.10.0
+=======
+- Introduce turn_monitor_off method of WDDM interface
+- Fix number of displays after reconnection ([rhbz#1477191])
+- Avoid possible integer overflows from reading spice-protocol messages
+- Fix possible buffer overflows while reading from registry
+- Fix loss of mouse movement events
+- file-xfer: only store completed files
+- Some fixes in vcproj file to build with Visual Studio
+- Do not use reserved chars for filenames ([rhbz#1520393])
+- Fix saving BMP file format
+- Various cleanups and code improvements
+
+[rhbz#1477191]: https://bugzilla.redhat.com/show_bug.cgi?id=1477191
+[rhbz#1520393]: https://bugzilla.redhat.com/show_bug.cgi?id=1520393
+
v0.9.0
======
- remove cximage dependency