Codebase list virt-viewer / 3b036c0
Update NEWS for 4.0 release Daniel P. Berrange 7 years ago
2 changed file(s) with 37 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 Virt Viewer News
11 ================
2
3 4.0: Jun 20, 2016
4 -----------------
5
6 - Drop support for gtk2 builds
7 - Require spice-gtk >= 0.31
8 - Require glib2 >= 2.38
9 - Require gtk3 >= 3.10
10 - Require libvirt-glib >= 0.1.8
11 - Increase minimum window size fo 320x200 instead of 50x50
12 - Remove use of GSLice
13 - Don't show usbredir button if not connected yet
14 - Only compute monitor mapping in full screen
15 - Don't ignore usb-filter in spiec vv-file
16 - Port to use GtkApplication API
17 - Don't leave window open after connection failure
18 - Validate symbols from max glib/gdk versions
19 - Don't use GtkStock
20 - Don't use gtk_widget-modify_{fg,bg} APIs
21 - Drop use of built-in eventloop in favour of libvirt-glib
22 - Don't open X display while parsing command line
23 - Fix window title
24 - Use GResource for building ui files into binary
25 - Fix crash with invalid spice monitor mapping
26 - Add dialog to show file transfer progress and allow
27 cancelling
28 - Remove unused nsis installer support
29 - Include adwaita icon theme in msi builds
30 - Add more menu mnemonics
31 - Fix support for windows consoles to allow I/O redirection
32 - Add support for ovirt sso-token in vv-file
33 - Fix crash with zooming window while not connected
34 - Remove custom auto drawer widget with GtkRevealer
35 - Add appdata file for gnome software
36 - Misc other bug fixes
37 - Refresh translations
238
339 3.0: Dec 3, 2015
440 ----------------
00
1 AC_INIT([virt-viewer],[3.0])
1 AC_INIT([virt-viewer],[4.0])
22 AC_CONFIG_SRCDIR(src/virt-viewer-main.c)
33 AC_CONFIG_MACRO_DIR([m4])
44 AC_CONFIG_AUX_DIR([build-aux])