diff options
author | adam <adam@pkgsrc.org> | 2014-11-01 11:34:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-11-01 11:34:00 +0000 |
commit | 33b4996ccb3683555aab600b4a02ef6f72a399a2 (patch) | |
tree | 795b154f82f07a2cd6db6aa602ac35d20466fe14 /devel/git | |
parent | 834627441d47b068acea5e75f6c5856776360e83 (diff) | |
download | pkgsrc-33b4996ccb3683555aab600b4a02ef6f72a399a2.tar.gz |
Changes 2.1.3:
* Some MUAs mangled a line in a message that begins with "From " to
">From " when writing to a mailbox file and feeding such an input to
"git am" used to lose such a line.
* "git daemon" (with NO_IPV6 build configuration) used to incorrectly
use the hostname even when gethostbyname() reported that the given
hostname is not found.
* Newer versions of 'meld' breaks the auto-detection we use to see if
they are new enough to support the `--output` option.
* "git pack-objects" forgot to disable the codepath to generate
object recheability bitmap when it needs to split the resulting
pack.
* "gitweb" used deprecated CGI::startfrom, which was removed from
CGI.pm as of 4.04; use CGI::start_from instead.
* "git log" documentation had an example section marked up not
quite correctly, which passed AsciiDoc but failed with
AsciiDoctor.
Also contains some documentation updates.
Diffstat (limited to 'devel/git')
-rw-r--r-- | devel/git/Makefile.version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/git/Makefile.version b/devel/git/Makefile.version index c079ff7ae7f..0242e07b2cf 100644 --- a/devel/git/Makefile.version +++ b/devel/git/Makefile.version @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.version,v 1.14 2014/10/01 12:08:24 adam Exp $ +# $NetBSD: Makefile.version,v 1.15 2014/11/01 11:34:00 adam Exp $ # # used by devel/git/Makefile.common # used by devel/git-svn/Makefile -GIT_VERSION= 2.1.2 +GIT_VERSION= 2.1.3 |