summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-04-21 22:21:03 (GMT)
committerMatthias Klose <doko@ubuntu.com>2010-04-21 22:21:03 (GMT)
commit4c4b078101fcb8502efac17d3f8d335700195337 (patch)
treea87b3334bc9b1b45acd845b88fa36c21b746efb7 /Misc
parent5a204fed7e14aa864de1bd24daf95656eee07d96 (diff)
downloadcpython-4c4b078101fcb8502efac17d3f8d335700195337.zip
cpython-4c4b078101fcb8502efac17d3f8d335700195337.tar.gz
cpython-4c4b078101fcb8502efac17d3f8d335700195337.tar.bz2
Merged revisions 80322 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r80322 | matthias.klose | 2010-04-22 00:18:52 +0200 (Do, 22 Apr 2010) | 2 lines - Build the ossaudio extension on GNU/kFreeBSD. ........
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 381ea4e..414f15c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1022,6 +1022,8 @@ Extension Modules
- Issue #7999: os.setreuid() and os.setregid() would refuse to accept a -1
parameter on some platforms such as OS X.
+- Build the ossaudio extension on GNU/kFreeBSD.
+
Build
-----