summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-02-17 08:40:11 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-02-17 08:40:11 (GMT)
commit86d662602d18dccbae4ee7bf23564263dee7141e (patch)
tree06d59cd47d0150ff1da4ffbc6e4c8ad096d029ba /Misc/NEWS
parentcfe7e0912caf11bc658cf630acca3aff4e59b205 (diff)
downloadcpython-86d662602d18dccbae4ee7bf23564263dee7141e.zip
cpython-86d662602d18dccbae4ee7bf23564263dee7141e.tar.gz
cpython-86d662602d18dccbae4ee7bf23564263dee7141e.tar.bz2
Patch #1432345: Make python compile on DragonFly.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f2a5091..cd63e32 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -701,6 +701,8 @@ Library
Build
-----
+- Patch #1432345: Make python compile on DragonFly.
+
- Build support for Win64-AMD64 was added.
- Patch #1428494: Prefer linking against ncursesw over ncurses library.