Skip to content

Commit

Permalink
Merged PR 14143: Changelog for v7.1.1
Browse files Browse the repository at this point in the history
Changelog for v7.1.1
  • Loading branch information
anmenaga committed Jan 14, 2021
1 parent 24e2bbd commit a2e7a5e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ rkitover
robo210
ronn
rpalo
RPMs
runspace
runspaceinit
runspaces
Expand Down
32 changes: 32 additions & 0 deletions CHANGELOG/7.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# 7.1 Changelog

## [7.1.1] - 2021-01-14

### General Cmdlet Updates and Fixes

- Avoid an exception if file system does not support reparse points (#13634) (Thanks @iSazonov!)
- Make AppLocker Enforce mode take precedence over UMCI Audit mode (#14353)

### Code Cleanup

- Fix syntax error in Windows packaging script (#14377)

### Build and Packaging Improvements

<details>

<ul>
<li>Use one feed in each nuget.config in official builds (#14363)</li>
<li>Fix path signed RPMs are uploaded from in release build (#14424)</li>
<li>Fix issue with unsigned build (#14367)</li>
<li>Move macOS and NuGet packages to ESRP signing (#14324)</li>
<li>Move Windows packages signing to use ESRP (#14060)</li>
<li>Move Linux packages to ESRP signing (#14210)</li>
<li>Migrate 3rd party signing to ESRP (#14010)</li>
<li>Don't do a shallow checkout (#13992)</li>
<li>Move to ESRP signing for Windows files (#13988)</li>
<li>Add checkout step to release build templates (#13840)</li>
</ul>

</details>

[7.1.1]: https://github.com/PowerShell/PowerShell/compare/v7.1.0...v7.1.1

## [7.1.0] - 2020-11-11

### Engine Updates and Fixes
Expand Down

0 comments on commit a2e7a5e

Please sign in to comment.