Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Patwardhan <adityap@microsoft.com>2020-07-16 23:52:49 +0300
committerGitHub <noreply@github.com>2020-07-16 23:52:49 +0300
commitf82f74d89811e91613a7450e536d652c5d8f784e (patch)
treeb0420efeaa2b5291d6d780e3fd0ba9ecbcac1da2 /CHANGELOG
parent1ed554dde406f90e5eb6b418c2027b92c5396f0b (diff)
Update change logs for `6.2.x` and `7.0.x` (#13194)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG/6.2.md51
-rw-r--r--CHANGELOG/7.0.md60
2 files changed, 111 insertions, 0 deletions
diff --git a/CHANGELOG/6.2.md b/CHANGELOG/6.2.md
index 23f3e4e351..06ad8f4148 100644
--- a/CHANGELOG/6.2.md
+++ b/CHANGELOG/6.2.md
@@ -1,5 +1,54 @@
# 6.2 Changelog
+## [6.2.7] - 2020-07-16
+
+### Build and Packaging Improvements
+
+<details>
+
+<ul>
+<li>Fix Azure file copy issues in release build by fixing the path to upload directory content (#13182)</li>
+<li>Update .NET Core to version 2.1.808 (Internal 12003)</li>
+<li>Fix Azure file copy break in AzDevOps by updating task version to latest (#13173)</li>
+</ul>
+
+</details>
+
+## [6.2.6] - 2020-06-11
+
+### Engine Updates and Fixes
+
+- Restrict loading of `amsi.dll` to `system32` folder (#12730)
+
+### Tools
+
+- Update the PowerShell team list to correct changelog generation (#12927)
+
+### Tests
+
+- Pin major Pester version to 4 to prevent breaking changes caused by upcoming release of `v5` (#12262) (Thanks @bergmeister!)
+
+### Build and Packaging Improvements
+
+<details>
+
+<summary>
+
+<p>Update to `.NET Core 2.1.807`</p>
+
+</summary>
+
+<ul>
+<li>update to dotnet 2.1.807 (Internal 11697)</li>
+<li>update hosting tests</li>
+<li>Check if Azure Blob exists before overwriting (#12921)</li>
+<li>Upgrade <code>APIScan</code> version (#12876)</li>
+<li>Fix break in package build by pinning <code>ffi</code> version to <code>1.12</code> (#12889)</li>
+<li>Update the build to sign any unsigned files as 3rd party Dlls (#12581)</li>
+</ul>
+
+</details>
+
## [6.2.5] - 2020-05-14
### Build and Packaging Improvements
@@ -811,6 +860,8 @@
- Update `CONTRIBUTION.md` about adding an empty line after the copyright header (#7706) (Thanks @iSazonov!)
- Update docs about .NET Core version `2.0` to be about version `2.x` (#7467) (Thanks @bergmeister!)
+[6.2.7]: https://github.com/PowerShell/PowerShell/compare/v6.2.6...v6.2.7
+[6.2.6]: https://github.com/PowerShell/PowerShell/compare/v6.2.5...v6.2.6
[6.2.5]: https://github.com/PowerShell/PowerShell/compare/v6.2.4...v6.2.5
[6.2.4]: https://github.com/PowerShell/PowerShell/compare/v6.2.3...v6.2.4
[6.2.3]: https://github.com/PowerShell/PowerShell/compare/v6.2.2...v6.2.3
diff --git a/CHANGELOG/7.0.md b/CHANGELOG/7.0.md
index 380a258bec..e80c0b179f 100644
--- a/CHANGELOG/7.0.md
+++ b/CHANGELOG/7.0.md
@@ -1,5 +1,62 @@
# 7.0 Changelog
+## [7.0.3] - 2020-07-16
+
+### Tests
+
+- Remove dependency on DNS for `Test-Connection` tests on macOS (#12943)
+
+### Build and Packaging Improvements
+
+<details>
+
+<ul>
+<li>Fix Azure file copy issues in release build by fixing the path to upload directory content (#13182)</li>
+<li>Update .NET Core to 3.1.6 (Internal 12005)</li>
+<li>Fix Azure file copy break in AzDevOps by updating task version to latest (#13173)</li>
+</ul>
+
+</details>
+
+## [7.0.2] - 2020-06-11
+
+### Engine Updates and Fixes
+
+- Ensure null-coalescing LHS is evaluated only once (#12667)
+- Restrict loading of `amsi.dll` to `system32` folder (#12730)
+
+### General Cmdlet Updates and Fixes
+
+- Change `Get-FileHash` to close file handles before writing output (#12474) (Thanks @iSazonov!)
+
+### Tools
+
+- Update the PowerShell team list to correct changelog generation (#12927)
+
+### Tests
+
+- Pin major Pester version to 4 to prevent breaking changes caused by upcoming release of `v5` (#12262) (Thanks @bergmeister!)
+
+### Build and Packaging Improvements
+
+<details>
+
+<summary>
+
+<p>Update to .NET Core 3.1.5</p>
+
+</summary>
+
+<ul>
+<li>Bump to .NET 3.1.5 and update dependencies (Internal 11699)</li>
+<li>Check if Azure Blob exists before overwriting (#12921)</li>
+<li>Upgrade <code>APIScan</code> version (#12876)</li>
+<li>Fix break in package build by pinning <code>ffi</code> version to <code>1.12</code> (#12889)</li>
+<li>Update the build to sign any unsigned files as 3rd party Dlls (#12581)</li>
+</ul>
+
+</details>
+
## [7.0.1] - 2020-05-14
### Engine Updates and Fixes
@@ -999,6 +1056,9 @@ 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.3]: https://github.com/PowerShell/PowerShell/compare/v7.0.2...v7.0.3
+[7.0.2]: https://github.com/PowerShell/PowerShell/compare/v7.0.1...v7.0.2
[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