We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a9ccd commit df3f18aCopy full SHA for df3f18a
docs/changelog.md
@@ -22,6 +22,16 @@ v0.28 + 1
22
* libgit2 can now correctly cope with URLs where the host contains a colon
23
but a port is not specified. (eg `http://example.com:/repo.git`).
24
25
+* A carefully constructed commit object with a very large number
26
+ of parents may lead to potential out-of-bounds writes or
27
+ potential denial of service.
28
+
29
+* The ProgramData configuration file is always read for compatibility
30
+ with Git for Windows and Portable Git installations. The ProgramData
31
+ location is not necessarily writable only by administrators, so we
32
+ now ensure that the configuration file is owned by the administrator
33
+ or the current user.
34
35
v0.28
36
-----
37
0 commit comments