git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [ANNOUNCE] Git for Windows 2.14.2(2)
@ 2017-10-05 20:02 Johannes Schindelin
  2017-10-05 20:22 ` [git-for-windows] " Lars Schneider
  0 siblings, 1 reply; 5+ messages in thread
From: Johannes Schindelin @ 2017-10-05 20:02 UTC (permalink / raw)
  To: git-for-windows, git; +Cc: Johannes Schindelin

Dear Git users,

It is my pleasure to announce that Git for Windows 2.14.2(2) is available from:

	https://git-for-windows.github.io/

Changes since Git for Windows v2.14.2 (September 26th 2017)

New Features

  * Comes with BusyBox v1.28.0pre.16467.b4c390e17.
  * Comes with Git LFS v2.3.2.
  * Comes with cURL v7.56.0.
  * Comes with OpenSSH v7.6p1.
  * Comes with patch level 4 of the MSYS2 runtime (Git for Windows
    flavor) based on Cygwin 2.9.0.

Bug Fixes

  * A bug which caused the console window to be closed when executing
    certain Bash scripts was fixed.
  * A crash when calling kill <pid> for a non-existing process was
    fixed.

Filename | SHA-256
-------- | -------
Git-2.14.2.2-64-bit.exe | 6939928e9400f3b28aeb8fff4ae6f05a89604166b9a273e295143aebdc8ffdf3
Git-2.14.2.2-32-bit.exe | 18d1d5b56d6ffefb5b45061a8d1a30d5ca6c60bbabeba8ec4264cd7a1ee969dd
PortableGit-2.14.2.2-64-bit.7z.exe | d4abd9dcf951fe8e5f4b6880cf7ceb7441ad528ba022802c5d88f89625f0f423
PortableGit-2.14.2.2-32-bit.7z.exe | 5f8a574e403aacf502a836e8750cbc2a2ecf1bd296d507353343ad11488d0be4
MinGit-2.14.2.2-64-bit.zip | a9750b26113c4196c9be13301c619c410cccf65352fc21431fd0cffdb8dd05ab
MinGit-2.14.2.2-32-bit.zip | 36c770e7a6b51ffe179d5d81d3350d9ff6ca6ab883a3df150f9c0a563ca4192e
MinGit-2.14.2.2-busybox-64-bit.zip | f4a59438140380323a99801f251805aeb6ded0f08d5c3e2c40c0bd70745cc330
MinGit-2.14.2.2-busybox-32-bit.zip | a1f956bc387ea60b39e120174b4527d50ac27c050cd42a510a1d364f900de0c0
Git-2.14.2.2-64-bit.tar.bz2 | 72ae229220e303770c8e3c30f081a82e78485fce9c038a6a195eb1ceae395cbb
Git-2.14.2.2-32-bit.tar.bz2 | 58bb03c7dbf8d17021eddc842cdddc78cf50680ff69e7759fe7f066047e33bf8

Ciao,
Johannes

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [git-for-windows] [ANNOUNCE] Git for Windows 2.14.2(2)
  2017-10-05 20:02 [ANNOUNCE] Git for Windows 2.14.2(2) Johannes Schindelin
@ 2017-10-05 20:22 ` Lars Schneider
  2017-10-05 20:55   ` Johannes Schindelin
  2017-10-09 18:40   ` Steve Hoelzer
  0 siblings, 2 replies; 5+ messages in thread
From: Lars Schneider @ 2017-10-05 20:22 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: git-for-windows, git


> On 05 Oct 2017, at 22:02, Johannes Schindelin <johannes.schindelin@gmx.de> wrote:
> 
> Dear Git users,
> 
> It is my pleasure to announce that Git for Windows 2.14.2(2) is available from:
> 
> 	https://git-for-windows.github.io/
> 
> Changes since Git for Windows v2.14.2 (September 26th 2017)
> 
> New Features
> 
>  * Comes with BusyBox v1.28.0pre.16467.b4c390e17.
>  * Comes with Git LFS v2.3.2.

Just a heads-up: 
Git LFS 2.3.2 contains a bug in the `git lfs clone` and `git lfs pull` calls:
https://github.com/git-lfs/git-lfs/issues/2649

I expect 2.3.3 to be out soonish.

