aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Fanninger2015-12-14 19:32:15 +0100
committerThomas Fanninger2015-12-14 19:32:15 +0100
commit9a430c63646a9bbbada5d2303586024151d39d78 (patch)
treeb348b715711a1bd1976e76b535b02c72108609f0
parent4ebc36383e03009b3c0f6b6f4fc27933f9fc3812 (diff)
downloadaur-9a430c63646a9bbbada5d2303586024151d39d78.tar.gz
Update changelog
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--gogs.changelog19
3 files changed, 21 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5a579ae199c..1de5b59e5800 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gogs
pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language.
pkgver = 0.8.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://gogs.io/
install = gogs.install
diff --git a/PKGBUILD b/PKGBUILD
index 03f27d549257..58f8f6b22d3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gogs
_pkgname=${pkgname}
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language."
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
diff --git a/gogs.changelog b/gogs.changelog
index 67bc2007c95a..4cc3a62c7c9f 100644
--- a/gogs.changelog
+++ b/gogs.changelog
@@ -1,3 +1,22 @@
+2015-12-12
+
+ * V0.8.0
+ Bug fix: Cannot push repository with massive commits like Linux kernel #279
+ Bug fix: SMTP authentication makes invalid assumption on protocol #2152
+ Improvement: Send email when a new pull request is submitted #1612
+ Improvement: Auto login after install if admin is configured #1627
+ Improvement: Disable change username and password for non-local users #1374 #1938 #2154
+ Improvement: Able to config git fsck timeout #1943
+ Improvement: Able to show and edit mirror address on repository pages #1984
+ Improvement: Do not show content of issue in activity timeline #2029
+ Improvement: Show author email in commit diff #2035
+ Improvement: Able to change mirror source address
+ Improvement: Add "New Mirror" button on dashboard #2037
+ Improvement: Able to set external URL for wiki #2114
+ Features: Able to limit repository creation per user #1575
+ Features: Able to select branch in commits page #1846
+ Others: Drop 0.5.x support, minimum auto-migration version is 0.6.0.
+
2015-12-07
* V0.7.33