Merged PR 14143: Changelog for v7.1.1

Changelog for v7.1.1
This commit is contained in:
Andrew Menagarishvili 2021-01-14 20:20:03 +00:00
parent 24e2bbdde9
commit a2e7a5eab8
2 changed files with 33 additions and 0 deletions

View file

@ -757,6 +757,7 @@ rkitover
robo210
ronn
rpalo
RPMs
runspace
runspaceinit
runspaces

View file

@ -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