You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by ke...@apache.org on 2018/03/08 21:51:39 UTC

allura git commit: CHANGES updated for ASF release 1.8.1

Repository: allura
Updated Branches:
  refs/heads/master 334868b5f -> 40ee1b5c9


CHANGES updated for ASF release 1.8.1


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/40ee1b5c
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/40ee1b5c
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/40ee1b5c

Branch: refs/heads/master
Commit: 40ee1b5c91451d027a14cc60e017048d1bd6b1e1
Parents: 334868b
Author: Kenton Taylor <kt...@slashdotmedia.com>
Authored: Thu Mar 8 16:43:01 2018 -0500
Committer: Kenton Taylor <kt...@slashdotmedia.com>
Committed: Thu Mar 8 16:43:01 2018 -0500

----------------------------------------------------------------------
 CHANGES | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/40ee1b5c/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index a1114e5..e7cc3f5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,32 @@
+Version 1.8.1  (March 2018)
+
+
+New Features
+ * [#8192] StopForumSpam filter and moderation+spam update
+ * [#8193] Allow rate-limiting of comments
+
+General
+ * [#4841] Anonymous updates should be moderated
+ * [#8182] Improve category management screens
+ * [#8183] Browse Commits graph should support hi-dpi
+ * [#8184] Project Importer should include optional icon
+ * [#8185] Allow additional domain patterns for inbound email
+ * [#8187] Make forum thread subjects editable
+ * [#8191] Remove html-only mailing options
+ * Adds convenience property for Neighborhood shortname
+ * Fix visual style on a modal cancel button
+ * Add tool_data field, use ProjectRegistrationProvider shortname validator, cleanup
+ * Ensure after a pwd reset, you can still log in.  Test improvements.
+
+Performance:
+ * [#8189] Fix slow forum listings
+ * [#8188] Config options for some scm limit params
+
+Security:
+ * Remove md5 from our release script, per latest ASF dist policy
+ * Publicize previous security fix in changelog
+
+
 Version 1.8.0  (February 2018)
 
 New Features