summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-04-09 20:29:52 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2015-04-09 20:29:52 (GMT)
commit7cc28b623839fa336eb8b303cbf1b604e75ea70f (patch)
treec99a169e777fdfc2c4ab6bbbbb976c367814381d /Misc
parent7b8c5f58aa1b8ef1b5deb1db6e014e31d0c6d2b6 (diff)
downloadcpython-7cc28b623839fa336eb8b303cbf1b604e75ea70f.zip
cpython-7cc28b623839fa336eb8b303cbf1b604e75ea70f.tar.gz
cpython-7cc28b623839fa336eb8b303cbf1b604e75ea70f.tar.bz2
Issue #23817: FreeBSD now uses "1.0" the the SOVERSION as other operating
systems, instead of just "1".
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7756bce..b62e72a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -108,6 +108,9 @@ Library
Build
-----
+- Issue #23817: FreeBSD now uses "1.0" the the SOVERSION as other operating
+ systems, instead of just "1".
+
- Issue #23501: Argument Clinic now generates code into separate files by default.
Tests