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:
-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