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 c070985 CHANGES updated for ASF release 1.11.1
c070985 is described below
commit c070985332e27f570d401078e2e311e237f27d4d
Author: Dave Brondsema <dave@brondsema.net>
AuthorDate: Thu Jul 11 21:44:30 2019 -0400
CHANGES updated for ASF release 1.11.1
---
CHANGES | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/CHANGES b/CHANGES
index 3bb0fab..39da2f6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,26 @@
+Version 1.11.1 (July 2019)
+
+Upgrade Instructions
+
+ Run: `pip install -r requirements.txt` to install updated dependencies
+ If using docker, run: `docker-compose up -d --no-deps --build http`
+
+New Features
+ * [#8283] Add infotip for user mentions
+
+Bug Fixes:
+ * [#8312] Flash message regression due to TG upgrade
+ * [#8317] Docker image for git/http not working for pushes
+ * [#8316] Award/accolades error if project is removed
+ * [#8299] More precise markdown @username regex
+
+For Developers
+ * Improve .ini notes about static caching in production
+ * [#8300] Update to py3-compatible Pypeline pkg
+ * [#8311] Split up and organize requirements.txt
+ * Publicize security fix in 1.11.0 changes
+
+
Version 1.11.0 (June 2019)
New Features
|