Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Shushlin <vshushlin@gitlab.com>2021-02-12 13:38:04 +0300
committerVladimir Shushlin <vshushlin@gitlab.com>2021-02-12 13:38:04 +0300
commit706332c8450276976445b098e56dd6e9ad4d271a (patch)
tree33f65352864b06a22a601759e80b7c803f8ca19d
parent62b1b13b11f8fea34a175d00ea1378b76984b356 (diff)
Release 1.35.0
-rw-r--r--CHANGELOG9
-rw-r--r--VERSION2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e315ddcc..c068c99a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
+v 1.35.0
+- Fix for query strings being stripped !398
+- Do not accept client-supplied X-Forwarded-For header for logs without proxy !415
+- Include /etc/hosts in chroot jail !124
+- Render 500 error if API is unavailable and domain info is unavailable !393
+- Allow passing multiple values in `-header` with separator via config file !417
+- Fix `auto` config source !424
+- Allow to serve `zip` from a disk `/pages` !429
+
v 1.34.0
- Allow DELETE HTTP method
diff --git a/VERSION b/VERSION
index 2b17ffd5..2aeaa11e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.34.0
+1.35.0