summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ca3077a..de833bc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,6 +87,13 @@ Extension Modules
- The _functools and _locale modules are now built into the libpython shared
library instead of as extension modules.
+Build
+-----
+
+- Issue #3585: Add pkg-config support. It creates a python-2.7.pc file
+ and a python3.pc symlink in the $(LIBDIR)/pkgconfig directory. Patch by
+ Clinton Roy.
+
Tests
-----