Skip to content

Commit ce34342

Browse files
authored
Add 7.2 and 7.3 change logs (PowerShell#19025)
1 parent 3622ee5 commit ce34342

File tree

3 files changed

+144
-0
lines changed

3 files changed

+144
-0
lines changed

.spelling

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,6 +1281,12 @@ CommonCommandParameters.cs
12811281
preview.6.22352.1
12821282
v2.2.6
12831283
ResultsComparer
1284+
pre-defined
1285+
System.Runtime.CompilerServices.Unsafe
1286+
TabExpansion
1287+
PSv2
1288+
System.Data.SqlClient
1289+
Microsoft.CSharp
12841290
- CHANGELOG.md
12851291
aavdberg
12861292
asrosent

CHANGELOG/7.2.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,67 @@
11
# 7.2 Changelog
22

3+
## [7.2.9] - 2023-01-24
4+
5+
### Engine Updates and Fixes
6+
7+
- Fix for JEA session leaking functions (Internal 23821 & 23819)
8+
9+
### General Cmdlet Updates and Fixes
10+
11+
- Correct incorrect cmdlet name in script (#18919)
12+
13+
### Build and Packaging Improvements
14+
15+
<details>
16+
17+
<summary>
18+
19+
<p>Bump .NET version to 6.0.13</p>
20+
21+
</summary>
22+
23+
<ul>
24+
<li>Create test artifacts for windows arm64 (#18932)</li>
25+
<li>Update dependencies for .NET release (Internal 23816)</li>
26+
<li>Don't install based on build-id for RPM (#18921)</li>
27+
<li>Apply expected file permissions to linux files after authenticode signing (#18922)</li>
28+
<li>Add authenticode signing for assemblies on linux builds (#18920)</li>
29+
</ul>
30+
31+
</details>
32+
33+
[7.2.9]: https://github.com/PowerShell/PowerShell/compare/v7.2.8...v7.2.9
34+
35+
## [7.2.8] - 2022-12-13
36+
37+
### Engine Updates and Fixes
38+
39+
- Remove TabExpansion for PSv2 from remote session configuration (Internal 23294)
40+
41+
### Build and Packaging Improvements
42+
43+
<details>
44+
45+
<summary>
46+
47+
<p>Bump .NET SDK to 6.0.403</p>
48+
49+
</summary>
50+
51+
<ul>
52+
<li>Update CGManifest and ThirdPartyNotices</li>
53+
<li>Update Microsoft.CSharp from 4.3.0 to 4.7.0</li>
54+
<li>Update to latest SDK (#18610)</li>
55+
<li>Allow two-digit revisions in vPack package validation pattern (#18569)</li>
56+
<li>Update outdated dependencies (#18576)</li>
57+
<li>Work around args parsing issue (#18606)</li>
58+
<li>Bump System.Data.SqlClient from 4.8.4 to 4.8.5 (#18515)</li>
59+
</ul>
60+
61+
</details>
62+
63+
[7.2.8]: https://github.com/PowerShell/PowerShell/compare/v7.2.7...v7.2.8
64+
365
## [7.2.7] - 2022-10-20
466

567
### Engine Updates and Fixes

CHANGELOG/7.3.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,81 @@
11
# 7.3 Changelog
22

3+
## [7.3.2] - 2023-01-24
4+
5+
### Engine Updates and Fixes
6+
7+
- Fix `SuspiciousContentChecker.Match` to detect a pre-defined string when the text starts with it (#18916)
8+
- Fix for JEA session leaking functions (Internal 23820)
9+
10+
### General Cmdlet Updates and Fixes
11+
12+
- Fix `Start-Job` to check the existence of working directory using the PowerShell way (#18917)
13+
- Fix `Switch-Process` error to include the command that is not found (#18650)
14+
15+
### Tests
16+
17+
- Allow system lock down test debug hook to work with new `WLDP` API (fixes system lock down tests) (#18962)
18+
19+
### Build and Packaging Improvements
20+
21+
<details>
22+
23+
<summary>
24+
25+
<p>Bump to use .NET 7.0.2</p>
26+
27+
</summary>
28+
29+
<ul>
30+
<li>Update dependencies for .NET release (Internal 23818)</li>
31+
<li>Remove unnecessary reference to <code>System.Runtime.CompilerServices.Unsafe</code> (#18918)</li>
32+
<li>Add bootstrap after SBOM task to re-install .NET (#18891)</li>
33+
</ul>
34+
35+
</details>
36+
37+
[7.3.2]: https://github.com/PowerShell/PowerShell/compare/v7.3.1...v7.3.2
38+
39+
## [7.3.1] - 2022-12-13
40+
41+
### Engine Updates and Fixes
42+
43+
- Remove TabExpansion for PSv2 from remote session configuration (Internal 23331)
44+
- Add `sqlcmd` to list to use legacy argument passing (#18645 #18646)
45+
- Change `exec` from alias to function to handle arbitrary args (#18644)
46+
- Fix `Switch-Process` to copy the current env to the new process (#18632)
47+
- Fix issue when completing the first command in a script with an empty array expression (#18355)
48+
- Fix `Switch-Process` to set `termios` appropriate for child process (#18572)
49+
- Fix native access violation (#18571)
50+
51+
### Tests
52+
53+
- Backport CI fixed from #18508 (#18626)
54+
- Mark charset test as pending (#18609)
55+
56+
### Build and Packaging Improvements
57+
58+
<details>
59+
60+
<summary>
61+
62+
<p>We thank the following contributors!</p>
63+
64+
</summary>
65+
66+
<ul>
67+
<li>Update packages (Internal 23330)</li>
68+
<li>Apply expected file permissions to linux files after authenticode signing (#18647)</li>
69+
<li>Bump <code>System.Data.SqlClient</code> (#18573)</li>
70+
<li>Don't install based on build-id for RPM (#18570)</li>
71+
<li>Work around args parsing issue (#18607)</li>
72+
<li>Fix package download in <code>vPack</code> job</li>
73+
</ul>
74+
75+
</details>
76+
77+
[7.3.1]: https://github.com/PowerShell/PowerShell/compare/v7.3.0...v7.3.1
78+
379
## [7.3.0] - 2022-11-08
480

581
### General Cmdlet Updates and Fixes

0 commit comments

Comments
 (0)