commit | 7e9cec04abba6c5c1ac36634129462f434c1083b | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Jun 18 22:17:48 2013 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Jun 18 22:17:48 2013 +0200 |
tree | 72a515f7e794af2400eba2e278fe373c61c585e1 | |
parent | 3aa138fe1dd59d8fc790436e2226cea6e03b0490 [diff] [blame] |
Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.
diff --git a/Misc/NEWS b/Misc/NEWS index 2bbcd70..9418183 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -49,6 +49,9 @@ Build ----- +- Issue #18256: Compilation fix for recent AIX releases. Patch by + David Edelsohn. + - Issue #18098: The deprecated OS X Build Applet.app fails to build on OS X 10.8 systems because the Apple-deprecated QuickDraw headers have been removed from Xcode 4. Skip building it in this case.