From fe6bc9952f4187838c2542c5d713cdaec8cd0801 Mon Sep 17 00:00:00 2001 From: titusfortner Date: Fri, 27 May 2022 12:52:48 -0500 Subject: [PATCH] [IE] update changelog and bump version to 4.2.0 --- cpp/iedriver/IEDriver.rc | 8 ++++---- cpp/iedriverserver/CHANGELOG | 4 ++++ cpp/iedriverserver/IEDriverServer.rc | 8 ++++---- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/cpp/iedriver/IEDriver.rc b/cpp/iedriver/IEDriver.rc index ecb4c01d8a6b5..1789c33e343c0 100644 --- a/cpp/iedriver/IEDriver.rc +++ b/cpp/iedriver/IEDriver.rc @@ -50,8 +50,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 4,0,0,0 - PRODUCTVERSION 4,0,0,0 + FILEVERSION 4,2,0,0 + PRODUCTVERSION 4,2,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -68,12 +68,12 @@ BEGIN BEGIN VALUE "CompanyName", "Software Freedom Conservancy" VALUE "FileDescription", "Driver library for the IE driver" - VALUE "FileVersion", "4.0.0.0" + VALUE "FileVersion", "4.2.0.0" VALUE "InternalName", "IEDriver.dll" VALUE "LegalCopyright", "Copyright (C) 2021" VALUE "OriginalFilename", "IEDriver.dll" VALUE "ProductName", "Selenium WebDriver" - VALUE "ProductVersion", "4.0.0.0" + VALUE "ProductVersion", "4.2.0.0" END END BLOCK "VarFileInfo" diff --git a/cpp/iedriverserver/CHANGELOG b/cpp/iedriverserver/CHANGELOG index f70c9a3c89a21..2e0b64bf34327 100644 --- a/cpp/iedriverserver/CHANGELOG +++ b/cpp/iedriverserver/CHANGELOG @@ -9,6 +9,10 @@ available via the project downloads page. Changes in "revision" field indicate private releases checked into the prebuilts directory of the source tree, but not made generally available on the downloads page. +v4.2.0.0 +======== +* Check process ID when searching for Edge window handle + v4.0.0.0 ======== * (on behalf of Gavin Xu) Updated atoms to allow IE driver to find elements. diff --git a/cpp/iedriverserver/IEDriverServer.rc b/cpp/iedriverserver/IEDriverServer.rc index 361b09606dd14..1d59ae55849e5 100644 --- a/cpp/iedriverserver/IEDriverServer.rc +++ b/cpp/iedriverserver/IEDriverServer.rc @@ -50,8 +50,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 4,0,0,0 - PRODUCTVERSION 4,0,0,0 + FILEVERSION 4,2,0,0 + PRODUCTVERSION 4,2,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -68,12 +68,12 @@ BEGIN BEGIN VALUE "CompanyName", "Software Freedom Conservancy" VALUE "FileDescription", "Command line server for the IE driver" - VALUE "FileVersion", "4.0.0.0" + VALUE "FileVersion", "4.2.0.0" VALUE "InternalName", "IEDriverServer.exe" VALUE "LegalCopyright", "Copyright (C) 2021" VALUE "OriginalFilename", "IEDriverServer.exe" VALUE "ProductName", "Selenium WebDriver" - VALUE "ProductVersion", "4.0.0.0" + VALUE "ProductVersion", "4.2.0.0" END END BLOCK "VarFileInfo"