]> source.dussan.org Git - gitea.git/commitdiff
Changelog 1.7.5 (#6444) v1.7.5
authorJohn Olheiser <42128690+jolheiser@users.noreply.github.com>
Wed, 27 Mar 2019 15:40:39 +0000 (10:40 -0500)
committertechknowlogick <matti@mdranta.net>
Wed, 27 Mar 2019 15:40:39 +0000 (11:40 -0400)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
CHANGELOG.md

index dda6eb4aad78f71a99f829f1b02e4f4686ca4df2..fc76c9d0abbccce8cfa618ac4e40dcfaaf9b745b 100644 (file)
@@ -4,6 +4,12 @@ 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.5](https://github.com/go-gitea/gitea/releases/tag/v1.7.5) - 2019-03-27  
+* BUGFIXES
+  * Fix unitTypeCode not being used in accessLevelUnit (#6419) (#6423)
+  * Fix bug where manifest.json was being requested without cookies and continuously creating new sessions (#6372) (#6383) 
+  * Fix ParsePatch function to work with quoted diff --git strings (#6323) (#6332)
+
 ## [1.7.4](https://github.com/go-gitea/gitea/releases/tag/v1.7.4) - 2019-03-12  
 * SECURITY
   * Fix potential XSS vulnerability in repository description. (#6306) (#6308)