Codebase list virt-viewer / 8d8923d
Bump version to 11.0 and update NEWS for release Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Daniel P. Berrangé 2 years ago
2 changed file(s) with 35 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 Virt Viewer News
11 ================
2
3 11.0: Nov 18, 2021
4 ------------------
5
6 - Minimum libgovirt is now 0.3.7
7 - CentOS 7 is no longer a supported build platform
8 - Use header bar for oVirt ISO dialog
9 - Add change CD button to toolbar for oVirt
10 - Support using ISOs in oVirt DATA storage domains
11 - Remove clashing -r command line shortcut for 'resize'
12 that clashed with existing 'reconnect' shortcut
13 - Support modifier-only hotkeys for cursor release
14 - Fix smartcard and USB hotkey configuration regression
15 - Add USB device reset hotkey support
16 - Fix various mixed up GTK actions for hotkeys
17 - Release keyboard grab at same time as mouse grab with
18 SPICE
19 - Fix misc compiler warnings with glib > 2.68
20 - Fix creation of window when guest uses multiple
21 heads with a single QXL video card
22 - Updated translations from weblate
23 - Avoid warnings from GTK from overly strict minimum
24 desktop width/height rules
25 - Update window action sensitivity to fix regression
26 causing disabled send key menu items
27 - Fix mixed up action / menu state when user cancels
28 a quit request
29 - Ensure auth dialog credential fields are cleared
30 - Fix setting os-id when building RPMs
31 - Avoid extra hyphen in build ID strings
32 - Explicitly disable spice/ovirt features when invoking
33 meson for RPM builds
34 - Fix uninitialized variable for keymaps
35
236
337 10.0: Apr 20, 2021
438 ------------------
00 project(
11 'virt-viewer','c',
2 version: '10.0',
2 version: '11.0',
33 license: 'GPLv3+',
44 default_options: [
55 'buildtype=debugoptimized',