git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Junio C Hamano <junio@pobox.com>
To: git@vger.kernel.org
Cc: Linux Kernel <linux-kernel@vger.kernel.org>,
	git-packagers@googlegroups.com
Subject: [ANNOUNCE] Git v2.47.1
Date: Mon, 25 Nov 2024 15:37:59 +0900	[thread overview]
Message-ID: <xmqq5xob6coo.fsf@gitster.g> (raw)

The latest maintenance release Git v2.47.1 is now available at the
usual places.  This flushes some fixes accumulated on the 'master'
front since Git 2.47.0 but the primary purpose is to synchronising
"gitk" subtree with that of Johannes Sixt, who volunteered to be the
new upstream maintainer of it.  Huge thanks to Paul Mackerras who
started the useful tool and have maintained it so far, and to
Johannes Sixt to volunteering to move it forward.

The tarballs are found at:

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

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

  url = https://git.kernel.org/pub/scm/git/git
  url = https://kernel.googlesource.com/pub/scm/git/git
  url = git://repo.or.cz/alt-git.git
  url = https://github.com/gitster/git

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

Git 2.47.1 Release Notes
========================

This is to flush accumulated fixes since 2.47.0 on the 'master'
front down to the maintenance track.


Fixes since Git 2.47
--------------------

 * Use after free and double freeing at the end in "git log -L... -p"
   had been identified and fixed.

 * On macOS, fsmonitor can fall into a race condition that results in
   a client waiting forever to be notified for an event that have
   already happened.  This problem has been corrected.

 * "git maintenance start" crashed due to an uninitialized variable
   reference, which has been corrected.

 * Fail gracefully instead of crashing when attempting to write the
   contents of a corrupt in-core index as a tree object.

 * A "git fetch" from the superproject going down to a submodule used
   a wrong remote when the default remote names are set differently
   between them.

 * The "gitk" project tree has been synchronized again with its new
   maintainer, Johannes Sixt.

Also contains minor documentation updates and code clean-ups.

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

Changes since v2.47.0 are as follows:

Andrew Kreimer (6):
      compat: fix typos
      contrib: fix typos
      t/unit-tests: fix typos
      t/perf: fix typos
      t/helper: fix a typo
      t: fix typos

Daniel Black (1):
      submodule: correct remote name with fetch

Derrick Stolee (1):
      line-log: protect inner strbuf from free

Jeff King (7):
      line-log: use diff_line_prefix() instead of custom helper
      diff: drop line_prefix_length field
      diff: return const char from output_prefix callback
      diff: return line_prefix directly when possible
      diff: store graph prefix buf in git_graph struct
      simple-ipc: split async server initialization and running
      fsmonitor: initialize fs event listener before accepting clients

Johannes Schindelin (1):
      docs: fix the `maintain-git` links in `technical/platform-support`

Josh Heinrichs (1):
      git-config.1: remove value from positional args in unset usage

Josh Soref (2):
      doc: update links to current pages
      doc: switch links to https

Junio C Hamano (3):
      doc: clarify <src> in refspec syntax
      Prepare for 2.47.1
      Git 2.47.1

Karthik Nayak (1):
      loose: don't rely on repository global state

Kristoffer Haugsbakk (2):
      doc: merge-tree: improve example script
      checkout: refer to other-worktree branch, not ref

Patrick Steinhardt (4):
      cache-tree: refactor verification to return error codes
      cache-tree: detect mismatching number of index entries
      unpack-trees: detect mismatching number of cache-tree/index entries
      builtin/gc: fix crash when running `git maintenance start`

Shubham Kanodia (1):
      doc: add a note about staggering of maintenance

Taylor Blau (2):
      Documentation: mention the amlog in howto/maintain-git.txt
      Makefile(s): avoid recipe prefix in conditional statements

Toon Claes (1):
      bundle-uri: plug leak in unbundle_from_file()

Xing Xin (1):
      Documentation/gitprotocol-v2.txt: fix a slight inconsistency in format


             reply	other threads:[~2024-11-25  6:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-25  6:37 Junio C Hamano [this message]
2024-11-28  1:55 ` [ANNOUNCE] Git v2.47.1 rsbecker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=xmqq5xob6coo.fsf@gitster.g \
    --to=junio@pobox.com \
    --cc=git-packagers@googlegroups.com \
    --cc=git@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).