From bb54734bd33f656904b5a62a829e0e0f3d7521e3 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Mon, 16 Jan 2017 02:34:33 +0100 Subject: [PATCH] user32-Auto_Radio_Button: Add a missing Fixes line. --- patches/patchinstall.sh | 3 ++- patches/user32-Auto_Radio_Button/definition | 1 + staging/VERSION | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 4462dc47..f7dc5a8c 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -58,7 +58,7 @@ upstream_commit() # Show version information version() { - echo "Wine Staging 2.0-rc5" + echo "Wine Staging 2.0-rc6 (unreleased)" echo "Copyright (C) 2014-2017 the Wine Staging project authors." echo "" echo "Patchset to be applied on upstream Wine:" @@ -7342,6 +7342,7 @@ fi # | # | This patchset fixes the following Wine bugs: # | * [#42010] Move the auto radio button group logic from BM_SETCHECK to WM_LBUTTONUP handler +# | * [#16845] Add support for navigating a group of radio buttons using a keyboard. # | # | Modified files: # | * dlls/user32/button.c, dlls/user32/dialog.c, dlls/user32/tests/msg.c, dlls/user32/tests/resource.rc diff --git a/patches/user32-Auto_Radio_Button/definition b/patches/user32-Auto_Radio_Button/definition index 3ddea244..886ff856 100644 --- a/patches/user32-Auto_Radio_Button/definition +++ b/patches/user32-Auto_Radio_Button/definition @@ -1 +1,2 @@ Fixes: [42010] Move the auto radio button group logic from BM_SETCHECK to WM_LBUTTONUP handler +Fixes: [16845] Add support for navigating a group of radio buttons using a keyboard. diff --git a/staging/VERSION b/staging/VERSION index 677ac57f..ec921b2f 100644 --- a/staging/VERSION +++ b/staging/VERSION @@ -1 +1 @@ -Wine Staging 2.0-rc5 +Wine Staging 2.0-rc6 (unreleased)