aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Fanninger2015-11-21 22:26:44 +0100
committerThomas Fanninger2015-11-21 22:26:44 +0100
commit2072c5c7001052393782d7b935a0754c3793ad8d (patch)
tree8eb30a09d0d89764c2b62b60356268d949edc03f
parentb2200888d578efc096d0f57eb9dea9a619765879 (diff)
downloadaur-2072c5c7001052393782d7b935a0754c3793ad8d.tar.gz
Version 0.7.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
-rw-r--r--app_old.ini4
-rw-r--r--gogs.changelog22
4 files changed, 32 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2a7a96ac908..643dfd2273fb 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.7.6
- pkgrel = 3
+ pkgver = 0.7.19
+ pkgrel = 1
epoch = 1
url = http://gogs.io/
install = gogs.install
@@ -30,7 +30,7 @@ pkgbase = gogs
source = gogs.service.patch
source = app.ini.patch
source = helper.sh
- source = gogs::git+https://github.com/gogits/gogs.git#tag=v0.7.6
+ source = gogs::git+https://github.com/gogits/gogs.git#tag=v0.7.19
sha512sums = 834e95fe9bcfa291a573ad1fa43f41bbed844658a918ff4fcf53ab8a44a296206ee4003eab1d9a2785c9126be077022f4907846d2eb6c5d64050b5e81ce47f44
sha512sums = 7fe59ae091353438bd59d1b27fd40663e2f53c073eedd5f321ae2e2f657de7af5efd10f0ce316dab3ef9f300e82450da5f86f64592d75e9b150b7d08d59af04a
sha512sums = e45775adafeecad5deaf24a98cd85b25a8383cb0e89905b2927c13fe7f0ec9918a42071ce43eabc429d8a826db93bb75ffb1927dce9c431ed88b0b5c619fd60d
diff --git a/PKGBUILD b/PKGBUILD
index 669e98b2cbe9..cab5a866c39a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=gogs
_pkgname=${pkgname}
-pkgver=0.7.6
-pkgrel=3
+pkgver=0.7.19
+pkgrel=1
epoch=1
pkgdesc="Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language."
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -70,12 +70,8 @@ prepare() {
msg2 "Check and download dependencies from .gopmfile"
get_gopm "$GOPATH/src/${_gourl}/.gopmfile" "$GOPATH/src"
- msg2 "Download missing dependencies"
- go_get golang.org/x/crypto "$GOPATH/src/golang.org/x/crypto"
-
-# msg2 "Workaround dependencies"
-# cd "$GOPATH/src/github.com/gogits/go-gogs-client/"
-# git checkout -q master
+# msg2 "Download missing dependencies"
+# go_get golang.org/x/crypto "$GOPATH/src/golang.org/x/crypto"
# Execute patch
msg2 "Execute patches"
diff --git a/app_old.ini b/app_old.ini
index bbbd5fc1afe8..c1326dedc60f 100644
--- a/app_old.ini
+++ b/app_old.ini
@@ -333,4 +333,6 @@ bg-BG = bg
it-IT = it
[other]
-SHOW_FOOTER_BRANDING = false \ No newline at end of file
+SHOW_FOOTER_BRANDING = false
+; Show version information about gogs and go in the footer
+SHOW_FOOTER_VERSION = true \ No newline at end of file
diff --git a/gogs.changelog b/gogs.changelog
index d4911aa633cd..99901154c7b9 100644
--- a/gogs.changelog
+++ b/gogs.changelog
@@ -1,3 +1,25 @@
+2015-11-21
+
+ * V0.7.19
+ Bug fix: Bad syntax highlighting #670 #1315 #1549 #1712
+ Bug fix: Broken copy link button #1168 #1396
+ Bug fix: Broken download archive UI #1668
+ Bug fix: Pull request does not support merge BIN diff #1922
+ Bug fix: Test patch does not checkout correct base branch #1931
+ Bug fix: Branch/tag selection has wrong z-index #1942
+ Bug fix: Huge image does not display correctly in file view
+ Bug fix: No links in email for admin created account #1979
+ Bug fix: Repository description is not copied after forked #1981
+ Bug fix: Forked repository's visibility is changed itself when update settings #1987
+ Improvement: Sort collaborative repositories by last updated time in dashboard #1302
+ Improvement: Able to delete a release #1383
+ Improvement: Update default branch in Git repository while change in web view #1742
+ Improvement: Show issue title and content in news feeds #1854
+ Improvement: Show custom avatar for pushed commits list in news feeds
+ Improvement: Able to use config option [other] SHOW_FOOTER_VERSION = true disable version display on non-admin pages' footer #1957
+ Features: Admin can now view and edit settings of private repositories #493 #1401
+ Others: New discussion forum http://forum.gogs.io/
+
2015-11-12
* V0.7.6