Commit ee6ebcc90a625d5ae252cfd2c3986c389237547f

Edward Thomson 2019-08-05T00:11:54

v0.28.3: update changelog for security release

diff --git a/docs/changelog.md b/docs/changelog.md
index d6ad2a9..6166f5c 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -1,3 +1,18 @@
+v0.28.3
+-------
+
+This is a security release fixing the following issues:
+
+* A carefully constructed commit object with a very large number
+  of parents may lead to potential out-of-bounds writes or
+  potential denial of service.
+
+* The ProgramData configuration file is always read for compatibility
+  with Git for Windows and Portable Git installations.  The ProgramData
+  location is not necessarily writable only by administrators, so we
+  now ensure that the configuration file is owned by the administrator
+  or the current user.
+
 v0.28.2
 -------