- Lars

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [git-for-windows] [ANNOUNCE] Git for Windows 2.14.2(2)
  2017-10-05 20:22 ` [git-for-windows] " Lars Schneider
@ 2017-10-05 20:55   ` Johannes Schindelin
  2017-10-09 18:40   ` Steve Hoelzer
  1 sibling, 0 replies; 5+ messages in thread
From: Johannes Schindelin @ 2017-10-05 20:55 UTC (permalink / raw)
  To: Lars Schneider; +Cc: git-for-windows, git

Hi Lars,

On Thu, 5 Oct 2017, Lars Schneider wrote:

> > On 05 Oct 2017, at 22:02, Johannes Schindelin <johannes.schindelin@gmx.de> wrote:
> > 
> > It is my pleasure to announce that Git for Windows 2.14.2(2) is available from:
> > 
> > 	https://git-for-windows.github.io/
> > 
> > Changes since Git for Windows v2.14.2 (September 26th 2017)
> > 
> > New Features
> > 
> >  * Comes with BusyBox v1.28.0pre.16467.b4c390e17.
> >  * Comes with Git LFS v2.3.2.
> 
> Just a heads-up: 
> Git LFS 2.3.2 contains a bug in the `git lfs clone` and `git lfs pull` calls:
> https://github.com/git-lfs/git-lfs/issues/2649
> 
> I expect 2.3.3 to be out soonish.

Oh drats.

Ciao,
Dscho

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [git-for-windows] [ANNOUNCE] Git for Windows 2.14.2(2)
  2017-10-05 20:22 ` [git-for-windows] " Lars Schneider
  2017-10-05 20:55   ` Johannes Schindelin
@ 2017-10-09 18:40   ` Steve Hoelzer
  2017-10-12 22:53     ` Johannes Schindelin
  1 sibling, 1 reply; 5+ messages in thread
From: Steve Hoelzer @ 2017-10-09 18:40 UTC (permalink / raw)
  To: Lars Schneider; +Cc: Johannes Schindelin, git-for-windows, git

On Thu, Oct 5, 2017 at 3:22 PM, Lars Schneider <larsxschneider@gmail.com> wrote:
>
>> On 05 Oct 2017, at 22:02, Johannes Schindelin <johannes.schindelin@gmx.de> wrote:
>>
>> Dear Git users,
>>
>> It is my pleasure to announce that Git for Windows 2.14.2(2) is available from:
>>
>>       https://git-for-windows.github.io/
>>
>> Changes since Git for Windows v2.14.2 (September 26th 2017)
>>
>> New Features
>>
>>  * Comes with BusyBox v1.28.0pre.16467.b4c390e17.
>>  * Comes with Git LFS v2.3.2.
>
> Just a heads-up:
> Git LFS 2.3.2 contains a bug in the `git lfs clone` and `git lfs pull` calls:
> https://github.com/git-lfs/git-lfs/issues/2649
>
> I expect 2.3.3 to be out soonish.

It's out now.

Steve

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [git-for-windows] [ANNOUNCE] Git for Windows 2.14.2(2)
  2017-10-09 18:40   ` Steve Hoelzer
@ 2017-10-12 22:53     ` Johannes Schindelin
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Schindelin @ 2017-10-12 22:53 UTC (permalink / raw)
  To: Steve Hoelzer; +Cc: Lars Schneider, git-for-windows, git

Hi Steve,

On Mon, 9 Oct 2017, Steve Hoelzer wrote:

> On Thu, Oct 5, 2017 at 3:22 PM, Lars Schneider <larsxschneider@gmail.com> wrote:
> >
> >> On 05 Oct 2017, at 22:02, Johannes Schindelin <johannes.schindelin@gmx.de> wrote:
> >>
> >> Dear Git users,
> >>
> >> It is my pleasure to announce that Git for Windows 2.14.2(2) is available from:
> >>
> >>       https://git-for-windows.github.io/
> >>
> >> Changes since Git for Windows v2.14.2 (September 26th 2017)
> >>
> >> New Features
> >>
> >>  * Comes with BusyBox v1.28.0pre.16467.b4c390e17.
> >>  * Comes with Git LFS v2.3.2.
> >
> > Just a heads-up:
> > Git LFS 2.3.2 contains a bug in the `git lfs clone` and `git lfs pull` calls:
> > https://github.com/git-lfs/git-lfs/issues/2649
> >
> > I expect 2.3.3 to be out soonish.
> 
> It's out now.

Git for Windows v2.14.2(3) (including Git LFS 2.3.3) is out now, too.

Ciao,
Johannes

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-10-12 22:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-05 20:02 [ANNOUNCE] Git for Windows 2.14.2(2) Johannes Schindelin
2017-10-05 20:22 ` [git-for-windows] " Lars Schneider
2017-10-05 20:55   ` Johannes Schindelin
2017-10-09 18:40   ` Steve Hoelzer
2017-10-12 22:53     ` Johannes Schindelin

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).