summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authortechknowlogick <matti@mdranta.net>2019-01-31 11:42:22 -0500
committerGitHub <noreply@github.com>2019-01-31 11:42:22 -0500
commit1219d46b027f027487bc0568a94baf2b95aeab28 (patch)
tree637ec5bb29ff48e74d02ed50ca7483476fcd7e8e /CHANGELOG.md
parent3a7306945c2d0ea857daf71f14de0305cb467d49 (diff)
downloadgitea-1219d46b027f027487bc0568a94baf2b95aeab28.tar.gz
gitea-1219d46b027f027487bc0568a94baf2b95aeab28.zip
1.7.1 changelog (#5919)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 37f09a27dc..4fc8c1f74d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,27 @@ This changelog goes through all the changes that have been made in each release
without substantial changes to our git log; to see the highlights of what has
been added to each release, please refer to the [blog](https://blog.gitea.io).
+## [1.7.1](https://github.com/go-gitea/gitea/releases/tag/v1.7.1) - 2019-01-31
+* SECURITY
+ * Disable redirect for i18n (#5910) (#5916)
+ * Only allow local login if password is non-empty (#5906) (#5908)
+ * Fix go-get URL generation (#5905) (#5907)
+* BUGFIXES
+ * Fix TLS errors when using acme/autocert for local connections (#5820) (#5826)
+ * Request for public keys only if LDAP attribute is set (#5816) (#5819)
+ * Fix delete correct temp directory (#5840) (#5839)
+ * Fix an error while adding a dependency via UI (#5862) (#5876)
+ * Fix null pointer in attempt to Sudo if not logged in (#5872) (#5884)
+ * When creating new repository fsck option should be enabled (#5817) (#5885)
+ * Prevent nil dereference in mailIssueCommentToParticipants (#5891) (#5895) (#5894)
+ * Fix bug when read public repo lfs file (#5913) (#5912)
+ * Respect value of REQUIRE_SIGNIN_VIEW (#5901) (#5915)
+ * Fix compare button on upstream repo leading to 404 (#5877) (#5914)
+* DOCS
+ * Added docs for the tree api (#5835)
+* MISC
+ * Include Go toolchain to --version (#5832) (#5830)
+
## [1.7.0](https://github.com/go-gitea/gitea/releases/tag/v1.7.0) - 2019-01-22
* SECURITY
* Do not display the raw OpenID error in the UI (#5705) (#5712)