You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2019/10/01 20:13:21 UTC

[allura] branch master updated: CHANGES updated for ASF release 1.12.0

This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/master by this push:
     new ce10407  CHANGES updated for ASF release 1.12.0
ce10407 is described below

commit ce104076f6b81298f26986bd2434a284d74067c1
Author: Dave Brondsema <da...@brondsema.net>
AuthorDate: Tue Oct 1 15:27:32 2019 -0400

    CHANGES updated for ASF release 1.12.0
---
 CHANGES | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/CHANGES b/CHANGES
index afb289c..1266bdf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,37 @@
+Version 1.12.0  (October 2019)
+
+Upgrade Instructions
+
+  Run: `pip install -r requirements.txt` to install updated dependencies
+
+  If you wish to opt-in existing users to username notification emails, run:
+  `paste script your-ini-file.ini allura/scripts/set_default_user_notifications.py`
+
+Username mentions and profile page changes:
+ * [#8284] Implement the notification email sender
+ * [#8285] Add a preference area for user mentions notifications
+ * [#8323] Trigger notification task per each artifact creation/modification and add tests
+ * [#8324] documentation for user mentions feature
+ * [#8330] Nicer user-project urls (for underscores) and titles
+
+Performance
+ * [#8332] Fix slowness on some large files in code repos
+ * [#8334] Python-ombed has no timeout by default
+ * [#8313] Make saved search cache expiry configurable, disable-able
+
+Admin
+ * [#8318] Admin option to generate password reset link
+ * [#8331] Remove export controls settings
+
+For Developers
+ * [#8314] @memoize on methods should still allow garbage collection
+ * [#8321] Unhandled error in Antispam class
+ * [#8320] Upgrade various packages
+ * [#8325] Upgrade more packages
+ * Update docs to match git/httpd config from [12f1d6]
+ * Publicize XSS vulnerability in 1.11.1 changes
+
+
 Version 1.11.1  (July 2019)
 
 Upgrade Instructions