Accepting request 304698 from devel:tools:scm

1

OBS-URL: https://build.opensuse.org/request/show/304698
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=155
This commit is contained in:
2015-05-02 15:24:46 +00:00
committed by Git OBS Bridge
parent 4ec9d8bb3a
commit 555422fa24
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Apr 28 15:56:38 UTC 2015 - astieger@suse.com
- git 2.3.7:
* 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.
-------------------------------------------------------------------
Sun Apr 26 18:09:29 UTC 2015 - astieger@suse.com