Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -1281,6 +1281,12 @@ CommonCommandParameters.cs
preview.6.22352.1
v2.2.6
ResultsComparer
pre-defined
System.Runtime.CompilerServices.Unsafe
TabExpansion
PSv2
System.Data.SqlClient
Microsoft.CSharp
- CHANGELOG.md
aavdberg
asrosent
Expand Down
62 changes: 62 additions & 0 deletions CHANGELOG/7.2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,67 @@
# 7.2 Changelog

## [7.2.9] - 2023-01-24

### Engine Updates and Fixes

- Fix for JEA session leaking functions (Internal 23821 & 23819)

### General Cmdlet Updates and Fixes

- Correct incorrect cmdlet name in script (#18919)

### Build and Packaging Improvements

<details>

<summary>

<p>Bump .NET version to 6.0.13</p>

</summary>

<ul>
<li>Create test artifacts for windows arm64 (#18932)</li>
<li>Update dependencies for .NET release (Internal 23816)</li>
<li>Don't install based on build-id for RPM (#18921)</li>
<li>Apply expected file permissions to linux files after authenticode signing (#18922)</li>
<li>Add authenticode signing for assemblies on linux builds (#18920)</li>
</ul>

</details>

[7.2.9]: https://github.com/PowerShell/PowerShell/compare/v7.2.8...v7.2.9

## [7.2.8] - 2022-12-13

### Engine Updates and Fixes

- Remove TabExpansion for PSv2 from remote session configuration (Internal 23294)

### Build and Packaging Improvements

<details>

<summary>

<p>Bump .NET SDK to 6.0.403</p>

</summary>

<ul>
<li>Update CGManifest and ThirdPartyNotices</li>
<li>Update Microsoft.CSharp from 4.3.0 to 4.7.0</li>
<li>Update to latest SDK (#18610)</li>
<li>Allow two-digit revisions in vPack package validation pattern (#18569)</li>
<li>Update outdated dependencies (#18576)</li>
<li>Work around args parsing issue (#18606)</li>
<li>Bump System.Data.SqlClient from 4.8.4 to 4.8.5 (#18515)</li>
</ul>

</details>

[7.2.8]: https://github.com/PowerShell/PowerShell/compare/v7.2.7...v7.2.8

## [7.2.7] - 2022-10-20

### Engine Updates and Fixes
Expand Down
76 changes: 76 additions & 0 deletions CHANGELOG/7.3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,81 @@
# 7.3 Changelog

## [7.3.2] - 2023-01-24

### Engine Updates and Fixes

- Fix `SuspiciousContentChecker.Match` to detect a pre-defined string when the text starts with it (#18916)
- Fix for JEA session leaking functions (Internal 23820)

### General Cmdlet Updates and Fixes

- Fix `Start-Job` to check the existence of working directory using the PowerShell way (#18917)
- Fix `Switch-Process` error to include the command that is not found (#18650)

### Tests

- Allow system lock down test debug hook to work with new `WLDP` API (fixes system lock down tests) (#18962)

### Build and Packaging Improvements

<details>

<summary>

<p>Bump to use .NET 7.0.2</p>

</summary>

<ul>
<li>Update dependencies for .NET release (Internal 23818)</li>
<li>Remove unnecessary reference to <code>System.Runtime.CompilerServices.Unsafe</code> (#18918)</li>
<li>Add bootstrap after SBOM task to re-install .NET (#18891)</li>
</ul>

</details>

[7.3.2]: https://github.com/PowerShell/PowerShell/compare/v7.3.1...v7.3.2

## [7.3.1] - 2022-12-13

### Engine Updates and Fixes

- Remove TabExpansion for PSv2 from remote session configuration (Internal 23331)
- Add `sqlcmd` to list to use legacy argument passing (#18645 #18646)
- Change `exec` from alias to function to handle arbitrary args (#18644)
- Fix `Switch-Process` to copy the current env to the new process (#18632)
- Fix issue when completing the first command in a script with an empty array expression (#18355)
- Fix `Switch-Process` to set `termios` appropriate for child process (#18572)
- Fix native access violation (#18571)

### Tests

- Backport CI fixed from #18508 (#18626)
- Mark charset test as pending (#18609)

### Build and Packaging Improvements

<details>

<summary>

<p>We thank the following contributors!</p>

</summary>

<ul>
<li>Update packages (Internal 23330)</li>
<li>Apply expected file permissions to linux files after authenticode signing (#18647)</li>
<li>Bump <code>System.Data.SqlClient</code> (#18573)</li>
<li>Don't install based on build-id for RPM (#18570)</li>
<li>Work around args parsing issue (#18607)</li>
<li>Fix package download in <code>vPack</code> job</li>
</ul>

</details>

[7.3.1]: https://github.com/PowerShell/PowerShell/compare/v7.3.0...v7.3.1

## [7.3.0] - 2022-11-08

### General Cmdlet Updates and Fixes
Expand Down