Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompiler
diff --git a/Misc/NEWS b/Misc/NEWS
index 5b16746..4c38218 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -366,6 +366,10 @@
 Library
 -------
 
+- Issue #6163: Fixed HP-UX runtime library dir options in
+  distutils.unixcompiler. Initial patch by Sridhar Ratnakumar and
+  Michael Haubenwallner.
+
 - Issue #6857: Default format() alignment should be '>' for Decimal
   instances.