distutils/command/install.py change.
diff --git a/Misc/NEWS b/Misc/NEWS
index 035bacf..ec8570b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,8 @@
 Library
 -------
 
+- Bug #1103844: fix distutils.install.dump_dirs() with negated options.
+
 - os.{SEEK_SET, SEEK_CUR, SEEK_END} have been added for convenience.
 
 - Enhancements to the csv module: