diff --git a/AUTHORS b/AUTHORS
index e6faaff026544dd7da4d6aef105c83ea4a76127e..e26c3087a69397d9e721b5aee4fe3d4d23c3fd9e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -33,6 +33,7 @@ Contributors:
 	* Paolo Borelli
 	* Patrick Uiterwijk
 	* Raja Venkataraman
+	* Salam Al-yahya
 	* Simon Wu
 	* Stephen Gallagher
 	* Steven MacLeod
diff --git a/NEWS b/NEWS
index 2dcfbff52ddf985f9ba9539eb580284b731babb5..3c74993aac4dc0ec0cdffa03d1d63d32bb5fcd70 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+version 0.8.1 (26-May-2014):
+	* djblets.configforms:
+		* Fixed the layout of the config page form title.
+
+		  The title is now wrapped in a div with a 'box-head' CSS class,
+		  fixing styling issues and making it consistent with other templates.
+
+	* djblets.extensions:
+		* Added some bullet-proofing for when extension uninitialization
+		  fails.
+
+		* Fixed race conditions in a threaded environment (such as mod_worker)
+		  when reloading extensions.
+
+		* Fixed extension packaging to use setuptools instead of distutils.
+
+		  This allows the usage of more advanced features like the MANIFEST.in
+		  file.
+
+		* Fixed a compatibility issue with Windows when deploying media files.
+		  (Bug #3367)
+
+	* JavaScript:
+		* modalBox button click handlers now respect the disabled state of
+		  the buttons. (Bug #3338)
+
+		  Patch by Salam Al-yahya.
+
+
 version 0.8 (19-May-2014):
 	See the release notes for the 0.8.0 betas and RCs for the complete
 	list of changes.
