Add the upload command. Make all dist commands register their
outputs with the distribution object.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9e3ffa4..1706874 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -88,6 +88,9 @@
 Library
 -------
 
+- distutils.commands.upload was added to support uploading distribution
+  files to PyPI.
+
 - Bug #1163325:  Decimal infinities failed to hash.  Attempting to
   hash a NaN raised an InvalidOperation instead of a TypeError.