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:
authorPaul Okstad <pokstad@gitlab.com>2019-02-07 22:16:24 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-02-07 22:16:24 +0300
commit23f32e3ac37a6834debaa1bb9d12ce6e772e44aa (patch)
tree48b5c0e31e71b7fbc8a31d29d333eb4a7b2b91ac
parent629dcd7cc06f753bbad8eecba121232dc9b0a11a (diff)
Version 1.19.0v1.19.0
-rw-r--r--CHANGELOG.md10
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/1480-calculatechecksum-invalid-memory-address-or-nil-pointer.yml5
-rw-r--r--changelogs/unreleased/rawchanges-chunker.yml5
4 files changed, 11 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dc87be424..abb198d16 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Gitaly changelog
+## v1.19.0
+
+#### Fixed
+- Return blank checksum for git repositories with only invalid refs
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1065
+
+#### Other
+- Use chunker in GetRawChanges
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1043
+
## v1.18.0
#### Other
diff --git a/VERSION b/VERSION
index 84cc52946..815d5ca06 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.18.0
+1.19.0
diff --git a/changelogs/unreleased/1480-calculatechecksum-invalid-memory-address-or-nil-pointer.yml b/changelogs/unreleased/1480-calculatechecksum-invalid-memory-address-or-nil-pointer.yml
deleted file mode 100644
index b229de841..000000000
--- a/changelogs/unreleased/1480-calculatechecksum-invalid-memory-address-or-nil-pointer.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Return blank checksum for git repositories with only invalid refs
-merge_request: 1065
-author:
-type: fixed
diff --git a/changelogs/unreleased/rawchanges-chunker.yml b/changelogs/unreleased/rawchanges-chunker.yml
deleted file mode 100644
index 83aba5aa4..000000000
--- a/changelogs/unreleased/rawchanges-chunker.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Use chunker in GetRawChanges
-merge_request: 1043
-author:
-type: other