summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2016-06-30 13:54:00 +0100
committerDaniel P. Berrange <berrange@redhat.com>2016-06-30 13:54:00 +0100
commit3b036c061eba27c75ca20c6388e678f8f1e6c35a (patch)
treeeea148f9ee079147b4d239e2774c1559e6c26e64 /NEWS
parent48de38bd9745d1849a73ff8e07066b1b88bb8919 (diff)
Update NEWS for 4.0 release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS36
1 files changed, 36 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f58a311..cdd13b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,42 @@
Virt Viewer News
================
+4.0: Jun 20, 2016
+-----------------
+
+ - Drop support for gtk2 builds
+ - Require spice-gtk >= 0.31
+ - Require glib2 >= 2.38
+ - Require gtk3 >= 3.10
+ - Require libvirt-glib >= 0.1.8
+ - Increase minimum window size fo 320x200 instead of 50x50
+ - Remove use of GSLice
+ - Don't show usbredir button if not connected yet
+ - Only compute monitor mapping in full screen
+ - Don't ignore usb-filter in spiec vv-file
+ - Port to use GtkApplication API
+ - Don't leave window open after connection failure
+ - Validate symbols from max glib/gdk versions
+ - Don't use GtkStock
+ - Don't use gtk_widget-modify_{fg,bg} APIs
+ - Drop use of built-in eventloop in favour of libvirt-glib
+ - Don't open X display while parsing command line
+ - Fix window title
+ - Use GResource for building ui files into binary
+ - Fix crash with invalid spice monitor mapping
+ - Add dialog to show file transfer progress and allow
+ cancelling
+ - Remove unused nsis installer support
+ - Include adwaita icon theme in msi builds
+ - Add more menu mnemonics
+ - Fix support for windows consoles to allow I/O redirection
+ - Add support for ovirt sso-token in vv-file
+ - Fix crash with zooming window while not connected
+ - Remove custom auto drawer widget with GtkRevealer
+ - Add appdata file for gnome software
+ - Misc other bug fixes
+ - Refresh translations
+
3.0: Dec 3, 2015
----------------