Girish Ramakrishnan 7 gadi atpakaļ
vecāks
revīzija
41dc4fb2c7
3 mainītis faili ar 18 papildinājumiem un 2 dzēšanām
  1. 16 0
      CHANGELOG
  2. 1 1
      CloudronManifest.json
  3. 1 1
      DESCRIPTION.md

+ 16 - 0
CHANGELOG

@@ -137,3 +137,19 @@
 [1.3.0]
 * Fix email sending (use SMTPS)
 
+[1.4.0]
+* Update Gogs to 0.11.43
+* Improvements
+    * Support HTTP HEAD requests #2857
+    * Add option to rewrite authorized_keys file at start #4435
+    * Add option to prepend global prefix to the email subject #4524
+    * Disable federated avatar lookup by default #5126
+* Bug fixes
+    * Protected branch can be deleted from the web after merge request #4514
+    * Does not recognise SYSNAME datatype in MSSQL #4642
+    * Quick guide is only showed for repository admin #4646
+    * Wrong branch URL for name contains # in branches view #4874
+    * Commits not merged after accepting pull request using rebase #5051
+    * Once branch was protected "Lock" icon will never be removed #5053
+    * SVG support in IPython notebook #5077
+

+ 1 - 1
CloudronManifest.json

@@ -4,7 +4,7 @@
   "author": "Gogs developers",
   "description": "file://DESCRIPTION.md",
   "tagline": "A painless self-hosted Git Service",
-  "version": "1.3.0",
+  "version": "1.4.0",
   "healthCheckPath": "/healthcheck",
   "httpPort": 3000,
   "addons": {

+ 1 - 1
DESCRIPTION.md

@@ -1,6 +1,6 @@
 Gogs (Go Git Service) is a painless self-hosted Git service.
 
-This app packages Gogs <upstream>0.11.34</upstream>
+This app packages Gogs <upstream>0.11.43</upstream>
 
 ### Purpose