summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-11-23 06:54:02 (GMT)
committerNed Deily <nad@acm.org>2013-11-23 06:54:02 (GMT)
commit9fa4ced804981ad56f9e156df3c57aac3c8a1ca0 (patch)
tree5fc2a7964f607beea8627d37d14a7a4b02434db1 /Misc
parent44a0db0c1e53f13ead58ec5a23a5520f6df9ded9 (diff)
downloadcpython-9fa4ced804981ad56f9e156df3c57aac3c8a1ca0.zip
cpython-9fa4ced804981ad56f9e156df3c57aac3c8a1ca0.tar.gz
cpython-9fa4ced804981ad56f9e156df3c57aac3c8a1ca0.tar.bz2
Update third-party libraries for OS X installers:
XZ 5.0.3 -> 5.0.5 SQLite 3.7.13 -> 3.8.1
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5a6c4c0..5f7cf21 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -397,6 +397,10 @@ Build
- Issue #19551: PEP 453 - the OS X installer now installs pip by default.
+- Update third-party libraries for OS X installers:
+ xz 5.0.3 -> 5.0.5
+ SQLite 3.7.13 -> 3.8.1
+
Tools/Demos
-----------