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:
authorAlessio Caiazza <376774-nolith@users.noreply.gitlab.com>2020-12-23 13:25:36 +0300
committerAlessio Caiazza <376774-nolith@users.noreply.gitlab.com>2020-12-23 13:25:36 +0300
commit8f7bd6b26b2ec338c656814f25243be87e425283 (patch)
treec6ec944ff00e1dd9bb002ba293ce2f01e75d595b
parent8a5aad1de422605b395914450d777ea013622075 (diff)
parentcd2e4af0d3ed6af2397533ac2ac42e8e02650eb2 (diff)
Merge branch '1-33-release' into 'master'v1.33.0
Release 1.33.0 See merge request gitlab-org/security/gitlab-pages!11
-rw-r--r--CHANGELOG15
-rw-r--r--VERSION2
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9970bff8..2c6ce16b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+v 1.33.0
+
+- Reject requests with unknown HTTP methods
+- Encrypt OAuth code during auth flow
+
v 1.32.0
- Try to automatically use gitlab API as a source for domain information !402
@@ -10,6 +15,11 @@ v 1.31.0
- Add zip serving configuration flags !392
- Disable deprecated serverless serving and proxy !400
+v 1.30.1
+
+- Reject requests with unknown HTTP methods
+- Encrypt OAuth code during auth flow
+
v 1.30.0
- Allow to refresh an existing cached archive when accessed !375
@@ -23,6 +33,11 @@ v 1.29.0
- Improve httprange timeouts !382
- Fix caching for errored ZIP VFS archives !384
+v 1.28.1
+
+- Reject requests with unknown HTTP methods
+- Encrypt OAuth code during auth flow
+
v 1.28.0
- Implement basic redirects via _redirects text file !367
diff --git a/VERSION b/VERSION
index 359c4108..7aa332e4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.32.0
+1.33.0