Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2018-07-02 15:18:06 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-07-02 15:18:06 +0300
commite8080ac2f6b505c6c529a06fd18cb56bc362088f (patch)
tree4c41ad93acd2e84e50701a8d7b80fac14ce212fe
parent2ae67bcea9397a7d84b34a66a212dc3ff0346a78 (diff)
Version 0.110.0v0.110.0
-rw-r--r--CHANGELOG.md22
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/find-commit-catfile.yml5
-rw-r--r--changelogs/unreleased/log-spawntoken-times.yml5
-rw-r--r--changelogs/unreleased/user-commit-files-encoding.yml5
-rw-r--r--changelogs/unreleased/zj-rev-list-excluding-all.yml5
-rw-r--r--changelogs/unreleased/zj-sanitize-bundle-import-path.yml5
7 files changed, 23 insertions, 26 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b73907cad..e78ad3b6b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,27 @@
# Gitaly changelog
+## v0.110.0
+
+#### Added
+- Server implementation ListNewCommits
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/779
+
+#### Fixed
+- Fix encoding bug in UserCommitFiles
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/782
+
+#### Other
+- Tweak spawn token defaults and add logging
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/781
+
+#### Performance
+- Use 'git cat-file' to retrieve commits
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/771
+
+#### Security
+- Sanitize paths when importing repositories
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/780
+
## v0.109.0
#### Added
diff --git a/VERSION b/VERSION
index 8b27ad70f..068bced37 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.109.0
+0.110.0
diff --git a/changelogs/unreleased/find-commit-catfile.yml b/changelogs/unreleased/find-commit-catfile.yml
deleted file mode 100644
index f00e5afe0..000000000
--- a/changelogs/unreleased/find-commit-catfile.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Use 'git cat-file' to retrieve commits
-merge_request: 771
-author:
-type: performance
diff --git a/changelogs/unreleased/log-spawntoken-times.yml b/changelogs/unreleased/log-spawntoken-times.yml
deleted file mode 100644
index f991628bc..000000000
--- a/changelogs/unreleased/log-spawntoken-times.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Tweak spawn token defaults and add logging
-merge_request: 781
-author:
-type: other
diff --git a/changelogs/unreleased/user-commit-files-encoding.yml b/changelogs/unreleased/user-commit-files-encoding.yml
deleted file mode 100644
index 0aa2c4a60..000000000
--- a/changelogs/unreleased/user-commit-files-encoding.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix encoding bug in UserCommitFiles
-merge_request: 782
-author:
-type: fixed
diff --git a/changelogs/unreleased/zj-rev-list-excluding-all.yml b/changelogs/unreleased/zj-rev-list-excluding-all.yml
deleted file mode 100644
index 695648cd1..000000000
--- a/changelogs/unreleased/zj-rev-list-excluding-all.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Server implementation ListNewCommits
-merge_request: 779
-author:
-type: added
diff --git a/changelogs/unreleased/zj-sanitize-bundle-import-path.yml b/changelogs/unreleased/zj-sanitize-bundle-import-path.yml
deleted file mode 100644
index dfc146fb5..000000000
--- a/changelogs/unreleased/zj-sanitize-bundle-import-path.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Sanitize paths when importing repositories
-merge_request: 780
-author:
-type: security