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:
authorNick Thomas <nick@gitlab.com>2018-04-05 17:28:36 +0300
committerNick Thomas <nick@gitlab.com>2018-04-05 17:28:36 +0300
commit54058312eef037d76d9ae9217cec12cd67cf9f92 (patch)
treeb691d03bbc2e2cbb55598bb068bcebce9fea59bd
parent57988365238f91f3c2f5b4784d12ad0514f1eeb4 (diff)
parentb652a2d58c4a614105e0b0ebea5986ba4d5f6153 (diff)
Merge branch '120-release-v0.8.0' into 'master'v0.8.0
Release v0.8.0 Closes #120 See merge request gitlab-org/gitlab-pages!83
-rw-r--r--CHANGELOG9
-rw-r--r--VERSION2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0348232d..1db19a97 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
+v 0.8.0
+- Add /etc/resolv.conf and /etc/ssl/certs to pages chroot !51
+- Avoid unnecessary stat calls when building domain maps !60
+- Parallelize IO during the big project scan !61
+- Add more logging to gitlab pages daemon !62
+- Remove noisy debug logs !65
+- Don't log request or referer query strings !77
+- Make certificate parsing thread-safe !79
+
v 0.7.1
- Fix nil reference error when project is not in config.json !70
diff --git a/VERSION b/VERSION
index 39e898a4..a3df0a69 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.7.1
+0.8.0