From ab06443c758ac2222fc38557f67a04b96a5678c3 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Thu, 13 Aug 2015 15:23:42 -0400 Subject: [PATCH] changelog: cut 1.11.1 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94c318e99..89f9c26d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +### 1.11.1 + +- Loosened the check for mounted volumes bug (#353) +- Strengthened HTTPS configuration (#329) +- Disabled password change for non-DB auth (#347) +- Added support for custom favicon (#343) +- Fixed tarfile support for non-unicode pax fields (#328) +- Fixed permissions on tag history API requiring READ instead of WRITE tokens (#316) +- Added public access to time machine (#334) +- Added missing JSON schema for 'refs' and 'branch_name' (#330) +- Always create a new connection to Swift (#336) +- Minor UI Fixes (#356, #341, #338, #337) +- Minor trigger fixes (#357, #349) +- Refactored and fixed internal code (#331) + ### 1.11.0 - Changed user pages to display public repositories (#321)