Opened 9 years ago

Closed 9 years ago

#6439 closed enhancement (fixed)

git-2.3.7

Reported by: Fernando de Oliveira Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.8
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

https://www.kernel.org/pub/software/scm/git/git-2.3.7.tar.xz

https://www.kernel.org/pub/software/scm/git/git-2.3.7.tar.sign

https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.3.7.txt

Git v2.3.7 Release Notes
========================

Fixes since v2.3.6
------------------

 * An earlier update to the parser that disects a URL broke an
   address, followed by a colon, followed by an empty string (instead
   of the port number), e.g. ssh://example.com:/path/to/repo.

 * The completion script (in contrib/) contaminated global namespace
   and clobbered on a shell variable $x.

 * The "git push --signed" protocol extension did not limit what the
   "nonce" that is a server-chosen string can contain or how long it
   can be, which was unnecessarily lax.  Limit both the length and the
   alphabet to a reasonably small space that can still have enough
   entropy.

Also contains typofixes, documentation updates and trivial code
clean-ups.

Change History (2)

comment:1 by Fernando de Oliveira, 9 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:2 by Fernando de Oliveira, 9 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r15892.

Note: See TracTickets for help on using tickets.