Skip to content

Releases: microsoft/git

v2.42.0.vfs.0.1 (Hotfix for index-pack bug)

29 Aug 15:45
dd2d7ed
Compare
Choose a tag to compare

This version fixes the bug in git index-pack that was causing issues with VFS for Git enlistments. Other than that fix, the release is the same as v2.42.0.vfs.0.0.

This release of microsoft/git includes all changes from upstream Git v2.42.0, Git for Windows v2.42.0.windows.1, and microsoft/git v2.41.0.vfs.0.5.

v2.41.0.vfs.0.5 (Hotfix for index-pack bug)

28 Aug 18:22
304f0a3
Compare
Choose a tag to compare

This version fixes the bug in git index-pack that was causing issues with VFS for Git enlistments. Other than that fix, the release is the same as v2.41.0.vfs.0.4, whose release notes are copied below:


This release of microsoft/git includes all changes from Git for Windows v2.41.0.windows.3 and microsoft/git v2.41.0.vfs.0.3.

This version includes fixes to:

  1. simplify progress output during prefetch where git index-pack and gvfs-helper could both display progress.
  2. schedule background maintenance on a random minute rather than at the top of the hour to diffuse load on the GVFS Cache Servers.
  3. prevent maintenance background tasks from trying to raise a credential prompt and block the task.

This version also updates Git Credential Manager to v2.3.2.

v2.42.0.vfs.0.0

23 Aug 21:58
Compare
Choose a tag to compare
v2.42.0.vfs.0.0 Pre-release
Pre-release

This release of microsoft/git includes all changes from upstream Git v2.42.0, Git for Windows v2.42.0.windows.1, and microsoft/git v2.41.0.vfs.0.4.

There have been no additional changes specific to microsoft/git since the previous release, v2.41.0.vfs.0.4.

v2.41.0.vfs.0.4

23 Aug 19:31
908c6e5
Compare
Choose a tag to compare
v2.41.0.vfs.0.4 Pre-release
Pre-release

This release of microsoft/git includes all changes from Git for Windows v2.41.0.windows.3 and microsoft/git v2.41.0.vfs.0.3.

This version includes fixes to:

  1. simplify progress output during prefetch where git index-pack and gvfs-helper could both display progress.
  2. schedule background maintenance on a random minute rather than at the top of the hour to diffuse load on the GVFS Cache Servers.
  3. prevent maintenance background tasks from trying to raise a credential prompt and block the task.

This version also updates Git Credential Manager to v2.3.2.

v2.41.0.vfs.0.3

02 Aug 23:08
Compare
Choose a tag to compare
v2.41.0.vfs.0.3 Pre-release
Pre-release

This release of microsoft/git includes all changes from Git for Windows v2.41.0.windows.3, in particular the new major OpenSSL version is included in the distribution as well as Git Credential Manager v2.2.2 with support for Enterprise Managed Users.

There have been no additional changes specific to microsoft/git since the previous release, v2.40.1.vfs.0.2.

v2.41.0.vfs.0.1

11 Jul 15:14
Compare
Choose a tag to compare
v2.41.0.vfs.0.1 Pre-release
Pre-release

This release of microsoft/git includes all changes from Git for Windows v2.41.0.windows.1, in particular the new major OpenSSL version is included in the distribution as well as Git Credential Manager with support for Enterprise Managed Users.

There have been no additional changes specific to microsoft/git since the previous release, v2.40.1.vfs.0.2.

v2.41.0.vfs.0.0

01 Jun 19:57
Compare
Choose a tag to compare
v2.41.0.vfs.0.0 Pre-release
Pre-release

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

22 May 21:19
59bc966
Compare
Choose a tag to compare

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

  • #580: compat/mimalloc/init.c: use weak random seed when statically linked
  • #582: reinstate support for http.sslBackend after Git for Windows' recent libcurl changes

v2.40.1.vfs.0.1

15 May 18:18
98346fc
Compare
Choose a tag to compare
v2.40.1.vfs.0.1 Pre-release
Pre-release

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)

25 Apr 19:05
Compare
Choose a tag to compare

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

  • #571: Harden gvfs-helper to validate the packfiles in a multipart prefetch response
  • #568: Upgrade deprecated GitHub Actions in build-git-installers