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