Add a NEWS entry that gdb can be compiled with py3 on Windows.
authorChristian Biesinger <cbiesinger@google.com>
Sat, 14 Sep 2019 20:28:51 +0000 (16:28 -0400)
committerChristian Biesinger <cbiesinger@google.com>
Sun, 15 Sep 2019 02:36:47 +0000 (22:36 -0400)
This was fixed in commit 272044897e178835f596c96740c5a1800ec6f9fb.

2019-09-14  Christian Biesinger  <cbiesinger@google.com>

* NEWS: Mention that gdb can now be compiled with Python 3
on Windows.

gdb/ChangeLog
gdb/NEWS

index 147882447e23e17813ce20c14a298c994768fced..fc2260d53da1b4d6d5c59cdd4c82cf44fadfef5b 100644 (file)
@@ -1,3 +1,8 @@
+2019-09-14  Christian Biesinger  <cbiesinger@google.com>
+
+       * NEWS: Mention that gdb can now be compiled with Python 3
+       on Windows.
+
 2019-09-12  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * maint.c (maint_print_section_data::maint_print_section_data):
index d502f08984cd06ed6197d8e21c0aebd369aa6e1d..947b743533744a30e11bc0cb38921ca5077455ae 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -32,6 +32,8 @@
 * GDB now shows the Ada task names at more places, e.g. in task switching
   messages.
 
+* GDB can now be compiled with Python 3 on Windows.
+
 * Python API
 
   ** The gdb.Value type has a new method 'format_string' which returns a
This page took 0.035899 seconds and 4 git commands to generate.