From 6b1228a7a1bb5e1c514f71c1621b805e38e78d8f Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Thu, 14 May 2020 15:40:27 -0700 Subject: [PATCH 1/4] Merge 7.0.1 change log --- CHANGELOG/7.0.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/CHANGELOG/7.0.md b/CHANGELOG/7.0.md index 2712bcfd4d2..dc59b22fa86 100644 --- a/CHANGELOG/7.0.md +++ b/CHANGELOG/7.0.md @@ -1,5 +1,47 @@ # 7.0 Changelog +## [7.0.1] - 2020-05-14 + +### Engine Updates and Fixes + +- Discover assemblies loaded by `Assembly.Load(byte[])` and `Assembly.LoadFile` (#12203) +- Allow case insensitive paths for determining `PSModulePath` (#12192) + +### General Cmdlet Updates and Fixes + +- Add `null` check for Windows PowerShell install path (#12296) +- Fix Null Reference error in CSV commands (#12281) (Thanks @iSazonov!) +- Fix `WinCompat` module loading to treat Core edition modules higher priority (#12269) +- Fix `` detection regex in web cmdlets (#12099) (Thanks @!) +- Miscellaneous minor updates to `WinCompat` (#11980) +- Fix `ConciseView` where error message is wider than window width and doesn't have whitespace (#11880, #11746) +- Make `Test-Connection` always use the default synchronization context for sending ping requests (#11517) + +### Tests + +- Fix CIM tab complete test failure (#12636) + +### Build and Packaging Improvements + +
+ + +Move to .NET Core 3.1.202 SDK and update packages. + + + + +
+ +### Documentation and Help Content + +- Remove the version number of PowerShell from `LICENSE` (#12019) + ## [7.0.0] - 2020-03-04 ### General Cmdlet Updates and Fixes @@ -958,6 +1000,7 @@ - Update release template (#8996) [7.0.0]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-rc.3...v7.0.0 +[7.0.1]: https://github.com/PowerShell/PowerShell/compare/v7.0.0...v7.0.1 [7.0.0-rc.3]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-rc.2...v7.0.0-rc.3 [7.0.0-rc.2]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-rc.1...v7.0.0-rc.2 [7.0.0-rc.1]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-preview.6...v7.0.0-rc.1 From fe547940172ee4fd52c1cc9b97a87e851565cc5e Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Thu, 14 May 2020 15:47:57 -0700 Subject: [PATCH 2/4] Update CHANGELOG/7.0.md --- CHANGELOG/7.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/7.0.md b/CHANGELOG/7.0.md index dc59b22fa86..d1a9a866c01 100644 --- a/CHANGELOG/7.0.md +++ b/CHANGELOG/7.0.md @@ -12,7 +12,7 @@ - Add `null` check for Windows PowerShell install path (#12296) - Fix Null Reference error in CSV commands (#12281) (Thanks @iSazonov!) - Fix `WinCompat` module loading to treat Core edition modules higher priority (#12269) -- Fix `` detection regex in web cmdlets (#12099) (Thanks @!) +- Fix `` detection regex in web cmdlets (#12099) (Thanks @vex32!) - Miscellaneous minor updates to `WinCompat` (#11980) - Fix `ConciseView` where error message is wider than window width and doesn't have whitespace (#11880, #11746) - Make `Test-Connection` always use the default synchronization context for sending ping requests (#11517) From 9cadd1cb381467c3b482a4e474b3e99fd52eee09 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Thu, 14 May 2020 15:50:19 -0700 Subject: [PATCH 3/4] Update CHANGELOG/7.0.md --- CHANGELOG/7.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/7.0.md b/CHANGELOG/7.0.md index d1a9a866c01..d8ac6bd5ef5 100644 --- a/CHANGELOG/7.0.md +++ b/CHANGELOG/7.0.md @@ -999,8 +999,8 @@ Move to .NET Core 3.1.202 SDK and update packages. - Update docs for `6.2.0-rc.1` release (#9022) - Update release template (#8996) -[7.0.0]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-rc.3...v7.0.0 [7.0.1]: https://github.com/PowerShell/PowerShell/compare/v7.0.0...v7.0.1 +[7.0.0]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-rc.3...v7.0.0 [7.0.0-rc.3]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-rc.2...v7.0.0-rc.3 [7.0.0-rc.2]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-rc.1...v7.0.0-rc.2 [7.0.0-rc.1]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-preview.6...v7.0.0-rc.1 From 915d089eff4f293e0c6240cec97314db38c739ae Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Thu, 14 May 2020 15:56:18 -0700 Subject: [PATCH 4/4] Update CHANGELOG/7.0.md --- CHANGELOG/7.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/7.0.md b/CHANGELOG/7.0.md index d8ac6bd5ef5..380a258becc 100644 --- a/CHANGELOG/7.0.md +++ b/CHANGELOG/7.0.md @@ -12,7 +12,7 @@ - Add `null` check for Windows PowerShell install path (#12296) - Fix Null Reference error in CSV commands (#12281) (Thanks @iSazonov!) - Fix `WinCompat` module loading to treat Core edition modules higher priority (#12269) -- Fix `` detection regex in web cmdlets (#12099) (Thanks @vex32!) +- Fix `` detection regex in web cmdlets (#12099) (Thanks @vexx32!) - Miscellaneous minor updates to `WinCompat` (#11980) - Fix `ConciseView` where error message is wider than window width and doesn't have whitespace (#11880, #11746) - Make `Test-Connection` always use the default synchronization context for sending ping requests (#11517)