Releases: microsoft/git
v2.41.0.vfs.0.0
This release of microsoft/git
includes all upstream changes from Git v2.41.0 and Git for Windows v2.41.0.windows.1.
There have been no additional changes specific to microsoft/git
since the previous release, v2.40.1.vfs.0.2.
v2.40.1.vfs.0.2
Major Updates
This release updates microsoft/git
to fix a crash on exit in mi_thread_init()
in v2.40.1.vfs.0.0
observed when a post-command
hook was installed.
This version also inherits Git for Windows' fix for recent Windows Insider version where Git Bash warned that it "couldn't compute FAST_CWD pointer".
Pull Requests since v2.40.1.vfs.0.0
v2.40.1.vfs.0.1
Major Updates
This release updates microsoft/git
to fix a crash on exit in mi_thread_init()
in v2.40.1.vfs.0.0
observed when a post-command
hook was installed.
Pull Requests since v2.40.1.vfs.0.0
- #580: compat/mimalloc/init.c: use weak random seed when statically linked
v2.40.1.vfs.0.0 (Security Release)
Major Updates
This release includes the v2.40.1.windows.1
tag of Git for Windows to include the fixes for these security vulnerabilities: CVE-2023-25652, CVE-2023-29007, CVE-2023-25815, CVE-2023-29011, and CVE-2023-29012. See the GitHub blog for more details.
This version also includes an update to how prefetch pack-files are handled over the GVFS Protocol. The client is now more robust against an erroneous response from a cache server. This prevents invalid pack-files and pack-indexes from being stored in the shared object cache.
Pull Requests since v2.40.0.vfs.0.0
v2.40.0.vfs.0.0
This release updates microsoft/git
to match the upstream major release, v2.40.0
.
There are no major updates specific to microsoft/git
, only updates to CI and release mechanics.
Pull Requests since v2.39.0.vfs.0.0
v2.39.2.vfs.0.0 (Security Release)
This release includes the v2.39.2.windows.1
tag of Git for windows to include the fixes for these security vulnerabilities: CVE-2023-22490, CVE-2023-22743, CVE-2023-23618 and CVE-2023-23946. You can read more about these vulnerabilities on the GitHub blog.
v2.39.1.vfs.0.0 (Security Release)
This release includes the v2.39.1.windows.1
tag of Git for Windows to include the fixes for three security vulnerabilities: CVS-2022-23521, CVE-2022-41903, CVE-2022-41953. You can read more about these vulnerabilities on the GitHub blog.
v2.39.0.vfs.0.0
This release updates microsoft/git
to match the upstream major release, v2.39.0
.
v2.38.1.vfs.0.1 (scalar diagnose bugfix)
This pre-release fixes a bug in scalar diagnose
that affects Scalar clones from Azure Repos. The bug was introduced in v2.38.0.vfs.0.0
.
Pull Requests
- #543: Fix
scalar diagnose
failures
v2.38.1.vfs.0.0 (Security Release)
This release includes the v2.38.1.windows.1
bug fix release coordinated with Git v2.38.1
, addressing CVE-2022-39260 and CVE-2022-39253.