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:
authorJaime Martinez <jmartinez@gitlab.com>2021-02-15 02:16:46 +0300
committerJaime Martinez <jmartinez@gitlab.com>2021-02-15 02:16:46 +0300
commit2eefcef73409cf7510d7ecacce76b299a8340a4c (patch)
tree6684eb7b1997142fa449bb99378131ff9f901c9b
parent3393fe6b101f46cf85eb79c2ca2c5b885cf62217 (diff)
parent7d276872edc93e357f5b43f1ec2c27263e37e943 (diff)
Merge branch '545-release-1-35-0' into 'master'v1.35.0
Release 1.35.0 See merge request gitlab-org/gitlab-pages!436
-rw-r--r--CHANGELOG10
-rw-r--r--VERSION2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e315ddcc..7bd0f8b1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,13 @@
+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