Patch 1114: fix compilation of curses module on 64-bit AIX, and any other LP64 platforms where attr_t isn't a C long
diff --git a/Misc/NEWS b/Misc/NEWS
index 7f3f628..95a8b45 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -166,6 +166,10 @@
 
 - Bug #1301: Bad assert in _tkinter fixed.
 
+- Patch #1114: fix curses module compilation on 64-bit AIX, & possibly
+  other 64-bit LP64 platforms where attr_t is not the same size as a long.  
+  (Contributed by Luke Mewburn.)
+
 - Bug #1649098: Avoid declaration of zero-sized array declaration in
   structure.