diff --git a/git-2.1.2.tar.xz b/git-2.1.2.tar.xz deleted file mode 100644 index 20b1aa6..0000000 --- a/git-2.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b27c8978bccf436f3c2b8c6142f35b236edd34ef7c778b1333166c098c7a18b -size 3541584 diff --git a/git-2.1.3.tar.xz b/git-2.1.3.tar.xz new file mode 100644 index 0000000..27005fb --- /dev/null +++ b/git-2.1.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe1b06aefa73e8d86cbd352523fc0950b8904ae2ec47085b22b7880f45de6f57 +size 3542704 diff --git a/git.changes b/git.changes index e811ed8..60e8bd5 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Oct 29 20:28:18 UTC 2014 - andreas.stieger@gmx.de + +- git 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. + ------------------------------------------------------------------- Wed Oct 1 06:49:03 UTC 2014 - bwiedemann@suse.com diff --git a/git.spec b/git.spec index 4a2b349..919cf5d 100644 --- a/git.spec +++ b/git.spec @@ -20,7 +20,7 @@ %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services Name: git -Version: 2.1.2 +Version: 2.1.3 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0