summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-09-06 00:31:14 (GMT)
committerNed Deily <nad@python.org>2016-09-06 00:31:14 (GMT)
commitb3b0767861c69115a1482e3ade8d29207e204b15 (patch)
treec629f1045c1488d6bff22d25061098e641c568d5 /Misc
parentbd63353b7433ea8aa831ffb158ac29fb646a6fc9 (diff)
downloadcpython-b3b0767861c69115a1482e3ade8d29207e204b15.zip
cpython-b3b0767861c69115a1482e3ade8d29207e204b15.tar.gz
cpython-b3b0767861c69115a1482e3ade8d29207e204b15.tar.bz2
Update OS X installer to use SQlite 3.14.1 and XZ 5.2.2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a07a8fb..bb5a12c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -182,6 +182,8 @@ Build
- Issue #25825: Update references to the $(LIBPL) installation path on AIX.
This path was changed in 3.2a4.
+- Update OS X installer to use SQLite 3.14.1 and XZ 5.2.2.
+
Windows
-------