Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/stable-1.9' into stable-1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pbalcer committed Nov 23, 2020
2 parents 3eccb53 + 597d5c2 commit 0c4a5b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gha.yml
Expand Up @@ -66,8 +66,8 @@ jobs:
steps:
- name: Update Path
run: |
echo "::add-path::$Env:msbuild"
echo "::add-path::$Env:perl"
echo "${env:msbuild}" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo "${env:perl}" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Clone the git repo
uses: actions/checkout@v2
Expand Down
8 changes: 8 additions & 0 deletions ChangeLog
Expand Up @@ -12,6 +12,14 @@ Wed Oct 28 2020 Piotr Balcer <piotr.balcer@intel.com>
foreseeable future, but we'd like to encourage any new applications to
leverage libpmem2.

Wed Oct 28 2020 Piotr Balcer <piotr.balcer@intel.com>

* Version 1.9.2

This release reverts an incorrect change in SDS handling
"pool: disable SDS check if not supported", and introduces
a proper fix for the issues that patch attempted to correct.

Wed Sep 16 2020 Piotr Balcer <piotr.balcer@intel.com>

* Version 1.9.1
Expand Down

0 comments on commit 0c4a5b7

Please sign in to comment.