Skip to content

Commit 8ebccac

Browse files
committed
Updating changelogs and bumping version to 4.8.1
1 parent caabae2 commit 8ebccac

File tree

18 files changed

+77
-20
lines changed

18 files changed

+77
-20
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def release_version
5555
end
5656

5757
def version
58-
"#{release_version}.0"
58+
"#{release_version}.1"
5959
end
6060

6161
# The build system used by webdriver is layered on top of rake, and we call it

cpp/iedriver/IEDriver.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 4,8,0,0
54-
PRODUCTVERSION 4,8,0,0
53+
FILEVERSION 4,8,1,0
54+
PRODUCTVERSION 4,8,1,0
5555
FILEFLAGSMASK 0x3fL
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
6868
BEGIN
6969
VALUE "CompanyName", "Software Freedom Conservancy"
7070
VALUE "FileDescription", "Driver library for the IE driver"
71-
VALUE "FileVersion", "4.8.0.0"
71+
VALUE "FileVersion", "4.8.1.0"
7272
VALUE "InternalName", "IEDriver.dll"
73-
VALUE "LegalCopyright", "Copyright (C) 2022"
73+
VALUE "LegalCopyright", "Copyright (C) 2023"
7474
VALUE "OriginalFilename", "IEDriver.dll"
7575
VALUE "ProductName", "Selenium WebDriver"
76-
VALUE "ProductVersion", "4.8.0.0"
76+
VALUE "ProductVersion", "4.8.1.0"
7777
END
7878
END
7979
BLOCK "VarFileInfo"

cpp/iedriverserver/CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ available via the project downloads page. Changes in "revision" field indicate
99
private releases checked into the prebuilts directory of the source tree, but
1010
not made generally available on the downloads page.
1111

12+
v4.8.1.0
13+
========
14+
* Update atoms (Use .textContent instead of .innerHTML in clear() action (#11504))
15+
1216
v4.8.0.0
1317
========
1418
* Remove unnecessary executable permission bit from several files (#11502)

cpp/iedriverserver/IEDriverServer.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 4,8,0,0
54-
PRODUCTVERSION 4,8,0,0
53+
FILEVERSION 4,8,1,0
54+
PRODUCTVERSION 4,8,1,0
5555
FILEFLAGSMASK 0x3fL
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
6868
BEGIN
6969
VALUE "CompanyName", "Software Freedom Conservancy"
7070
VALUE "FileDescription", "Command line server for the IE driver"
71-
VALUE "FileVersion", "4.8.0.0"
71+
VALUE "FileVersion", "4.8.1.0"
7272
VALUE "InternalName", "IEDriverServer.exe"
73-
VALUE "LegalCopyright", "Copyright (C) 2022"
73+
VALUE "LegalCopyright", "Copyright (C) 2023"
7474
VALUE "OriginalFilename", "IEDriverServer.exe"
7575
VALUE "ProductName", "Selenium WebDriver"
76-
VALUE "ProductVersion", "4.8.0.0"
76+
VALUE "ProductVersion", "4.8.1.0"
7777
END
7878
END
7979
BLOCK "VarFileInfo"

dotnet/CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v4.8.1
2+
======
3+
* Add CDP files for v110 and remove v107
4+
* IJavascriptEngine implements IDisposable where available (#11594)
5+
* Updating Selenium Manager binaries for 4.8.1 release
6+
17
v4.8.0
28
======
39
* Add CDP files for v109 and remove v106

dotnet/selenium-dotnet-version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BUILD FILE SYNTAX: STARLARK
22

3-
SE_VERSION = "4.8.0"
3+
SE_VERSION = "4.8.1"
44
ASSEMBLY_VERSION = "4.0.0.0"
55
SUPPORTED_NET_FRAMEWORKS = ["net45", "net46", "net47", "net48"]
66
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0", "netstandard2.1", "net5.0", "net6.0"]

java/CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
v4.8.1
2+
======
3+
* Supported CDP versions: 85, 108, 109, 110
4+
* Merge capabilities of slot with the new session request capabilities (#11369)
5+
* Keep track of pinned scripts per CDP session (#11598)
6+
* Simplify Augmentation for Basic Auth (#11601)
7+
* Print requested capabilities in SessionNotCreatedException (#11604)
8+
* Simplify Augmentation for Dom Mutation
9+
* Generate a Maven BOM (#11560)
10+
* Synchronize method to get Selenium Manager binary (fix #11620) (#11640)
11+
* Updating Selenium Manager binaries for 4.8.1 release
12+
* File downloads url - Adhere to w3c standards (#11646)
13+
114
v4.8.0
215
======
316
* Supported CDP versions: 85, 107, 108, 109

java/version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SE_VERSION = "4.8.0"
1+
SE_VERSION = "4.8.1"

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v4.8.1
2+
3+
#### :rocket: New Feature
4+
5+
* Add script pinning (#11584)
6+
7+
#### :nail_care: Polish
8+
9+
* Add CDP support for v110 and remove v107
10+
* Updating Selenium Manager binaries for 4.8.1 release
11+
12+
#### :bug: Bug Fix
13+
14+
fix: iedriver download with selenium-manager #11579
15+
116
## v4.8.0
217

318
#### :rocket: New Feature

javascript/node/selenium-webdriver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-webdriver",
3-
"version": "4.8.0",
3+
"version": "4.8.1",
44
"description": "The official WebDriver JavaScript bindings from the Selenium project",
55
"license": "Apache-2.0",
66
"keywords": [

0 commit comments

Comments
 (0)