@@ -4,35 +4,32 @@ This changelog goes through all the changes that have been made in each release
4
4
without substantial changes to our git log; to see the highlights of what has
5
5
been added to each release, please refer to the [ blog] ( https://blog.gitea.io ) .
6
6
7
- ## [ 1.7.0-rc3 ] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.0-rc3 ) - 2019-01-18
7
+ ## [ 1.7.1 ] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.1 ) - 2019-01-31
8
8
* SECURITY
9
- * Do not display the raw OpenID error in the UI (#5705 ) (#5712 )
10
- * When redirecting clean the path to avoid redirecting to external site (#5669 ) (#5679 )
11
- * BUGFIX
12
- * Fix sqlite deadlock when assigning to a PR (#5640 ) (#5642 )
13
- * Don't close issues via commits on non-default branch. (#5622 ) (#5643 )
14
- * Fix commit page showing status for current default branch (#5650 ) (#5653 )
15
- * Only count users own actions for heatmap contributions (#5647 ) (#5655 )
16
- * Update xorm to fix issue postgresql dumping issues (#5680 ) (#5692 )
17
- * Use correct value for "MSpan Structures Obtained" (#5706 ) (#5716 )
18
-
19
- ## [ 1.6.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.6.4 ) - 2019-01-15
20
- * BUGFIX
21
- * Fix SSH key now can be reused as public key after deleting as deploy key (#5671 ) (#5685 )
22
- * When redirecting clean the path to avoid redirecting to external site (#5669 ) (#5703 )
23
- * Fix to use correct value for "MSpan Structures Obtained" (#5706 ) (#5715 )
24
-
25
- ## [ 1.7.0-rc2] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.0-rc2 ) - 2019-01-04
26
- * SECURITY
27
- * Prevent DeleteFilePost doing arbitrary deletion (#5631 )
9
+ * Disable redirect for i18n (#5910 ) (#5916 )
10
+ * Only allow local login if password is non-empty (#5906 ) (#5908 )
11
+ * Fix go-get URL generation (#5905 ) (#5907 )
12
+ * BUGFIXES
13
+ * Fix TLS errors when using acme/autocert for local connections (#5820 ) (#5826 )
14
+ * Request for public keys only if LDAP attribute is set (#5816 ) (#5819 )
15
+ * Fix delete correct temp directory (#5840 ) (#5839 )
16
+ * Fix an error while adding a dependency via UI (#5862 ) (#5876 )
17
+ * Fix null pointer in attempt to Sudo if not logged in (#5872 ) (#5884 )
18
+ * When creating new repository fsck option should be enabled (#5817 ) (#5885 )
19
+ * Prevent nil dereference in mailIssueCommentToParticipants (#5891 ) (#5895 ) (#5894 )
20
+ * Fix bug when read public repo lfs file (#5913 ) (#5912 )
21
+ * Respect value of REQUIRE_SIGNIN_VIEW (#5901 ) (#5915 )
22
+ * Fix compare button on upstream repo leading to 404 (#5877 ) (#5914 )
23
+ * DOCS
24
+ * Added docs for the tree api (#5835 )
25
+ * MISC
26
+ * Include Go toolchain to --version (#5832 ) (#5830 )
28
27
29
- ## [ 1.6.3 ] ( https://github.com/go-gitea/gitea/releases/tag/v1.6.3 ) - 2019-01-04
28
+ ## [ 1.7.0 ] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.0 ) - 2019-01-22
30
29
* SECURITY
30
+ * Do not display the raw OpenID error in the UI (#5705 ) (#5712 )
31
+ * When redirecting clean the path to avoid redirecting to external site (#5669 ) (#5679 )
31
32
* Prevent DeleteFilePost doing arbitrary deletion (#5631 )
32
- * BUGFIX
33
- * Fix wrong text getting saved on editing second comment on an issue (#5608 )
34
-
35
- ## [ 1.7.0-rc1] ( https://github.com/go-gitea/gitea/releases/tag/v1.7.0 ) - 2019-01-02
36
33
* BREAKING
37
34
* Restrict permission check on repositories and fix some problems (#5314 )
38
35
* Show only opened milestones on issues page milestone filter (#5051 )
@@ -51,6 +48,13 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
51
48
* Give user a link to create PR after push (#4716 )
52
49
* Add rebase with merge commit merge style (#3844 ) (#4052 )
53
50
* BUGFIXES
51
+ * Disallow empty titles (#5785 ) (#5794 )
52
+ * Fix sqlite deadlock when assigning to a PR (#5640 ) (#5642 )
53
+ * Don't close issues via commits on non-default branch. (#5622 ) (#5643 )
54
+ * Fix commit page showing status for current default branch (#5650 ) (#5653 )
55
+ * Only count users own actions for heatmap contributions (#5647 ) (#5655 )
56
+ * Update xorm to fix issue postgresql dumping issues (#5680 ) (#5692 )
57
+ * Use correct value for "MSpan Structures Obtained" (#5706 ) (#5716 )
54
58
* Fix bug on modifying sshd username (#5624 )
55
59
* Delete tags in mirror which are removed for original repo. (#5609 )
56
60
* Fix wrong text getting saved on editing second comment on an issue. (#5608 )
@@ -177,6 +181,18 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
177
181
* Git-Trees API (#5403 )
178
182
* Only chown directories during docker setup if necessary. Fix #4425 (#5064 )
179
183
184
+ ## [ 1.6.4] ( https://github.com/go-gitea/gitea/releases/tag/v1.6.4 ) - 2019-01-15
185
+ * BUGFIX
186
+ * Fix SSH key now can be reused as public key after deleting as deploy key (#5671 ) (#5685 )
187
+ * When redirecting clean the path to avoid redirecting to external site (#5669 ) (#5703 )
188
+ * Fix to use correct value for "MSpan Structures Obtained" (#5706 ) (#5715 )
189
+
190
+ ## [ 1.6.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.6.3 ) - 2019-01-04
191
+ * SECURITY
192
+ * Prevent DeleteFilePost doing arbitrary deletion (#5631 )
193
+ * BUGFIX
194
+ * Fix wrong text getting saved on editing second comment on an issue (#5608 )
195
+
180
196
## [ 1.6.2] ( https://github.com/go-gitea/gitea/releases/tag/v1.6.2 ) - 2018-12-21
181
197
* SECURITY
182
198
* Sanitize uploaded file names (#5571 ) (#5573 )
0 commit comments