summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josharian@gmail.com>2019-12-04 14:36:41 -0800
committerJosh Bleecher Snyder <josharian@gmail.com>2019-12-04 14:36:41 -0800
commit611e5d2837e904e04a7f8c132b2a3b6343fad87d (patch)
tree265a3baa29de235467692682f105679d7a4ebd07 /docs
parent6bd37c3409d759cb4a2a87ffee7494a798999f20 (diff)
downloadlibgit2-611e5d2837e904e04a7f8c132b2a3b6343fad87d.tar.gz
changelog: add more newly-accepted urls
I encountered some problematic URLs, and was delighted to see that they were already fixed. I figured I may as well add them to the changelog. For the record, URLs with no path used to be rejected. That is arguably correct, but command line git accepts them. URLs with a path of / and a non-standard port used to have their port completely ignored!
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 1ca70493f..3cb312df7 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -27,8 +27,10 @@ v0.28 + 1
### Changes or improvements
-* libgit2 can now correctly cope with URLs where the host contains a colon
- but a port is not specified. (eg `http://example.com:/repo.git`).
+* libgit2 now correctly handles more URLs, such as
+ `http://example.com:/repo.git` (colon but no port),
+ `http://example.com` (no path),
+ and `http://example.com:8080/` (path is /, nonstandard port).
* A carefully constructed commit object with a very large number
of parents may lead to potential out-of-bounds writes or