Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1444605

[ANNOUNCE] Git v2.9.2

From Junio C Hamano <gitster@pobox.com>
Newsgroups linux.kernel
Subject [ANNOUNCE] Git v2.9.2
Date 2016-07-15 23:30 +0200
Message-ID <rViQi-3y0-17@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


The latest maintenance release Git v2.9.2 is now available at
the usual places.  This is only a fix to the test suite; there is
no change in the actual code produced for your daily use of Git.

The tarballs are found at:

    https://www.kernel.org/pub/software/scm/git/

The following public repositories all have a copy of the 'v2.9.2'
tag and the 'maint' branch that the tag points at:

  url = https://kernel.googlesource.com/pub/scm/git/git
  url = git://repo.or.cz/alt-git.git
  url = git://git.sourceforge.jp/gitroot/git-core/git.git
  url = git://git-core.git.sourceforge.net/gitroot/git-core/git-core
  url = https://github.com/gitster/git

----------------------------------------------------------------

Git v2.9.2 Release Notes
========================

Fixes since v2.9.1
------------------

 * A fix merged to v2.9.1 had a few tests that are not meant to be
   run on platforms without 64-bit long, which caused unnecessary
   test failures on them because we didn't detect the platform and
   skip them.  These tests are now skipped on platforms that they
   are not applicable to.

No other change is included in this update.

----------------------------------------------------------------

Changes since v2.9.1 are as follows:

Jeff King (1):
      t0006: skip "far in the future" test when unsigned long is not long enough

Junio C Hamano (1):
      Git 2.9.2

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[ANNOUNCE] Git v2.9.2 Junio C Hamano <gitster@pobox.com> - 2016-07-15 23:30 +0200

csiph-web