Skip to content

Commit e1d845a

Browse files
committed
Merged PR 17559: Update Change Log for v7.1.5 release
Update Change Log for v7.1.5 release
1 parent 122a770 commit e1d845a

2 files changed

Lines changed: 47 additions & 0 deletions

File tree

.spelling

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,4 +1151,9 @@ Microsoft.PowerShell.Native
11511151
rtm.20526.5
11521152
ini
11531153
package.json
1154+
mutex
1155+
gukoff
1156+
createdump
1157+
vPack
1158+
NoLanguage
11541159
jcotton42

CHANGELOG/7.1.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# 7.1 Changelog
22

3+
## [7.1.5] - 2021-10-14
4+
5+
### Engine Updates and Fixes
6+
7+
- Handle error from unauthorized access when removing `AppLocker` test files (#15881)
8+
- Test more thoroughly whether a command is `Out-Default` for transcription scenarios (#15653)
9+
- Handle error when the telemetry mutex cannot be created (#15574) (Thanks @gukoff!)
10+
- Configure `ApplicationInsights` to not send cloud role name (Internal 17100)
11+
- Disallow `Add-Type` in NoLanguage mode on a locked down machine (Internal 17522)
12+
13+
### Tools
14+
15+
- Add `.stylecop` to `filetypexml` and format it (#16025)
16+
17+
### Build and Packaging Improvements
18+
19+
<details>
20+
21+
<summary>
22+
23+
<p>Bump .NET SDK to 5.0.402</p>
24+
25+
</summary>
26+
27+
<ul>
28+
<li>Upgrade <code>set-value</code> package for markdown test (#16196)</li>
29+
<li>Sign the .NET <code>createdump</code> executable (#16229)</li>
30+
<li>Move vPack build to 1ES Pool (#16169)</li>
31+
<li>Update to .NET SDK 5.0.402 (Internal 17537)</li>
32+
<li>Move from PkgES hosted agents to 1ES hosted agents (#16023)</li>
33+
<li>Fix the macOS build by updating the pool image name (#16010)</li>
34+
<li>Use Alpine 3.12 for building PowerShell for Alpine Linux (#16008)</li>
35+
</ul>
36+
37+
</details>
38+
39+
### Documentation and Help Content
40+
41+
- Fix example nuget.config (#14349)
42+
43+
[7.1.5]: https://github.com/PowerShell/PowerShell/compare/v7.1.4...v7.1.5
44+
345
## [7.1.4] - 2021-08-12
446

547
### Build and Packaging Improvements

0 commit comments

Comments
 (0)