Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Git version on Windows to 2.41.0.windows.1 #259

Conversation

github-actions[bot]
Copy link
Contributor

Bump Git version on Windows

Update the Git Windows version for JDK11 Windows Nanoserver 1809

changed lines [42] of file "/tmp/updatecli/github/jenkinsci/docker-ssh-agent/windows/nanoserver-ltsc2019/Dockerfile"

2.41.0.windows.1
Release published on the 2023-06-01 17:34:43 +0000 UTC at the url https://github.com/git-for-windows/git/releases/tag/v2.41.0.windows.1

Changes since Git for Windows v2.40.1 (April 25th 2023)

As announced previously, Git for Windows will drop support for Windows 7 and for Windows 8 in one of the next versions, following [Cygwin's and MSYS2's lead](https://www.msys2.org/docs/windows_support/) (Git for Windows relies on MSYS2 for components such as Bash and Perl).

Following the footsteps of the MSYS2 and Cygwin projects on which Git for Windows depends, the 32-bit variant of Git for Windows [is being phased out](https://gitforwindows.org/32-bit.html). As of Git for Windows v2.41.0, the 32-bit variant of the POSIX emulation layer (known as "MSYS2 runtime", powering Git Bash among other components shipped with Git for Windows) is in maintenance mode and will only see security bug fixes (if any). Users relying on 32-bit Git for Windows are highly encouraged to switch to the 64-bit version whenever possible.

Please also note that the code-signing certificate used to sign Git for Windows' executables was renewed and may cause Smart Screen to show a warning until the certificate has gained a certain minimum reputation.

### New Features

* Comes with [Git v2.41.0](https://github.com/git/git/blob/v2.41.0/Documentation/RelNotes/2.41.0.txt).
* Comes with [OpenSSH v9.3p1](https://www.openssh.com/txt/release-9.3)
* Comes with [MinTTY v3.6.4](https://github.com/mintty/mintty/releases/tag/3.6.4).
* The Git for Windows installer now [also includes](https://github.com/git-for-windows/build-extra/pull/491) the Git LFS documentation (i.e. `git help git-lfs` now works).
* Comes with [Perl v5.36.1](http://search.cpan.org/dist/perl-5.36.1/pod/perldelta.pod).
* Comes with [GNU Privacy Guard v2.2.41](https://dev.gnupg.org/source/gnupg/browse/STABLE-BRANCH-2-2/NEWS;gnupg-2.2.41?blame=off).
* Comes with [Git Credential Manager v2.1.2](https://github.com/git-ecosystem/git-credential-manager/releases/tag/v2.1.2).
* Comes with MSYS2 runtime (Git for Windows flavor) based on [Cygwin 3.4.6](https://inbox.sourceware.org/cygwin-announce/20230214142733.1052688-1-corinna-cygwin@cygwin.com/). (This does not extend to 32-bit Git for Windows, which [is stuck with v3.3.* of the MSYS2 runtime forever](https://github.com/git-for-windows/git/issues/4279).)
* To help with Git for Windows' release mechanics, Git for Windows now ships [with two variants of `libcurl`](https://github.com/git-for-windows/git/pull/4410).
* Comes with [cURL v8.1.2](https://curl.se/changes.html#8_1_2).
* Comes with [OpenSSL v1.1.1u](https://www.openssl.org/news/openssl-1.1.1-notes.html).

### Bug Fixes

* Git GUI's `Repository>Explore Working Copy` [was broken since v2.39.1](https://github.com/git-for-windows/git/issues/4356), which has been fixed.
* The MSYS2 runtime was adjusted to [prepare for an upcoming Windows version](https://github.com/git-for-windows/git/issues/4429).

Filename | SHA-256
-------- | -------
Git-2.41.0-64-bit.exe | 45dc30410916b8ec5501be39d01d5b60535731c04fa68283b4f9df4920877d4e
Git-2.41.0-32-bit.exe | 25c9077aa60aca41fa8a7b89a8581492e04155786799653ef3010d165e11000e
PortableGit-2.41.0-64-bit.7z.exe | fcbaeffd24fdf435a1f7844825253509136377915e6720aa66aa256ec1f83c30
PortableGit-2.41.0-32-bit.7z.exe | 12190f5bec59a187ec0368f39dba55a7802706076b91fe400ef5da4247999467
MinGit-2.41.0-64-bit.zip | c9cffc25e2ef81f51029138678b7bfc538a56095ec0538125dc790a01e20d77a
MinGit-2.41.0-32-bit.zip | 2643d9b1c663258bc5ec966f2b8493884ba3e247a41edc5a1496068a0a0a6ef4
MinGit-2.41.0-busybox-64-bit.zip | 6ca0a62dea4440a9564b93a85f0dd0b3db27e53782b5ade5a82382d7abc1453c
MinGit-2.41.0-busybox-32-bit.zip | 9e069bffb19da682fb80ef1c3d6c98417dd604cc0e2e1c1c7f23c0edd704aec6
Git-2.41.0-64-bit.tar.bz2 | 4f213f90ff3ef3e9c1bc4184b3cd8e9735f7108be0e4bf846158b9f8c4d5130d
Git-2.41.0-32-bit.tar.bz2 | 9cc7c2a9450b82ec6bb93ba15a192bbab52907ceff018366a189ce66d63b4b06
Update the Git Windows version for JDK11 Windows Server Core LTSC2019

changed lines [40] of file "/tmp/updatecli/github/jenkinsci/docker-ssh-agent/windows/windowsservercore-ltsc2019/Dockerfile"

2.41.0.windows.1
Release published on the 2023-06-01 17:34:43 +0000 UTC at the url https://github.com/git-for-windows/git/releases/tag/v2.41.0.windows.1

Changes since Git for Windows v2.40.1 (April 25th 2023)

As announced previously, Git for Windows will drop support for Windows 7 and for Windows 8 in one of the next versions, following [Cygwin's and MSYS2's lead](https://www.msys2.org/docs/windows_support/) (Git for Windows relies on MSYS2 for components such as Bash and Perl).

Following the footsteps of the MSYS2 and Cygwin projects on which Git for Windows depends, the 32-bit variant of Git for Windows [is being phased out](https://gitforwindows.org/32-bit.html). As of Git for Windows v2.41.0, the 32-bit variant of the POSIX emulation layer (known as "MSYS2 runtime", powering Git Bash among other components shipped with Git for Windows) is in maintenance mode and will only see security bug fixes (if any). Users relying on 32-bit Git for Windows are highly encouraged to switch to the 64-bit version whenever possible.

Please also note that the code-signing certificate used to sign Git for Windows' executables was renewed and may cause Smart Screen to show a warning until the certificate has gained a certain minimum reputation.

### New Features

* Comes with [Git v2.41.0](https://github.com/git/git/blob/v2.41.0/Documentation/RelNotes/2.41.0.txt).
* Comes with [OpenSSH v9.3p1](https://www.openssh.com/txt/release-9.3)
* Comes with [MinTTY v3.6.4](https://github.com/mintty/mintty/releases/tag/3.6.4).
* The Git for Windows installer now [also includes](https://github.com/git-for-windows/build-extra/pull/491) the Git LFS documentation (i.e. `git help git-lfs` now works).
* Comes with [Perl v5.36.1](http://search.cpan.org/dist/perl-5.36.1/pod/perldelta.pod).
* Comes with [GNU Privacy Guard v2.2.41](https://dev.gnupg.org/source/gnupg/browse/STABLE-BRANCH-2-2/NEWS;gnupg-2.2.41?blame=off).
* Comes with [Git Credential Manager v2.1.2](https://github.com/git-ecosystem/git-credential-manager/releases/tag/v2.1.2).
* Comes with MSYS2 runtime (Git for Windows flavor) based on [Cygwin 3.4.6](https://inbox.sourceware.org/cygwin-announce/20230214142733.1052688-1-corinna-cygwin@cygwin.com/). (This does not extend to 32-bit Git for Windows, which [is stuck with v3.3.* of the MSYS2 runtime forever](https://github.com/git-for-windows/git/issues/4279).)
* To help with Git for Windows' release mechanics, Git for Windows now ships [with two variants of `libcurl`](https://github.com/git-for-windows/git/pull/4410).
* Comes with [cURL v8.1.2](https://curl.se/changes.html#8_1_2).
* Comes with [OpenSSL v1.1.1u](https://www.openssl.org/news/openssl-1.1.1-notes.html).

### Bug Fixes

* Git GUI's `Repository>Explore Working Copy` [was broken since v2.39.1](https://github.com/git-for-windows/git/issues/4356), which has been fixed.
* The MSYS2 runtime was adjusted to [prepare for an upcoming Windows version](https://github.com/git-for-windows/git/issues/4429).

Filename | SHA-256
-------- | -------
Git-2.41.0-64-bit.exe | 45dc30410916b8ec5501be39d01d5b60535731c04fa68283b4f9df4920877d4e
Git-2.41.0-32-bit.exe | 25c9077aa60aca41fa8a7b89a8581492e04155786799653ef3010d165e11000e
PortableGit-2.41.0-64-bit.7z.exe | fcbaeffd24fdf435a1f7844825253509136377915e6720aa66aa256ec1f83c30
PortableGit-2.41.0-32-bit.7z.exe | 12190f5bec59a187ec0368f39dba55a7802706076b91fe400ef5da4247999467
MinGit-2.41.0-64-bit.zip | c9cffc25e2ef81f51029138678b7bfc538a56095ec0538125dc790a01e20d77a
MinGit-2.41.0-32-bit.zip | 2643d9b1c663258bc5ec966f2b8493884ba3e247a41edc5a1496068a0a0a6ef4
MinGit-2.41.0-busybox-64-bit.zip | 6ca0a62dea4440a9564b93a85f0dd0b3db27e53782b5ade5a82382d7abc1453c
MinGit-2.41.0-busybox-32-bit.zip | 9e069bffb19da682fb80ef1c3d6c98417dd604cc0e2e1c1c7f23c0edd704aec6
Git-2.41.0-64-bit.tar.bz2 | 4f213f90ff3ef3e9c1bc4184b3cd8e9735f7108be0e4bf846158b9f8c4d5130d
Git-2.41.0-32-bit.tar.bz2 | 9cc7c2a9450b82ec6bb93ba15a192bbab52907ceff018366a189ce66d63b4b06

Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

... cker-ssh-agent/windows/nanoserver-ltsc2019/Dockerfile"

Made with ❤️️ by updatecli
... cker-ssh-agent/windows/windowsservercore-ltsc2019/Dockerfile"

Made with ❤️️ by updatecli
@dduportal dduportal merged commit 538ee74 into master Jun 18, 2023
2 checks passed
@dduportal dduportal deleted the updatecli_9df5773bc5a70c522a87202bf7015cc59b96c1bff3b4dd5158995f67e05dfac4 branch June 18, 2023 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant