summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 6064497..b0e89ca 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -481,6 +481,7 @@ Tim MacKenzie
Nick Maclaren
Steve Majewski
Grzegorz Makarewicz
+David Malcolm
Ken Manheimer
Vladimir Marangozov
David Marek
diff --git a/Misc/NEWS b/Misc/NEWS
index 80f1d2e..ec2da1e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -155,6 +155,9 @@ Tools/Demos
Build
-----
+- Issue #8032: For gdb7, a python-gdb.py file is added to the build,
+ allowing to use advanced gdb features when debugging Python.
+
- Issue #1628484: The Makefile doesn't ignore the CFLAGS environment
variable anymore. It also forwards the LDFLAGS settings to the linker
when building a shared library.