aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortechknowlogick2019-01-22 14:21:46 -0500
committerLauris BH2019-01-22 21:21:46 +0200
commit3fa49f3780ad3d79348f872f2523f57113d47ade (patch)
treeb800bb6370320399b46a5ebc32e8752c244deea4
parent4577cddd285f066b65bc2619f3d6b5d087f0ab4a (diff)
1.7.0 changelog (#5802)v1.7.0
-rw-r--r--CHANGELOG.md45
1 files changed, 20 insertions, 25 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f212c50aa..37f09a27d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,35 +4,11 @@ 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.0-rc3](https://github.com/go-gitea/gitea/releases/tag/v1.7.0-rc3) - 2019-01-18
+## [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)
* When redirecting clean the path to avoid redirecting to external site (#5669) (#5679)
-* BUGFIX
- * Fix sqlite deadlock when assigning to a PR (#5640) (#5642)
- * Don't close issues via commits on non-default branch. (#5622) (#5643)
- * Fix commit page showing status for current default branch (#5650) (#5653)
- * Only count users own actions for heatmap contributions (#5647) (#5655)
- * Update xorm to fix issue postgresql dumping issues (#5680) (#5692)
- * Use correct value for "MSpan Structures Obtained" (#5706) (#5716)
-
-## [1.6.4](https://github.com/go-gitea/gitea/releases/tag/v1.6.4) - 2019-01-15
-* BUGFIX
- * Fix SSH key now can be reused as public key after deleting as deploy key (#5671) (#5685)
- * When redirecting clean the path to avoid redirecting to external site (#5669) (#5703)
- * Fix to use correct value for "MSpan Structures Obtained" (#5706) (#5715)
-
-## [1.7.0-rc2](https://github.com/go-gitea/gitea/releases/tag/v1.7.0-rc2) - 2019-01-04
-* SECURITY
* Prevent DeleteFilePost doing arbitrary deletion (#5631)
-
-## [1.6.3](https://github.com/go-gitea/gitea/releases/tag/v1.6.3) - 2019-01-04
-* SECURITY
- * Prevent DeleteFilePost doing arbitrary deletion (#5631)
-* BUGFIX
- * Fix wrong text getting saved on editing second comment on an issue (#5608)
-
-## [1.7.0-rc1](https://github.com/go-gitea/gitea/releases/tag/v1.7.0) - 2019-01-02
* BREAKING
* Restrict permission check on repositories and fix some problems (#5314)
* Show only opened milestones on issues page milestone filter (#5051)
@@ -51,6 +27,13 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
* Give user a link to create PR after push (#4716)
* Add rebase with merge commit merge style (#3844) (#4052)
* BUGFIXES
+ * Disallow empty titles (#5785) (#5794)
+ * Fix sqlite deadlock when assigning to a PR (#5640) (#5642)
+ * Don't close issues via commits on non-default branch. (#5622) (#5643)
+ * Fix commit page showing status for current default branch (#5650) (#5653)
+ * Only count users own actions for heatmap contributions (#5647) (#5655)
+ * Update xorm to fix issue postgresql dumping issues (#5680) (#5692)
+ * Use correct value for "MSpan Structures Obtained" (#5706) (#5716)
* Fix bug on modifying sshd username (#5624)
* Delete tags in mirror which are removed for original repo. (#5609)
* Fix wrong text getting saved on editing second comment on an issue. (#5608)
@@ -177,6 +160,18 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
* Git-Trees API (#5403)
* Only chown directories during docker setup if necessary. Fix #4425 (#5064)
+## [1.6.4](https://github.com/go-gitea/gitea/releases/tag/v1.6.4) - 2019-01-15
+* BUGFIX
+ * Fix SSH key now can be reused as public key after deleting as deploy key (#5671) (#5685)
+ * When redirecting clean the path to avoid redirecting to external site (#5669) (#5703)
+ * Fix to use correct value for "MSpan Structures Obtained" (#5706) (#5715)
+
+## [1.6.3](https://github.com/go-gitea/gitea/releases/tag/v1.6.3) - 2019-01-04
+* SECURITY
+ * Prevent DeleteFilePost doing arbitrary deletion (#5631)
+* BUGFIX
+ * Fix wrong text getting saved on editing second comment on an issue (#5608)
+
## [1.6.2](https://github.com/go-gitea/gitea/releases/tag/v1.6.2) - 2018-12-21
* SECURITY
* Sanitize uploaded file names (#5571) (#5573)